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 Only offer products to certain countries
product to? I'm building a record label shop and we don't have worldwide rights for all ...
Answer Answer to Question 6755
I've created a page where they can select their store. Users get forwarded to this page once they start ... it in the cart now, which I think is the "correct" way to do it within DC. I'm still ...
jrb — February 2013 — 2 comments
Answer Answer to Question 39424
custom coding, no organic groups. We're generating split orders after each sale so each shop and ...
Nick — September 2015
Answer Answer to Question 10803
Vote up! 2 Vote down! It appears this is a well documented process. The module you linked to in your question has some pretty straightforward code and a nice README.txt that can help you get started with a Commerce specific app. Additionally here are two ...
Josh Miller — March 2014 — 3 commentsAnswer Answer to Question 4801
for showing ' Show attribute widgets even if the Add to Cart form only represents one product. ... prevent the ' Show attribute widgets even if the Add to Cart form only represents one product. ' ...
Raj — November 2013 — 2 comments
Discussion Changing starting order number?
I recreated my store from UC to Commerce and i think the last thing I need to do is start the order numbers at a specific number. I couldn't get the migration to work so I just opted for a complete rebuild. But now I have no orders. Not a big problem ...
Sean — November 2011 — 6 comments
Question How do I restrict access to my store to registered members only?
store. Any ideas on how to accomplish this would be greatly appreciated! content access front page user ...
Answer Answer to Question 7181
Vote up! 0 Vote down! I used this code in my footer div: <?php if ($user-> uid > 0) { ... print l (t ('my account'), 'user'). ' | '. l (t ... ('Logout'), 'user/logout');} else { print l (t ('Admin'), 'user');}?> ...
jaap76 — April 2013 — 2 comments
Discussion Assign a Price RANGE to a Product?
commodities and we would actually be selling them e-commerce style including a shopping cart, payment ...
stevesharpe — December 2011 — 1 comment
