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 Triggering a Javascript with Rules when an order is complete.
gateway. I am need of triggering a script (supplied by a third party for tracking a purchase) when the user ... However, the problem is because Paypal doesn't seem to automatically return users to my site (the ... doesn't need the user to return to the site. So this would be Instead of requiring the script to be run ...
jberg1 — May 2013 — 1 comment
Discussion Design pattern for payment gateways
Looks like we need a multicurrency aware design pattern for payment gateways. Following issue in the Commerce Multicurrency queue contains several reports of problems with payment gateways when using multiple currencies: http://drupal.org/node/1932598 In ...
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 ...
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 My entity_load line item does not include product attributes
show the by the user selected product attribute. Like i have an attribute color "Green". Does ...
houseman — February 2014 — attributes line_item
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 ...