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 Programmatically add new product
The values for sku, title and commerce_price are good. $form2_id = 'commerce_product_ui_product_form'; $form2_state['values'] = array('sku' => $form['title']['#value'].'_'.rand(1,10000), ' ...
dlats — November 2013 — 1 comment
Discussion commerce_cart_add_to_cart_form_attributes_refresh and drupal_alter
Hi, I am trying to add an additional AJAX command that's fired when users select a product reference (eg. users select a product reference and a value on the page is updated). I have found commerce_cart_add_to_cart_form_attributes_refresh() and I can ...
rj — December 2012 — 3 comments
Discussion commerce_product_save($product); problem
I am creating a product using the below code. Everything is fine, bar not saving the price information. When I load the product using commerce_product_load($product_id); I get all the correct product information without the price information. Any ideas wh ...
stevieegee — January 2015 — 1 comment
Answer Answer to Question 4801
Vote up! 0 Vote down! I have a similar question. I have a product (yoga class) whose variations names are the specific class sessions, for example, here are two variation's titles: Mondays, 9-11, Sept 1- Sept 30 Tuesdays, 9-11:30, Sept 1- Sept 30 For ...
Raj — November 2013 — 2 comments
Discussion Rearranging the Product Display
I wanted to change the fields on the product display around. I've got this far... I'm using a custom node to display the products (when I say product display I mean the screen with the Add to Cart button) Custom tpl file is called node--product_ ...
Aussiejen — October 2011 — 2 comments
Discussion Price display
Hi there, My productprice is showing up without currency symbol and without a comma. Like this: 995 I just want to display my price as normal like: €9,95 Probably I did a weird setting, but I can't find what the problem is. Anyone who knows something ...
rkedde — December 2012 — 2 comments — product price
Answer Answer to Question 12475
Vote up! 1 Vote down! Hello ivanhelquera, Nothing specific or trivial needed. Install the Paypal module, by default a Paypal account will have the standard method available so enable and configure that part of the module. Configuration entails inputing th ...
Travis — December 2013 — 2 commentsDiscussion Change Variation Dropdown to radio buttons
In Commerce Kickstart 2, when you have product variations, the variations are shown in a dropdown above the quantity field in the add-to-cart form. In some cases, I would prefer to show the variations as radio buttons instead of the dropdown. Where would ...
richm — June 2013 — 7 comments — add to cart
Discussion Log In new user account for anonymous after checkout
Is it possible to log in a newly created user after they checkout and an account is created with their email address? The summary shows links that the user can click on if they are logged in, but they aren't accessible to an anonymous user. checkout ...
Discussion Customer profile store
Hi! I see that the commerce stores all billing informations in the database. The users can enter the billing informations in all payment. It is annoying for users.:(Why is it? So there is many same billing information is database. These unnecessary data i ...
Gábor — May 2012 — 1 comment
