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 Print prodict title / sku on node.tpl.php
['product:commerce_price']);?> but how can i render the title or sku? ...
maze — October 2011 — 3 comments
Answer Answer to Question 10232
Vote up! 0 Vote down! Hi Just check both prices are visible in manage display tab of product ...
ajaichandran — September 2013
Answer Answer to Question 10232
Vote up! 0 Vote down! Hi Just check both prices are visible in manage display tab of product ...
ajaichandran — September 2013
Question Crimes against entity_metadata_wrapper?
found myself using: $e_wrap->commerce_price ...
Question How do I add a Tourist tax that is not based on a percentage
taxes always are a based on a percentage of the price. It is not a problem for me to calculate the ...
Answer Answer to Question 13010
(https://drupal.org/project/commerce_vat) for your VAT requirements. The key difference is not to use the "This price includes" ... tax drop down and you must enter the price exclusive (for it to then be calculated and added on for EU ...
David Kitchen — February 2014 — 1 commentAnswer Answer to Question 8373
function to your theme. https://api.drupal.org/api/drupal/modules!user!user.pages.inc/function/t... Simply ... YOURTHEMENAME_preprocess_user_profile(&$variables) { $account = $variables['elements']['#account']; // Helpful $user ... unset($variables['elements']['recent_orders']); $variables['user_profile'][$key] = $variables['elements'][$key]; } // ...
ahimsauzi — May 2014
Question Pay to create account
Vote up! 0 Vote down! is there any way the user only have the account active on the site after ...
Discussion Sage Payment Solutions
Hello, I have been using Drupal 6 with Ubercart 2 for an e-commerce website I built. I am re-creating the site using Drupal 7 with Drupal Commerce. The payment gateway used will still be Sage Payment Solutions. This module, in the "7.x-1.x-dev" ...
Thomas Isabelle — May 2013 — 5 comments — Drupal 7 commerce, Sage Payment Solutions, payment gateways
Answer Answer to Question 12441
once the user completes a purchase, but that looks like each node will have to be manually configured. ... Is there an automatic way to allow users to buy any content (view node)? The nodes that I want users ... to be able to buy are community user submitted and I want users to only buy access to a single node, ...
v.merkulov — August 2015
