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 Shipping rate not in the correct sequence in order review
All, I have been looking for some time now on how to solve a problem I have. I was able to set shipping rates (flat rates) and configure them as they should. The only problem is that, when a customer goes to the check-out and gets the review Order, the sh ...
propje — March 2012 — 2 comments
Question Add a second Price/m2 working with multicurrency
commerce_price ['und'][0]['currency_code']. " ". number_format ($entity_field_item ...
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
Answer Answer to Question 12513
I originally read your comment, you can change the base price of a product using code that looks similar to ...
Josh Miller — December 2013Question why order total is x 100
gateway. this is the code that I am using: $wrapper = entity_metadata_wrapper('commerce_order', ...
Answer Answer to Question 3928
Mapping (Note: you need to Map SKU twice!) Source Target SKU Product:SKU SKU GUID Product name Title ...
Squidlings — April 2013
Answer Answer to Question 12541
listings. The only thing I can figure is that there's a search api filter being applied in code that is ...
Josh Miller — December 2013 — 1 commentAnswer Answer to Question 7198
Vote up! 2 Vote down! I have written this code in rule(it was select available payment method) ...
alinouman92 — March 2013
Question set orders as 'complete' from custom module
code that I have in this moment: function commerce_checkout_pane_empty_cart() ...
Answer Answer to Question 4133
have a hard-coded fix in place:in the class Doctrine_Adapter_Oracle (file: Oracle.php) line 105 we ...
Anonymous (not verified) — August 2013
