Questions tagged [ubercart]

Questions about the Ubercart module, a module for e-commerce used in Drupal 6 and 7.

The Ubercart module is a e-commerce module for Drupal with releases for Drupal 6 and Drupal 7.
The other e-commerce module is the Drupal commerce module that has only releases for Drupal 7.

361 questions
4
votes
1 answer

Adding a ubercart line item and updating order total

I don't know why this is so complicated but all I want to do is to add a line item in my order when user changes payment method in Ubercart. I managed to do this by adding the following line in my payment…
Mert Sevinc
  • 929
  • 1
  • 8
  • 25
3
votes
4 answers

Drupal/Ubercart ... node styling?

I am trying to style the product view on a Drupal site, but am having problems. I can't find where the node (product) view is put together in ubercart! I'm using UC 5.x-1.7, and I need to style the node (product) view page. At the moment in my…
jsims281
  • 2,206
  • 2
  • 30
  • 57
3
votes
1 answer

multistep checkout in ubercart 2.4

Is there any option to create multistep checkout in ubercart 2.4? I mean to say if I want 4step checkout process, then is it possible in ubercart?
Subhojit Mukherjee
  • 701
  • 3
  • 10
  • 24
3
votes
1 answer

Payment after ordering/Different order statusses

Im setting up a drupal commerce website and i would like the functionality to let an admin handle an order and change the order status, then the user recieves an email link which redirects him to the payment page. Is such a thing possible with…
thecodeassassin
  • 816
  • 10
  • 24
3
votes
2 answers

Mulitcurrency for Ubercart 3 (Drupal 7)

Does any solutions for Ubercart 3 (drupal 7) exist (like Drupal Ubercart: multi-currency? ) or tips for better realisation of such thing?
m0rg0t
  • 132
  • 2
  • 11
3
votes
1 answer

Add custom fields to shopping cart display - Ubercart 3

I have Drupal 7 and UC 3 running with custom fields. I want to be able to display those fields in the shopping cart but can't seems to be able to do it. That's my first module creation attempt! I try to use hook_form_alter(&$form, &$form_state,…
Frederic
  • 31
  • 1
  • 2
3
votes
1 answer

Use images created from canvas

I know I can save the image from canvas using the canvas.toDataURL(). But how can i immediately use it? Here's the scenario: I have a shopping cart with a customizable product. By changing attributes, I'm able to create a customized product image…
Marvzz
  • 1,535
  • 3
  • 15
  • 22
3
votes
1 answer

Redirect to registration and not login page during UberCart checkout in Drupal?

Currently if a user is not logged in, they are redirected to the "login page" when checking out in UberCart. I need them to rather be redirected to the "registration" page. In other words: Go here: user/register NOT here: user The key here is to…
rockstardev
  • 13,479
  • 39
  • 164
  • 296
3
votes
2 answers

drupal conditional action with custom php code

When adding custom php code for a conditional action, drupal/ubercart provides two php variables ($order and $account) that hold information about the order and account for the checkout that was just completed. I can't find anywhere on the internet…
DrHeiter
  • 31
  • 2
3
votes
2 answers

Giving a specified discount on a product when ordering more then 200,500

I don't know if there are any Ubercart guru's out here, but here's my question: I'd like to give discounts to customers who order more then 1 of the same product. Lets say the prices are as follows: 1 product - $5 each < 10 products - $4.50…
Paul
  • 858
  • 2
  • 10
  • 27
3
votes
1 answer

Purge open carts in Ubercart

How do you clear out open carts (non completed checkouts) in Ubercart? I don't see a function or admin setting to do this unless I looked in the wrong place. Example, I just want to clear out carts who have gone around and added things to their…
Kevin
  • 13,153
  • 11
  • 60
  • 87
3
votes
1 answer

Need help with drupal, ubercart and a module hook on product load

I am trying to make a module that works with ubercart. What I need to know is how do I hook into the loading of a product. I want to modify some of the data slightly before any output. Thanks
Kareed
  • 31
  • 1
3
votes
3 answers

Is it possible to have anonymous purchases with ubercart without the creation of a new user account?

I would like to be able to have anonymous users purchase a product but not have a new account created when they purchase it. Unfortunately the creation of a new user seems to be very tightly integrated into ubercart's ordering system. And, because…
dkinzer
  • 32,179
  • 12
  • 66
  • 85
3
votes
1 answer

UberCart statistics on products added

I want statistics on the products added to carts, but not checked out. I.e. if a user adds a product to his cart, but doesnt actual pay out, how can I see these products that were added? Or maybe even get notifications everytime a product is added?
rockstardev
  • 13,479
  • 39
  • 164
  • 296
3
votes
2 answers

Drupal Commerce and SAP Business One

Is there any possibilities to connect Drupal Commerce (or Ubercart) with SAP Business One ?
1
2
3
24 25