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 Discount and original price
Hi! I use the commerce_discount, commerce_rules_extra modules. They work fine. I would like to display the original price too (in the product display). How can I do that? Now, it displays the price what is discounted. ...
makgab — August 2014 — 1 comment
Discussion I need to sell licenses
Hi I need to sell authorisation codes. I am provided with a list of codes and I need to setup a system where I can sell individual codes. The code needs to be sent in a email with some other information after purchase. Once a code has been sold it cannot ...
chaloum — March 2012 — 2 comments
Question "Active" licenses returning "403 Error- Access Denied" on previous purchases
Vote up! 1 Vote down! I started experiencing this problem within the last 2-3 weeks I think. A client is trying to download files she purchased a month ago. She's downloaded them before but for some reason it now returns "403 Error- Access Denie ...
Hendrik Martens — February 2013 — 1 comment — Downloads
Question Free shipping withing 50 miles?
Vote up! 1 Vote down! Hi, I have a few customers selling heavy items that they ship themselves. They offer different delivery costs depending on how far away the customers is- eg Free delivery within 50 miles. I am looking for a way to be able to calculat ...
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
Discussion [modification here] Bug in kickstart with slideshow
when opening development tools / on IE or firefox (not chrome), slideshow stops and console javascript shows: Uncaught TypeError: Cannot call method 'getSlideCount' of undefined commerce_kickstart_slideshow.js Ligne 25 Caractère 13: Drupal.behav ...
Discussion URL alias for products
Hi, I'm stuck in setting the url alias for my product displays. There are tons of tokens but not that one I need: I have set up my structure with taxonomy terms and built the corresponding main menu like this: 1. Computer 1.1. Desktop 1.2. Laptop 1.3 ...
Brian — February 2012 — 4 comments
Discussion Customize the way the product is displayed
Is there a way to change the layout of a product page? I can change the order things are displays. Such as moving the "Add to Cart" button above the product image. What if I want to have the "Add to Cart" button and the product image s ...
emmit95123 — September 2011 — 11 comments
Answer Answer to Question 3304
Vote up!-1 Vote down! You might re-consider what you are trying to do with your shipping methods or find someone who is willing to write some of this logic into a module (developers need to eat, too). ...
Josh Miller — July 2012 — 2 comments
Discussion Disabling a checkout page
There is no "enabled" property for hook_commerce_checkout_page_info(). This property is available in hook_commerce_checkout_pane_info() but not page. I'm trying to work on my first module for Commerce (actually, my first module period) whic ...