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 How do I complete orders when IPN validation fails but Paypal payments made?

normally as though the IPN was validated? I also need the user accounts to be created. I also need the ... orders to be listed in the orders view and in the users' orders view. I am comfortable tinkering in ...
authentictech — April 2013 — Payment, Order, FAQ

Discussion Perform a payment after hanling the checkout process

administrator says: order OK. Flow: 1) User buys a product on the website 2) Administrator assigns an employee ...
guerno — March 2013 — 5 comments — payment, payment method

Answer Answer to Question 3223

change the owner to the user in question. That part seems pretty straightforward Drupal. I do it for ... creating nodes as Admin for other user accounts, for example. However, to reference existing customer ... profiles for the user, you're going to need the Commerce Addressbook module, as that's the module ...
Ryan Ryan Szrama — April 2013 — 1 comment

Discussion Needed modules to create a pay to publish content site

hello, am going to create a site, in which users can register and add their own ...
saleempbt5 — January 2014 — 1 comment — modules, classifieds

Answer Answer to Question 3159

writing new features for existing commerce_* contrib. For discussion sake, lets say that your users are ... able to save their CC info using a CIM provider. The CIM feature is exposed to the user, not ... masquerade module to allow an admin role to "switch" to that user and create the order. Not ...
warmnoise — November 2012 — 1 comment

Answer Answer to Question 37854

Original Author: Ryan // Modifications by Josh global $user; $product_id = 6;   // Create the new order in ... checkout; you might also check first to // see if your user already has an order to use instead of a new ... one. $order = commerce_order_new ($user-> uid, 'checkout_checkout'); // Save the order to ...
joshmiller Josh Miller — August 2015

Answer Answer to Question 8976

redirect as anonymous user. I've discovered that I do able to change the login form as described in ...
Arik Yudin — August 2015

Question Paid Classified Ad

based on the category of the ad how much the user is trying to sell something at. I'm somewhat ...
notnotjosh — August 2013 — Classified Ads, Invoice

Question Different cart and checkout for different type of products?

and each type should have a cart for their own. (i,e) If a user adds a product of type one, it should ...
sathishdevan — April 2013 — commerce cart

Question How to sort product list on SKU content?

Vote up! 0 Vote down! Despite reading many articles of other kickstart users who try to sort on ...
waskerleyairport-software@yaoo.co.uk Rob — October 2014 — 2 comments — sku, sorts, Product Listing

Pages