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 Addon with checkbox
I have my main product and I was wondering if I can have checkboxes that add amounts to the ... product. For example. Product- $99 [ ]- Add chrome finish- $10 [x]- Add custom name- $20 Total- $119 ...
pooon — October 2014 — 1 comment
Question Disable product from selling
cart, and checkout funcionality. but the product must still visible. Rules Permission ...
Question Use payment method option in off site payment method
craft the $form['#action'] depending on the user choice. Any ideas? Thanks payment method ...
Question Stock synchronization
management application and to get the stock values for some products from there. Could you give me an advice ...
David P. — January 2015 — commerce stock
Question Configuration for Facebook / Twitter Login
shown up at /user/login do you have a tutorial that helps me to configure the oAuth right for the user ...
Question How do I add the SKU to the checkout page?
Vote up! 0 Vote down! The SKU is properly visible in the "product in cart" page. But ... which should be extremely simple... the first was that I cannot sort the product page on SKU. Checkout ...
Answer Answer to Question 7936
http://websmiths.co/blog/very-introduction-drupals-hookformalter That's a nice tutorial on how to get something up and running. To pull a user's info, ... you would just need to do the following: <?php function something () { global $user; dpm ... ($user); // requires devel module to see into array.}?> ...
Josh Miller — May 2013Answer Answer to Question 6587
debugger:(Dear sir I am using omega theme for my commerce kickstart 2.1 but when i create new sub-theme my add to ... http://www.greenforever.us/productdisplay/product-2 http://www.greenforever.us/productdisplay/mens-low-boot also enter quantity is not working without ...
Alif — January 2013
Discussion Question regarding payment processing workflow
We have 3 states:- Pending- Processing- Comleted Pending, when user chose a payment method and was ... payment from the provider "paypal" for example order_balance > 0 Processing, user paid for ... between "Pending and Processing" should be automatic, Completed, user already paid, and shop ...
Narhir — March 2012 — 2 commentsAnswer Answer to Question 39986
https://www.drupal.org/project/draggableviews? If your store has large numbers of products then I would abandon the idea of manual sorting and ... settle on a uniform way across all your product categories, which might be what you're looking for ...
Andy @ BlueFusion — October 2015