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 5157
hook_theme_registry_alter(). */ function MYMODULE_theme_registry_alter(&$theme_registry) { // Remove cart block total ... label & add cart link on item. ... $theme_registry['commerce_line_item_summary']['template'] = 'commerce-line-item-summary';} /** * Implements hook_preprocess_HOOK(). * Link cart ...
foxylearning — December 2012 — 1 comment
Discussion Set image field link to product display node not product entity
which only administrative users are able to see. To overcome this, I have added a hidden nid field and ...
realguess — April 2011 — 8 comments
Answer Answer to Question 9355
a customer who also had a user account and made a purchase, so I know the commerce addressbook module code is ... definitely working properly. On a hunch, I created a user account as a test for one of my anonymous ... customers-- associated the customer profile with the user account, and then one of the orders associated with ...
Andrew_Imagine — September 2013
Answer Answer to Question 4796
line--> $('.commerce_add_to_cart_confirmation_overlay').remove(); after: // Enable the close ... link. $('.commerce-add-to-cart-confirmation-close').live('click', function() ... {$('.commerce-add-to-cart-confirmation').remove(); Just like mentioned by Daniel. In my site it just work after i totally delete the line that ...
gutus — January 2013
Discussion Displaying price with and without taxes
Hi, I would like to display my product's prices with and without VAT taxes. Example: Price without tax: 1000 Price with tax: 1250 How can I do that without having my client to fill out two fields and add these prices manually? I would like to create ...
balintd — November 2012 — 6 comments
Answer Answer to Question 10250
Vote up! 0 Vote down! it's been a week, anyone? ...
castcrus — October 2013 — 2 comments
Answer Answer to Question 8719
views_handler_area { function render ($empty = FALSE) { global $user; if (user_access ('create answer ... content', $user)) { // Build an empty Answer node object for use on the form. $node = (object) ... array( 'uid' => $user-> uid, 'name' => (isset($user-> name)? ...
Josh Miller — April 2014Discussion Billing Information and Payment (authorize.net) both on checkout pane
and then on the review your order pane, users can see their billing information and using (card on ... authorize.net at that time, but I don't want payment information submitted to authorize until the user ...
Discussion Create Products Using Rules
I'm trying to understand where commerce stores it's rules hooks. In my Drupal 7 install I have a tonne of custom entities which I am working on plugging into ctools to enable panels to alter the add/edit forms. My next step is to hook these cust ...
scotthooker — July 2011 — 2 comments
Discussion 1 product with 2 different prices
Hello! For a ticketselling site I need 2 prices for each product, one for adults, one for children. The children price varies for each product, so there is no percentage relationship between adult price and the discount for children. I thought about using ...
dasmoermel — November 2011 — 6 comments
