ubercart

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 node.tpl.php file, I have print $body; which spits out all the SKU, attributes, price, pictur...

Drupal and Ubercart - buy products including and excluding tax

I am developing an e-commerce site for use in the UK, and have been required to let the user buy products either with or without tax included. I have slightly modified the AAC module to show prices either including or excluding VAT depending on a cookie which is set via a "view prices including/excluding" link, but of course whenever a...

Drupal and Ubercart - Add order that customer can pay for online? Bill customer's order without having them manually put it in their cart?

I am configuring a rental website to manage real estate property using Drupal and Ubercart. This site will need to accept rental payments, and IN ADDITION, will need to allow the admin to add extra billing to certain people, for fees, and certain other kinds of things. If they for example, put a huge hole in a wall, and have to pay, or ...

UberCart: service products and accommodation?

What is the best way to deal with "service" products. For example, let's say I'm a painter and wish to advertise these services on a site that also sells paint brushes and paint. Now, the paint brushes and paint I can easily set up as products that are sold for X and Y amount. But when creating a product called "Painting your house", it ...

Linking products in 2checkout with product in UberCart/Drupal?

If I setup products in drupal, how do I link them to the products created in 2checkout? is this possible? ...

Redirecting back to your site after checking out in 2checkout?

I've setup a drupal site before where I DID NOT specify an approved URL in 2checkout, and it returned back to my site. However, on another site, this is not happening. What am I missing? I am using Drupal, with Uber Cart and the standard 2checkout payment module. ...

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. ...

Correct way to force an invoice e-mail to be sent to a user in UberCart?

What is the correct way to force the system to send an invoice to a client. I'm trying to use: uc_order_action_email($order, $settings); But I keep getting: Fatal error: Call to undefined function uc_price() in C:\xampp\htdocs\YourEstablishment\src\sites\all\modules\ubercart\payment\uc_payment\uc_payment.module on line 149 ...

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 uc_suppliers.sku. I am seeing very long queries when trying to identify the stock in the products...

Add products to UberCart Cart with Javascript

Drupal's UberCart is a solution, where you select some product manually and then click "Add to Cart" button. But here goal is a bit different, I may have a custom javascript where user plays with catalog and attributes and selects product with properties in this window. What would be the technological path to return selected products wi...

eCommerce Drupal

I want to sell eBooks on one of my websites. I want to know which module is best and simplest for this purpose. I am confused between Ubercart and eCommerce module Simplicity is the major concern for me. Please Help me out. Thanks in advance. ...

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 allow for this functionality? ...

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 to purchase the entire collection or individual items? ...

Drupal - log in a newly created user in PHP

I have Ubercart installed. I'd like to create a Conditional Action after an anonymous user finishes checking out. The system currently creates a user automatically, but it does not log them in - I want this conditional action to log them in. The conditional action allows me to write custom PHP to perform whatever I want - and what I wan...

Drupal/Ubercart - Ubercart Fee - Applying taxes to fees

Hi, I am using the newest Ubercart and Ubercart Fee (http://drupal.org/project/uc%5Ffee) modules. In the taxes configuration I checked the fees. On the checkout the tax is applied correctly. However if you move on with the process (to order review and/or invoice e-mail) the tax is missing. Can anyone confirm this bug or help me out? I ...

Drupal - Ubercart file download link not working from e-mail.

I have Drupal 6 installed with Ubercart 2.0. When an anonymous user purchases a product from Ubercart, a new account is automatically created for them and they are emailed a link to download the file associated with the product. The link doesn't work unless they are logged in, which does not happen for them automatically. I need one o...

Ubercart USPS error message

I have shipping quotes with USPS enabled, and I turned on debugging information so I can receive the request/response information: API=RateV3&XML= <RateV3Request USERID="(Hidden)"> <Package ID="0"> <Service>ALL</Service> <ZipOrigination>90038</ZipOrigination> <ZipDestination>90024</ZipDestination> <Pounds>1</Pounds> ...

Ubercart file download email not getting sent.

I have file downloads set up on my site, but if a user orders a downloadable item with a shippable item, the email to download the file does not get sent until the admin manually marks the order as "complete". I believe this is the same issue: http://www.ubercart.org/forum/support/11488/file_download_email_not_sent_unless_all_items_are_...

Drupal hook priority

I'm using drupal 6.15 with ubercart 2.x and I'm trying to implement ubercart's hook_checkout_pane() to override their default uc_cart_checkout_pane(). I made a function my_module_checkout_pane() in my_module.module and it does get called but the uc_cart version seems to be generating what's actually rendered. I understand why both func...

ubercart file download setting problem

Hi I am using drupal 6.x and ubercart 2.x. I trie dto create a product,but when it comes to add the file download feature I am getting some issue. I put a folder called downloads in the drupal folder and one file inside the download folder.then I gave the path as "drupal/downloads but it is telling that drupal/downloads is not a valid fi...