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 UPS Shipping Selection
email does not indicate what the user selected as a shipping option. I've been able to use tokens ...
Discussion Cart dissapears for anonymous when adding a product referenced field
show on non admin users. Do I need to grant a permission to the anonymous role? Is it normal? ...
Pol Maresma — May 2013 — 1 comment
Discussion [SOLVED] Removing line items from an order if they're prohibited
caching of the mailing zip. How do I prevent this loop and allow users to remove the slingshot from the ...
tyreldenison — January 2012 — 7 comments
Answer Answer to Question 8894
/sites/all/themes/xxx/template.php add the following code at the bottom function get_user_purchased_products(){// Assuming we have ... $user populated with the user's ID: global $user; $query = db_select('commerce_order', ... = prod.entity_id'); $query->condition('cord.uid', $user ...
mike.hajj — April 2014 — 1 comment
Question Order template
(user/commerce/orders/*) like order number and order date. As far as I can see there are no order template file or theme ...
Question Is there a module to show a commerce cart in a popup window when you click on "add to cart" button?
summ of them, instead of simple showing exactly the same information about product which user already ...
Nikita Petrov — January 2014 — commerce cart
Answer Answer to Question 32051
Vote up! 0 Vote down! A little more information is needed to adequately answer this: Most notably, how do you delineate that a payment is confirmed/accepted/completed? What do you change to take note of that? ...
David Wright — February 2015 — 1 comment
Answer Answer to Question 31616
Vote up! 0 Vote down! Here's a list of potential candidates for your site. http://megadrupal.com/blog/7-mega-menu-modules-for-drupal ...
garpy — December 2014 — 4 comments
Discussion Sort orders based on date of confirming, not creation
problem is that the creation date is the date that the user created the cart, not when he confirmed the ...
yannisc — January 2012 — 2 comments
Question Custom Line Items- Attached Javascript Running Multiple Times
update as the user selects individual line item options. NOTE: The product is custom furniture and the ... $form['#attached']['js']. The problem I'm having is with the Product Display form, which provides the user a SELECT ... seat sofa, 3 seat sofa, loveseat, etc.). Upon initial display everything works, however if the user ...
cluther — February 2013 — Custom Line Item