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 How to create custom shipping module

When creating a submodule for shipping I have to add some additional fields would like to hide some fields. Lets say I do offer shipping whrere I would like to ask only phone number and one custom value. Wich way should I go. 1.Should I use costom fields ...
kaido24 — October 2011 — 2 comments

Question USPS shipping method howto

method would be willing to spent some minutes sharing a step by step guide on how to do it on Commerce ...
kaldimar — February 2013 — Shipping

Question How do I build a product catalog using Kickstart 2?

I'm just about to give up and try some other E-commerce (maybe Ubercart?). All I want is to build ...
Chucken79 — August 2013 — Catalog, Product Catalog

Answer Answer to Question 5336

commerce_product WHERE sku=$your_sku; Then query for the node id: SELECT entity_id FROM field_data_field_products ... JOIN commerce_product ON field_data_field_products.field_products_product_id ... = commerce_product.product_id WHERE sku=$your_sku; ...
michfuer — May 2013

Question We have no shipping address on file.

same box but that did not help either. I am using commerce kickstart. kickstart PayPal ...
atsuisofu — August 2013 — kickstart, PayPal

Answer Answer to Question 9213

Vote up! 0 Vote down! it is easy to just download commerce modules, then make a product display ...
boban_dj — September 2013

Discussion add a surcharge to order total

I need to add a fixed percentage surcharge to all order totals. Commerce Discount almost meets my ... percentage discount field in commerce discount records the discount as a decimal number eg 0.01 for ...
tripper54 — September 2012 — 1 comment

Question How to send specific details in a single email when order is first submitted

date order was placed? After digging around and learning Commerce, I can see that part of the challenge ...
softwarescout — August 2013 — Checkout Rules

Discussion selling dated products (eg courses) with options

If i have a product, which is a dated course with 5 options, the product display shows all 5 options in a drop down menu Each course happens on a particular date. The normal way of doing this seems to be to make 5 products for each date, this will be quit ...
amcc — November 2011 — 2 comments

Answer Answer to Question 3662

http://www.covenantdesign.com/blog/how-use-billing-address-shipping-drup... It explains that this function is in commerce core now. Go to Store>Config>Checkout ...
ttwhyz — August 2014

Pages