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
23
votes
2 answers

How to configure paypal sandbox auto return URL?

I am using ubercart module in Drupal, and I need help to configure return URL from PayPal sandbox. I tried creating business account in https://developer.paypal.com/webapps/developer/dashboard , but that also is not working.
user2134523
  • 261
  • 1
  • 2
  • 5
9
votes
1 answer

How do I discount the original sell price based on the quantity of either one OR all the products in the cart?

How do I discount ALL products in the cart based on the quantity of any and/or all products purchased? For example, when the user buys a totale of 10 products (any combination of products), the products are discounted of $5.00 each. I've looked at…
cfusch
  • 729
  • 4
  • 7
8
votes
1 answer

How to make sub terms show in main taxonomy page in Drupal?

I have categories: Cameras (4) Accessories (2) Bags and Casings (2) Inner (1) Outer (1) If I open cameras, I see nothing, only: There is currently no content classified with this term. Instead, I want the view to automatically show the…
rockstardev
  • 13,479
  • 39
  • 164
  • 296
6
votes
2 answers

Adding custom field to Ubercart Invoice

My client has an ubercart based shop which works fine. Due to some internal stuff he needs to manually add a field to each invoice. I wanted to know if or rather how i can add a custom field to orders that gets displayed on all the invoices.
nocksock
  • 5,369
  • 6
  • 38
  • 63
5
votes
3 answers

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…
Icode4food
  • 8,504
  • 16
  • 61
  • 93
5
votes
1 answer

Drupal Ubercart: multi-currency?

what's the safest way to integrate multi-currency support to Ubercart ? I found this module: http://drupal.org/project/multicurrency but it is still under development and it says it requires custom installation procedure to be installed. Is this the…
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
4
votes
4 answers

How to theme Ubercart Checkout Complete page

I want to theme the page /cart/checkout/complete I already saw the settings in admin/store/settings/checkout/settings, but they are not enough. I want to add some HTML i.e. add a print button at the top of the page. I would like to have a .tpl.php…
user1014351
  • 437
  • 1
  • 5
  • 16
4
votes
2 answers

How to show available stock quantity in Ubercart?

I defined a stock quantity for a product in Ubercart. And I want to show the remain quantity in the product node view. However, I did not find a quantity field in /admin/store/settings/products/edit/fields ? How can show the remind quantity in the…
ohho
  • 50,879
  • 75
  • 256
  • 383
4
votes
2 answers

Ubercart: how to empty the cart?

How can I empty the cart from a php function using Ubercart ? thanks
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
4
votes
4 answers

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)…
dag729
  • 199
  • 4
  • 10
4
votes
1 answer

drupal :: order complete hook and upgrade user permission/roles

I want to be able to upgrade user's permission after the order status shows complete. I figured out that I should use hook_order hook in order to achieve that. But how do I get to know which user has created that order and how do go about updating…
Nikhil
  • 1,268
  • 2
  • 13
  • 29
4
votes
2 answers

Programatically getting the order the user just completed in Ubercart

When the user is sent to the "thank you page" (cart/checkout/complete) I need to get some info about the order to send it to a 3rd party tracking API. Problem is that in this point there is no info about the order, either in session nor in any other…
JoseMarmolejos
  • 1,760
  • 1
  • 17
  • 34
4
votes
3 answers

how to Theme Catalog page in ubercart?

I would like to change the drupal ubercart catalog page from default grid to list. Is there any shortest way? Thanks & Regards, Satya
Satya
  • 3,058
  • 2
  • 20
  • 25
4
votes
1 answer

How to force addition of Product B in order to add product A in Drupal 7?

I am looking for an easy way to associate two products with each other on checkout while at the same time forcing the user to create the association if it doesn't exist yet. Basically, a user can by hosting, but in order to complete the checkout,…
rockstardev
  • 13,479
  • 39
  • 164
  • 296
4
votes
1 answer

How does one create product collections in Ubercart?

I thought i could use the 'attributes' feature for this, but unfortunately the way it displays the cost for each item is too limiting. How do I group products together in ubercart (e.g. a group of glassware all by the same designer) with an option…
quinn
  • 5,508
  • 10
  • 34
  • 54
1
2 3
24 25