ubercart

CreditCart payment for 1 fixed product (no PayPal, no Google Checkout, no Ubercart)

Hi friends, I'm about to start a new Drupal website. My client needs CreditCart payment (in-site with authorize.net). So he doesn't want PayPal or Google Checkout through Credit Cart payment. As I know Ubercart is well working solution. but i have 1 fixed product. I don't need any shopping basket, etc. so Ubercart is too big for my need...

How can I grant a specific role In Ubercart?

I'm trying to grant a specific role to users that order an amount equal or greater than 100.00 €: Conditional Actions is going really near the achievement, but I'm failing on the action (PHP required). How can I grant a role using a PHP action in Ubercart Conditional Actions? ...

How to assign role with PHP in Drupal?

I need to assign a kind of "premium status" to members that purchase an amount equal or greater than 100 € via PHP. Conditional Actions are already set up (user = anonymous/authenticated AND total amount = equal/greater than 100 AND user =! premium) but I'm missing the PHP part to actually say "then grant him the premium membership". ...

Mix and match of products

I want to implement mix and match of products in drupal.Suppose if there are three products Product Price A 10$ B 10$ C 10$ I want the mix and match feature of this three products that it is a case of 4(selecting from this three products). The user can select 4 items from three products A,B,C(Lets s...

Allow client to see invoice in UberCart?

When using Drupal and UberCart, I can view an invoice by going to: admin/store/orders/10006/invoice, but.... clients can't access this, even with the "view own orders" permission. Is there a way to either give them access to only that link, or an alternative link where they can view it? ...

Add "Update Cart" and "Checkout" buttons to the bottom and top of the page

How can I add the Ubercart buttons (Update cart and Checkout) to the bottom and top of the cart page ? I currently have only on the bottom. thanks ...

How to update Customer Information messages in Drupal :: Ubercart

Hi there, i recently installed Ubercart module and manged to configure most of the shopping cart..One of the issues i am having is finding a place to update Customer Information message "Enter a valid email address for this order or click here to login with an existing account and return to checkout." to whatver i want.....could not fig...

Why can't I move this element?

hi, I want to reorder my fields in my Ubercart edit product form. Everything works good for all fields except Product Information (the group with price, model, etc).. If I change the weight of this field it doesn't move. If I change the weight of its children, it works. So I can reorder its children, all its brothers, but not the obje...

Bring node field (event_date) data into ubercart

I need to be able to bring an Event_Date field into the checkout box in Ubercart. ...

A shopping cart that lets you pay your customors

Hi, I'm looking for a non-standard feature of a shopping cart: My partners should be able to preform some actions in my website, and gain money. At a certain point, a partner may whish to cash-out/withdraw the money she has gained to her pay-pal account. Are you aware of such a reverse shopping cart? Open source solutions are preferre...

Use Taxonomy Menu as alternative of Ubercart menu. Possible?

Many people have a problem with "native" Ubercart menu. Since standart Ubercart menu is not "normal" drupal-menu, it can not be used with others modules like Nice Menu etc Also standart Ubercart catalog provides its own structure - catalog/term_ID, taxonomy/term/id not supported. So, the question is: May I use Taxonomy Menu as alterna...

Use drupal ubercart to make have user affiliation

Basically im going to start a site where plenty of people will register and be members... but when someone sign up under another person they first person gets a percentage of the item bought example: User1 signs up> User1 tells User2 to sign up> User2 signs up through User1 (some type of reference code or enter their name when signing ...

Drupal/Ubercart Check if a certain product is in the cart on checkout

I have one certain product that needs to be in the cart under certain circumstances. I have been looking at the Ubercart api documentation and I don't see any hooks that would be the obvious place to see if a certain item exists prior to checkout. I could use the hook_add_to_cart hook to add the special item whenever the first item is a...

Shipping Rules for Domestic and International not working as setup

Posted on Ubercart forums. Hoping to get better response here. Background I am trying to setup shipping rules to handle domestic (US) and international (not US). I am using the Weight Quote module with WorkFlow-ng. I have 2 weight quotes set up as follows for testing. Name, Base Rate, Rate per lb Domestic Shipping, 3.00, 1.00 ...

Ubercart - Product discount based on total number of all products in cart

I'm using Ubercart in Drupal for a simple web store. I'm having trouble calculating a product discount based on the total number of all products in the cart. For example, I'm easily able to define discounts for if a user buys more than one of the same product, using the uc_custom_price module. But I want to give the discount if they buy...

Ubercart uc_cart_get_contents get data from standard class

Hi All, I'm writing a custom module for one of my projects and I'm having a bit of an issue. What I'm trying to do is get a piece of data from uc_cart_get_contents() into a variable so that I can use it in a calculation: Here's my var_export: array ( )array ( 0 => stdClass::__set_state(array( 'cart_item_id' => '5', 'cart_id' => '1'...

Customizing ubercart shopping cart items

Does anyone know how to customize the shopping cart page for ubercart (Drupal 6.x)? I would like to add the SKU field in the 'desc' column under the product title and some other things.. like Shipping Time: 2 Weeks. So the 'desc' column should look like this: Product Title SKU: Model1 Shipping Time: 2 Weeks Much appreciated for any ...

SQL query for sales report (Drupal w/ Ubercart)

I've created a sales report with filters for product type, brand and gender. The filters are saved as terms within a Drupal 6 DB structure where vid represents a specific vocabulary id for product type / brand / gender. The report should display a record per product variant (model) with sales data. SELECT op.title, op.nid, op.model, SU...

Drupal event registration and attendance recording

Dear all, I am building a Drupal 6 site, with event managing feature, in particular: Selling events participation Recording events attendances: once the event is concluded, administrator can review attendances indicating which users have really participated I have searched a lot, already seen different similar posts and considered ...

Show ubercart attribute only if other attribute is checked

If you have a set of attributes that should only be available to a product (shown to the user and then selectable), if a certain other attribute is checked, how would one accomplish this? Andrew ...