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.
Question Using Commerce Feeds with Kickstart 2
difficulty getting my products imported. Is there any good documentation, or even better a video, for using ...
Answer Use the Commerce patch or disable the CCR module
use the Commerce Checkout Redirect module which redirects the anonymous user to the login page instead ... of the checkout! If you disable that module, you'll be able to allow anonymous user to access ...
Augustin Delaporte — March 2013Question What is the correct way to delete line items?
foreach($order_wrapper-> commerce_line_items as $item_wrapper){ if($item_wrapper-> commerce_product ... -> product_id-> value () == $line_item_wrapper-> free_upgrade-> product_id-> value ()){ // This is the ... if($item_wrapper-> commerce_product-> product_id-> value () == $line_item_wrapper-> free_upgrade-> ...
bander2 — February 2014 — commerce line item
Question How can my customers manage shipping and billing info on account pages?
I have is the default Drupal user name, email address and history information shown. I would like the ...
Question Commerce in Maintenance Mode
Vote up! 0 Vote down! How to put only the shop in Maintenance Mode? Reason: I have many products ...
jessicakoh — September 2013 — maintenance
Question How to alter the Add-to-Cart button for disabled to a link?
get to the contactform when someone clickes on the submit button when the product is disables. Thanks ... contact page when clicking on the add to cart form of a disabled product */ /** * Implements ... commerce_product_disabled_link_form_commerce_cart_add_to_cart_form_alter(). */ function commerce_product_disabled_link_form_commerce_cart_add_to_cart_form_alter (& ...
Discussion Order comments
comments is possible to send mail to users of the comment made, change of status, etc. Is there a similar ...
leflores — February 2013 — 1 comment
Answer Have a look at Commerce Recurring Framework
proposes a way to programmatically create orders using Rules. Hope that helps! ...
Augustin Delaporte — March 2013Question Adding an update button pr. item in cart view?
currently user has to scroll all the way down to press submit, to update cart. I would like to add an ...
Question Disallow coupon on Sale Items
discount for certain products selected with a taxonomy. however I also have a coupon code system for ...
rootsgraphics — January 2014 — Discount Coupon Sale
