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.
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 Buyers must buy at least X number of items?
someone tries to start the checkout process, a message should be shown telling the users the number of ...
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 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 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 Can't get into scope customer profile billing fields other than address component field
apply a tax base on the value the user enters in this field. The problem is I can't find the right ...
dianikol — February 2012 — 2 comments
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 ...
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
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
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