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 new orders on top

Hi, when someone places an order on my site the new orders go to the bottom of the list, so i have to scroll down to see the new orders, can this be the opposite? the new orders should be on the top and hte older ones on the bottom? thanks ...
ariban99 — March 2013 — 2 comments

Discussion How to add add to cart field for multiple products

I have implemented commerce kickstart and had completed most of the integration. But the client wants to change the way add to cart works. We need to create a table with a list of all the products displayed with quantity 0. The customer will add the quant ...
chopsumbongw — August 2012 — 3 comments

Discussion Programmatically add new product

The values for sku, title and commerce_price are good. $form2_id = 'commerce_product_ui_product_form'; $form2_state['values'] = array('sku' => $form['title']['#value'].'_'.rand(1,10000), ' ...
dlats — November 2013 — 1 comment

Answer Answer to Question 43185

Vote up! 0 Vote down! Thank you for having responded to my question, and yet the problem remains unsolved... maybe I missed some important details... may not put the appropriate version of a module or changing the wrong setting... So what version should I ...
RevalRomanov — December 2015 — 1 comment

Discussion Need suggestion

I am wanting to only charge tax on specific product types as defined on the product types screen. Would the best way for me to do this is to create a new field such as commerce_taxable when I create the product type then set up a condition to verify that ...
criley — September 2011 — 4 comments

Answer Answer to Question 7389

Vote up! 1 Vote down! This wouldn't integrate the webform directly into your checkout form, but can't you enable the webform as a block, and display the block on the checkout page? Failing that can a custom rule redirect you to your webform page ...
medden — March 2013 — 2 comments

Answer Answer to Question 7196

Vote up! 2 Vote down! Hi, I am sure there are numerous ways to achieve this. However, if this is just a SINGLE product (e.g., the link is the same for all buyers) probably the most simple method to create a rule that promotes members to a new membership r ...
drupalability — March 2013 — 2 comments

Question Access product detail not possible

Vote up! 1 Vote down! Hi! When installing Commerce Kickstart, it comes with a /product where you can see all your products. Now, i'm not able to click on them, s i can't access the product detail... Does anybody now how to fix this? Thanks! Trou ...
JoniHaeck — February 2013 — 1 comment — Troubleshooting

Discussion Increase shipping charge for each item added to cart

Hello, I have my shipping setup and working where it calculates the shipping based on quantity. 1-3 items is $, 4-6 items is $$, 7-10 items is $$$, etc. What I would really like to do is increase the shipping amount by $.50 for every item ordered over 1 t ...
appkiller — January 2012 — 2 comments

Question Add a remove item button on checkout page

Vote up! 3 Vote down! On the first step of checkout process I have cart view. but i have to give the customer the chance to remove items from his cart at this stage. I edited the view Shopping cart summary (Commerce Order) by adding a (Line Item) Commerce ...
milkovsky — October 2013 — 1 comment — Checkout, Cart, Cart ajax refresh

Pages