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 possible to make details custom products?
I've used Ubercart in the past and now looking to find a solution for another project while getting back into drupal, so im wondering if drupal commerce could handle some functionality like what is presented here > http://www.foamsource.com/shop/p ...
petergus — September 2012 — 3 comments
Question Hide already purchased products (or allow purchasing the product only once)
all the products that are already purchased by the current user. This would allow purchasing products ... only once per user. I've tried to modify the view and add a relationship with the order, but ...
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 ...
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 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
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 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
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