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 capture a payment date when confirming payment?
a user is allowed to check out their order and then make payment at a later stage. We then scan through ... field to enter/edit a payment date which creates a few problems: 1. It is very difficult to reconcile ... payment transactions back to bank statements because the payment transaction dates differ. 2. The user ...
Answer Answer to Question 15234
https://drupalcommerce.org/developer-guide/utilizing-core-apis/writing-p... Be sure to pay special attention to the part directly above the "Special notes for off-site ...
Darryl Porter — July 2014
Discussion new orders on top
Hi, when someone places an order on my site the new orders go to the bottom of the list, so i have to scroll down to see the new orders, can this be the opposite? the new orders should be on the top and hte older ones on the bottom? thanks ...
ariban99 — March 2013 — 2 comments
Question Lots of Shopping Cart Order- Can it be Spam Bots?
where a user has added to cart. There doesn't seem to be any issues that would stop them going any ... reminiscent to the problems we've had with spambots creating accounts. So is it possible that a spambot ...
dottodotdesign — September 2013 — add to cart
Answer Answer to Question 36121
create a view and include a 'product' field which links to the add to cart form. I ended up ... adding code to my templates/node--product--type.tpl.php file (because that was were I wanted to use it). ... The code looked like this: $prod_id = $field_product[0]['product_id']; $quantity = 1; $prod ...
Dan Todd — June 2015Answer Answer to Question 8055
Vote up! 1 Vote down! Which guide are you following? If you want to start Commerce Kickstart, ...
Favio Manriquez — May 2013
Question Implementing context-sensitive help in shopping cart?
(Manage Orders screen, for example) that displays brief context-sensitive help with a link to an online ... help system for more in-depth info. (Only certain user types would see these- e.g. internal sales or ... service, not the end user/customer.) In some cases, there might be more than one help option on a screen- ...
Question Accessing product line items in shipping calculation (solved)
two base shipping flat rates depending on the type of product in the cart- if type A is present, base ... product line items in conditions- only specific line item slots (:0,:1 etc) I've been battling this ... guidence I would appreciate it:) Best.------------------- Solution: 1) I created a component rule to work ...
Discussion Adding info to Order
to display this info as well. No problem... although it took forever to figure out how to do all the ... create a new table that links the order to the delivery account. This seems like more work in managing ...
Cogniven — December 2011 — 3 comments
Question Stock and search api filters
Add new field stock indexed- Modified the view (product display) to take only the products with stock ... > 0 So now my products overview is only displaying the products with stock. My probleme here is that ... management and product overviews which prevent me to switch of platform. I can't figure how to take the ...
