Page not found
We have recently redesigned this website, which involved changing both the functionality and architecture of several parts of the site. This necessarily involved changed URLs, primarily in sections like our documentation as guides were merged and reorganized. We apologize for the broken links or search results while Google reindexes our site and hope you find what you're looking for in the search results below.
Discussion Detect in javascript when add to cart widget updates product fields
I have a carousel of images for each product style. When the add to cart form refreshes the product images when the form fields are changed I need to setup the carousel for the new product images that have been loaded in. Is there a way to hook into this ...
Discussion DC Product attributes
Hi, please correct me if I've posted this on wrong place. I'm working on a shop which requires product attributes. I've downloaded the module product attributes, enabled it and unfortunately the menu link is not displayed (as usual at uberc ...
frizi — December 2011 — 1 comment
Discussion product catalog
Hallo, When you edit or create a product in kickstart you get the option the choose from a taxonomy list. Is added by a module or is there an other way to add this? Thanks, Ben Product catalog Attachment Size screen_shot_2014-07-25_at_18.28.54.png 81.93 K ...
ben van den broeck — July 2014 — 1 comment — Product catalog
Discussion Need help for adding a product type
Kickstart2 with demo data: when i add a new product type, it is displayed in the product type list. But when i add a product, this new product type is not in the list so i cannot add such a product! Where did i fail? ...
osm_laurent — September 2012 — 2 comments
Discussion Order Object Workflow through Checkout
I was having this discussion in IRC with DamZ, neclimdul, and one other person about how to handle the creation, update, and saving of the order object through checkout. In Ubercart, the workflow was as follows: View the checkout page, nothing is there. A ...

Discussion Single Payment Method with Multiple Payment Accounts
So I am in the process of writing a module for the payment gateway we use (Nelnet/Quikpay), and have gotten it [mostly] working. The issue I've just realized is that we have different product types that have to be paid to different accounts, but usin ...
TheMoose — August 2011 — 2 comments
Discussion Add extra field to "add line item" dropdown
Hello Folks I was wondering if it's possible to change the content of the dropdown box that lets you add products to an order? This one: http://www.rillbar.dk/lineitem1.png (it's in danish, but i guess you know where we are?) The reason is that ...
smash — December 2011 — 1 comment
Discussion Cart dissapears for anonymous when adding a product referenced field
Hi, I need to sell custom products that have a text on Add to cart forms. Now I added a relation on the /cart view to show the image of the product and a the custom text but the cart donesn't show on non admin users. Do I need to grant a permission t ...
Pol Maresma — May 2013 — 1 comment
Answer Answer to Question 8159
Vote up! 0 Vote down! $product_1 = $product1_created->sku; $product_2 = $product2_created->sku; variable_set("custom_product_1_".$node->nid,$product_1); variable_set("custom_product_2_".$node->nid,$product_2); ...
luthien — May 2013 — 1 comment
Discussion Restricting Sales of Specific Products Based on Geography with Rules
Hello I am trying to use rules to restrict customers from buying certain products in states and cities where they are illegal (ie slingshots in New Mexico). I know this can be done, but I cannot seem to find the right combination. For actions, I need to r ...
tyreldenison — December 2011 — 1 comment