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.
Answer Answer to Question 13715
generic alteration support for price fields in general. If I were developing a site with such ...
Ryan Szrama — May 2014Question Add tokens to the commerce-order token types for commerce-order-total field components base-price shipping etc
['0']['price']['amount'], $price_components ['0']['price']['currency_code']); break; ... ['0']['price']['currency_code']); break; case 'tax_rate': $price_components ...
Summit — August 2013 — 1 comment — Commerce Tokens
Discussion Displaying all images of referenced products in product display node
After hours of work i got this solution. <?php /** * Implements hook_entity_prepare_view(). */ function HOOK_entity_prepare_view ($entities, $type) { $product_display_entity_type = 'node'; $product_display_type = 'dishes_pro ...
MasterPoint — May 2012 — 3 comments
Discussion Add to cart button on product display node
cause them to be visually reordered when looking at the product details on my practice development site, ...
commercestudy — June 2011 — 6 comments
Discussion Complex price calculation using a field in the product
evaluation. I can access the field in the user profile using this code: <?php global $user; $usuario ...
perrymanson — September 2011 — 3 comments
Discussion Special instructions field
I created a new field for my products called category and I set up my test site's order page as a view that displays all items from a particular category in a table: View: Table: I'm trying to find a way to add a button that pops up a text field ...
switch — October 2011 — 6 comments
Answer Answer to Question 8960
contextual filter with Taxonomy Term....". But! I have not yet managed to find a guide/tutorial for how ...
Chucken79 — August 2013
Answer Answer to Question 8074
Vote up! 0 Vote down! My initial reaction was to build different rules with conditions for countries as you suggested, I can't think of any other way. ...
DaveP — May 2013 — 1 comment
Question Products, attributes and stock
module, but it's only in development, is there any other way to do what I've outlined above? ...
Answer Answer to Question 8802
']['currency_code']=='USD') {$amount = round($amount,-4);} I hope this is the ...
mbahlol — July 2013
