ubercart

How To Configure Fields To Display In Ubercart Product Node

Hi I have set up ubercart on a site and everything seems ok when adding products and viewing the catalog page however when I click on the product the product view does not include the product image or the price. I have have enabled all fields in admin/store/settings/products/edit/fields however this does not seem to change anything (SK...

Two types of products using ubercart..?

Hi, I am working on a website which sells books and journals. My problem is the books will be sold our directly where as in the case of journals case the journals, they can be subscribed for the whole year / per issue or per chapter also. Can i have both of them as products using ubercart in the same site? Thanks & Regards, Satya. ...

Ubercart 1.0 add product kit to order without checkout

I want to give access to certain product kits during sign up process. I don't want user to go through checkout process. How it can be done? Tx ...

Magento versus Drupal/Ubercart

Hello, Can anyone tell me what is the best e-commerce solution between these two products. Has anyone has made a study and compare their own functionnalities ? thank you for your answer. Regards. ...

How to extracting individual dimensions from $node->content['dimensions'] in Drupal's Ubercart?

On my Ubercart node-product.tpl.php page, I am trying to extract the individual product dimensions (height, weight, length) from the more generic: print $node->content['dimensions'] ['#value']; which returns "Dimensions: 72in. × 42in. × 30in." Using var_dump(get_defined_vars()); I'm able to see that the dimensions are being outputted in...

Multiple Prices for a product in ubercart?

Hi, 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 etc. 3 times for each book. Is there any way where i can allow admin to add 3 pric...

Product Kit does not save the selected products!

Arg! When I save my product kit, with several product selected, I land on a blank product kit node (as in no sub products). The message confirms the update, however when I return to the node edit page the products are no longer selected, hence the blank kit node page. Thoughts on debugging this, or what might lead to it? ...

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

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

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

ubercart VS drupal commerce VS Magento

Drupal + UC VS http://www.drupalcommerce.org (still in dev) VS Magento anyone running all 3 and have opinions? ...

Drupal's Ubercart redirecting to a custom order complete/thank you page

While using ubercart I need to insert some javascript tracking codes to the order complete/thank you page the user sees after checking out an order. Problem is, there is no .tpl file for this so I'd like to know if there's a way of redirecting users to a custom page I would like to build with all my js inside. ...

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 place that I know of. As a workaround I tried querying the last order for the currently c...

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 cart, but did not complete the order. ...

Adding custom field to Ubercart Invoice

Hi there, 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. ...

Drupal Ubercart Subscribing package module

Hi im beginner in Drupal, E-learning website im doing a payment module having 3 packages with different products like package -A (maths, physics,etc) package -B (all subjects) => each subjects are page nodes and each package have quarter,half,yearly duration subscription . please anyone help me how to proceed with ubercart module ...

Taxonomy based navigation and URL namespace in Drupal

I am trying to upgrade an old-school PHP site (http://cordair.com/) to work with Drupal running Ubercart. One of the key things is making sure URLs that people have bookmarked stay the same. My taxonomy looks something like this Catalog + Artists + Pablo Picaso + Lenardo DaVinci + Medium + Sculpture + Painting + ...

Drupal, creating a view for Ubercart customers ?

hi, I want to customize the Ubercart customers list, displaying more fields enabling multiselection, actionsm etc.. I already have a view for drupal authenticated users, but I cannot display informations such as billing addresses from ubecart (or see orders) Any tip ? thanks ...

Dynamic products price according to ordered amounts

hi, I want to the price of my products to change according to the ordered quantity. Ideally, i would like to see the price of the product dynamically change on the product page, according to the selected quantity. Is there any module doing it in Ubercart ? thanks ...

Drupal Ubercart: multi-currency ?

hi, 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 main way to do it ? Or am I missing something ? thanks ...

Drupal, Ubercart: access to stored customer addresses

hi, I'm using ubercart and I want to retrieve Address information from logged in users before they access to order/checkout page. If they already have performed a checkout, Ubercart stores the address info, and autofill the fields. Well, I would like to grab this information before to access to the checkout panel to customize my shop ...