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 Calculate shipping rate based on postal code (Shipping 2.x)

Hi! I would like to add a rule that will change the shipping fee for a specific amount based on the postal code field the user gave. For example: If you want your stuff to be shipped to Smalltown, you will to pay $10 for shipping and if you want it to Awe ...
balintd — January 2012 — 4 comments

Answer Answer to Question 13091

Vote up! 0 Vote down! Hi, I can call commerce_cart_order_product_line_item_delete() and commerce_entity_reference_delete() from a module without any problems. function my_sandbox_form_alter(&$form, &$form_state, $form_id) {  commerce_entity_refere ...
DNZ Andy @ BlueFusion — February 2014 — 2 comments

Discussion Conditional Display: Hide fields with no data

Using Kickstart 2. Is it possible to hide fields in product displays that don't have data? In my case I haven't found a way to handle product volume. So, I was going to add all the fields I need and just those show that have a value. How would I ...
abiconsulting — March 2013 — 2 comments — fields

Question How can I change the starting order number?

Vote up! 4 Vote down! I recreated my old Ubercart store in Drupal Commerce, and I think the last thing I need to do is start the order numbers at a specific number. I couldn't get the migration to work so I just opted for a complete rebuild. Now I ha ...
Sean — April 2013 — 1 comment — Order, FAQ

Discussion Can't get into scope customer profile billing fields other than address component field

ok, here is the thing. In the billing profile type I added a text field. What i need to do is to apply a tax base on the value the user enters in this field. The problem is I can't find the right condition that bring into scope this text field. " ...
dianikol — February 2012 — 2 comments

Question How do I display my Add to cart button?

Vote up! 0 Vote down! Hello i need help after i change default theme and creat new theme use theme tools in commerce kickstart my add to cart button is show but i click its not working please would anyone help me how to solve this problem this is my demo ...
Alif — February 2013 — 1 comment — Cart, Troubleshooting

Discussion Unique identifier for each ordered cocktail?

Is there an easy way to have Commerce auto-assign a number for each ordered item? For example, in an imaginary online bar- a customer might order many cocktails and I would like each cocktail in the cart to be auto-assigned its own unique number (1, 2, 3, ...
MM10 — April 2012 — 3 comments

Discussion Disabling a checkout page

There is no "enabled" property for hook_commerce_checkout_page_info(). This property is available in hook_commerce_checkout_pane_info() but not page. I'm trying to work on my first module for Commerce (actually, my first module period) whic ...
switch — June 2012 — 4 comments — checkout, shipping

Discussion shopping cart

Hi, When i go to my shopping cart right before checkout, it shows the product in the cart like this SKU: 006 $15.00 Status: Active View product and it does NOT show the product name at all. how i can remove the above and instead show teh product name? tha ...
ariban99 — March 2013 — 2 comments

Discussion multiple prices per product

Hi, i need to have 2 different prices per product: one for the customer and one for the trader. the price for the trader is individual and not calculated by an discount. i created a second price field so every product has now 2 price fields. commerce is s ...
maze — October 2011 — 6 comments

Pages