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

Multiple Prices for a product in ubercart?

My product is a book. Each books will be sold in 3 formats. 1) Print 2) Online 3) Print + Online All the three prices for each book will be different. If i add the book as different product. I have to add all the content like Index, Author details…
Satya
  • 3,058
  • 2
  • 20
  • 25
2
votes
0 answers

Event Registration in Drupal 7 (Paid, using Ubercart, multiple attendees)

I've set up a D7 site with events and paid event signups. We must use Ubercart and support seems to be leaning towards Commerce. I've had trouble with the Registration module working with D7 Ubercart and have finally found success using Signups with…
2
votes
2 answers

Ubercart add to cart trigger?

I want to keep track of all items added to uber cart. I.e. Whenever someone clicks ADD TO CART, I want to: create a database entry of the time and item added. This way I can see which items are most clicked on. The logic to add it to a db etc is…
rockstardev
  • 13,479
  • 39
  • 164
  • 296
2
votes
1 answer

Why is my google e-commerce not working?

I have enabled the "Google Analytics" and "Google Analytics for Ubercart" modules. In admin/settings/googleanalytics I set up my Web Property ID. On the Google E-commerce admin page, I enabled "Ecommerce tracking". I then made a purchase on my…
AllisonC
  • 2,973
  • 4
  • 29
  • 46
2
votes
5 answers

Ubercart 2.0 - list of code changes to allow for Fractional Quantities?

I am working on an Ubercart 2.0 project for a client. It is for a fabric store. They want the ability for customers to add fractional quantities (or decimal quantity) like 1.75 m. Does anyone have a comprehensive list of code changes that will…
robnardo
  • 921
  • 11
  • 27
2
votes
1 answer

Efficient MySQL query to find entries in A where not matched in B

I have a couple of tables (products and suppliers) and want to find out which items are no longer listed in the suppliers table. Table uc_products has the products. Table uc_supplier_csv has supplier stocks. uc_products.model joins against…
Chris Burgess
  • 3,551
  • 3
  • 29
  • 42
2
votes
1 answer

Drupal, Ubercart - Add custom field to checkout form

Need help of Drupal experts. My purpose (with Drupal 7 and Ubercart 3 in hands) is to add a custom field to the Checkout page, that should be dynamic (values from ajax request) and it content depends on user's delivery city input. With "Extra…
Nikolay Baluk
  • 2,245
  • 1
  • 19
  • 22
2
votes
3 answers

Changing the QTY label in Uber Cart?

How do you change the QTY (quantity) label in UberCart (in Drupal) without actually hacking the core components? I want the label to be be months, instead of qty.
rockstardev
  • 13,479
  • 39
  • 164
  • 296
2
votes
2 answers

ubercart 3 Restrict total cart quantity amount needed to checkout (e.g. no more than 8 bulk bags)

I am trying to accomplish a task in Drupal 7 with Ubercart 3. The task is to Restrict total cart quantity amount needed to checkout (e.g. no more than 8 bulk bags). This applies only to few items, where if item 1 is 8, do not allow to add more…
stefan
  • 175
  • 1
  • 10
2
votes
4 answers

drupal 6 or 7 with ubercart

Have not done a drupal site in about a year, am comfortable in 6 and 7. I need an eCommerce section in the site too. Can you advise. Is D7 good for a live production website. Is ubercart more stable in v6 or v7 any potential issues analternative…
LeBlaireau
  • 17,133
  • 33
  • 112
  • 192
2
votes
3 answers

What is the hook for successful payment in ubercart 3.x for drupal 7

I am using ubercart on drupal 7.The ubercart version is 3.x. I have tried to search a lot for a hook which runs after payment is successful.I want to insert few more details to the DB after that. Is there any hook for complete and successful…
Smith
  • 1,266
  • 13
  • 31
1
vote
1 answer

What is the return URL of ubercart after successful payment

I have the following code in my simple ubercart payment gateway module to redirect it to my merchant payment form after checkout: $data = array( 'merchantId' => "1", 'amount' => $total, 'orderRef' => $order->order_id, 'currCode' => 608, …
jaypabs
  • 1,519
  • 10
  • 43
  • 62
1
vote
1 answer

Paypal Express Checkout Language - How to set it in Drupal 7 - Ubercart 3

I have a site entirely in English language about tourism in Italy. Now when the user clicks on "Paypal express check out" button finds the italian version of the Paypal Page. I would like to force paypal to be in English language too, because if a…
user1014351
  • 437
  • 1
  • 5
  • 16
1
vote
4 answers

PayPal WPP requires the PHP cURL library. (Currently using cURL Not found)

On the Ubercart module, whenever I enable PayPal it gives me this error: PayPal WPP requires the PHP cURL library. (Currently using cURL Not found) I have no idea... Can some one please tell me how to handle this problem... Note: OS-windows…
Kushal
  • 2,605
  • 4
  • 22
  • 23
1
vote
1 answer

theming price format in drupal ubercart

What I am trying to achieve is to theme the price format the following way. I only want to remove the decimals when they are 00. For example €5,00 should be €5, but €5,50 should remain the same, not €5,5. I found a forum about this problem but I…
user1031742
  • 404
  • 1
  • 6
  • 20