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 Item images and links in database

I am student using drupal commerce as a part of my thesis. As an exercise in PHP I am attempting ...
erikhartley — March 2014 — 1 comment — php, database, tables

Discussion Change Shipping_message in front page

Hi, I want to know how I can cange the shipping message in the front page. It says: FREE SHIPPING on order over 0.99. It's a block but I don't know how I can change the message. I supose that the other block,(promotional banner) "SAVE 25% P ...
edgano — September 2012 — 4 comments — shipping message, block, promotional banner

Question How to edit the product detail view?

Vote up! 0 Vote down! HI all, I am using the drupal commerce kickstart for my site, I want to edit ...
kjpmca07 — August 2013 — product related items

Question Pricing based on number of characters input

Vote up! 0 Vote down! Hello everyone, I am developing an e-commerce site using commerce kickstart ... cents per character. How can I achieve this in commerce kickstart? I tried product pricing rule but ...

Answer Check the existing modules

in Europe: VAT Number Commerce EU VAT Concerning your questions, here is what I would do: 1) Create ... Action: "Calculate taxes for a line item" on your [commerce-line-item] with the Tax type of your ... choice. 2) Use the following 2 modules: Commerce Cash on Delivery Commerce Bank Transfer Hope that helps! ...
GuGuss Augustin Delaporte — March 2013

Question Product menu option in Store menu is not showing

Vote up! 0 Vote down! Hi, I'm new to Drupal and I installed the Commerce module on my site ... recently. I uninstalled the Commerce module because I didn't think it was what I needed, but then ...
Davidb89 — January 2014 — store, Product

Answer Answer to Question 7198

condition may be it helps some one <?php $line_items = $commerce_order-> commerce ... _line_items ['und']; foreach($line_items as $lid) {  $line_item = commerce_line_item_load ($lid ... commerce_product_load ($pid);    $field_part = $product-> field_minimum_participants ...
alinouman92 — March 2013

Answer Answer to Question 3543

Vote up! 1 Vote down! Hi, I also need a functionality like this, have you implemented it? Please guide me also Thanks ...
arun_ms — July 2012 — 1 comment

Answer Answer to Question 7057

Vote up! 0 Vote down! SOLVED!! f you add a Views Bulk Operations: Commerce Product and then you ...
sopadepedres — March 2013

Answer Answer to Question 15970

your products and with which node they go to, we often recommend a spreadsheet CSV + Commerce Feeds to ... make updates. A slightly more robust way to do imports in a transactional way would be to use Commerce ...
joshmiller Josh Miller — September 2014

Pages