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 Creating custom order: can't reach checkout
booking_create_order (& $form_state) { global $user; $prod_ids = array( array( ... = commerce_order_new ($user-> uid, 'checkout_checkout'); $order_wrapper = entity_metadata_wrapper ...
Question Small Ecotour company booking solution
climbing tours online. I'm looking at having the user fill out and submit a webform that collects the ... user submits a tour request, I want our staff to be able to review the reservation, and if everything ... "approve" the reservation. On approval, the user should be redirected to a payment gate that allows them to ...
Discussion Automated imports and Attributes
product options where the user must choose a color. Some colors have pricing variances too. The client ...
hal — November 2011 — 5 comments
Question related products in blog post
non-technical user could easily select 0 to n products to the post as "suggested" or ...
Answer Answer to Question 13333
page's cart form. I need the add on product(accessories) to only show in the cart after a user has ...
docans — March 2014
Discussion Commerce Kick Start! Please help!
OR Does a new user within data base need to be created? If so how is this done? Thank you ...
Question How to divide the Commerce Kickstart into sectors, adding managers for each sector.
the sales. Users can buy in any sector, but each product will have a responsible person. There are how ...
Discussion Can product prices be changed from USD to CAD
Is there a way to set the base price of products in a different currency then USD? Any insight would be helpful. Merci bien! ...
HamiltonBoucherMedia — May 2012 — 3 comments
Discussion Load line item's prices in an array
didn't find anything yet. I need to load each line item's price present in the current user cart in ... cart and total amount of the cart with this code... <?php global $user; $order ... = commerce_cart_order_load ($user-> uid); $order_wrapper = entity_metadata_wrapper ('commerce_order', $order); ...
evanasse — May 2013 — 1 comment
Discussion Wrong price calculation
Hy people. just installed the kickstart 2 and played around a bit. When adding multiple products (one product but multiple amounts) i get after the add-to-cart a wrong value in the overlay, saying the total price of x-times the same product is the single ...