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 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 Why won't checkout work with a Cart form on it?
these buttons are not allowing user to proceed through the checkout process. We are stuck in a loop of ... here:---.redacted.--- choose products and name and password is needed to view cart. You may use: customer------ ...
Question Entity Reference Link Issue
the edit page, and as an anonymous user it will just show up as plain text. This happens across my ... https://drupal.org/node/2096983 *I am working with commerce kickstart 2.0 reference entity link link to content admin user ...
Question Is it possible to add line items to an order with rules? (not using cart or checkout module)
items, but the data selection I only have site, user, node, webform node and created entity- nothing ... useful- how do I get products/line items to show up here? I tried to use conditions to expose this but may ... well have been doing it wrong. Is it possible to add line items or products directly to an order with ...
Answer Answer to Question 13715
Vote up! 0 Vote down! Unfortunately, you cannot. The product pricing system that Commerce ... Multicurrency depends on always works through a product line item. This is to give the system as much contextual ... information as possible, such as order owner, shipping address, other products, etc. I understand you ...
Ryan Szrama — May 2014Question Commerce product exports and urls- where is the path variable?
Vote up! 0 Vote down! I need to export my commece products for use in various feeds. I wrote ... a commerce product view that lists the fields that I need, but I also need the product urls. How to get urls ... in http://sample.com/product format? I could not find a product path variable. Should be simple, but ...
Robert Donahue — September 2016 — #Commerce product export
Discussion Creating custom order: can't reach checkout
booking_create_order (& $form_state) { global $user; $prod_ids = array( array( ... = commerce_order_new ($user-> uid, 'checkout_checkout'); $order_wrapper = entity_metadata_wrapper ... ':00'); //Get Product IDs and qtys based on form data $prods = array($prod_ids [$tour ...
Discussion Set price when creating a product via commerce_product_save($product)?
How do you set the price when creating a product with commerce_product_save()? I'm first ... calling commerce_product_new($type) and then filling in fields of the returned product, but there ...
Prince Manfred — September 2011 — 3 comments
Answer Answer to Question 10468
intermediate Drupal user, I'm not sure it's worth pursuing. The best intermediate solution I could ... recommend would be a custom "Buy it now" type button where clicking on the button on the product ... page creates a cart order with that product in it and redirects to the checkout form. I don't ...
Ryan Szrama — October 2013 — 3 commentsQuestion Product Sku Auto Complete (Hide disabled products)
Vote up! 1 Vote down! We have a lot of products showing up in the product search (by sku/title). ... Is it possible to exclude disabled products from this search? Many of the products are only active ... for 1 calendar year, and then new products are created. I had a look at ...
Andrew Rosborough — February 2015 — add a product
