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 Change cart "Checkout" to "Get a Quote" system
I'm designing a product catalog website for a client who has asked that visitors be able to create a cart/wish list with items and then Get a Quote for that list/cart instead of going to Checkout. I've looked around for Drupal Commerce extension ...
Discussion Print field_images field tpl in node
Hy, i try the following and it works: <?php print render ($content ['product:field_images']);?> I need now, to be able to address each image and print some stuff inside the tag, so i tried: <?php $my_images = $node-> field_images; ...
Discussion how you use same image in variation product?
I don't understand, how you use same image in variation product? You are editing the database? My brain does not work fine, please explain that type of magic I can use. thanks image variation product ...
Fabricio Guzzo — August 2012 — 7 comments — image variation product
Discussion No shipping rates found for your order.
I am using Fedex for my shipping. Everything was working fine for awhile. But after a move to another server shipping module stopped working, I dont think anything was upgraded or changed. I doubled checked to make sure the items I was testing had weight ...
Discussion providing multiple products to buy in a single add to cart form
After days of trying, asking for support on this forum is my last option. I am building a website selling sim cards and the design should be as follows 1 page (add to cart form) on which you first will be able to select your sim card and than will be able ...
Discussion Gift card functionality
i am using the drual commerce module for my website & i want to use gift card functionality... Please suggest how we can implement the gift card functionality.. gift cards commerce coupon Drupal Commerce ...
Discussion Commerce, Quickbooks and Webgility
Is anyone using Webgility with Commerce and Quickbooks? I am attempting to use the inventory sync capabilities of eCC and having issues with Quickbooks items that have zero dollar amount or zero quantities. The software will not support zero of anything. ...
jwood — November 2013 — 4 comments
Discussion main menu changing with product update.
Hi, I have edited the main menu which shows my product categories, i disabled some from showing and some i changed their names to be shorter on the menu. however every time i make some change in the product, the main menu changes back to its original stat ...
ariban99 — March 2013 — 4 comments
Answer Answer to Question 12564
Vote up! 1 Vote down! Yes it is! You can use rules conditions on payment gateway availability. If you click "Edit" next to the payment method that you want to disable based on date on this page: admin/commerce/config/payment-methods And then you ...
Josh Miller — December 2013 — 3 commentsAnswer Answer to Question 3176
Vote up! 2 Vote down! Thanks a lot for your code! I turned it into a custom function that does not need to know the node's bundle nor the referencing field. <?php function mymodule_get_referencing_node_id ($product) { // Itterate thhrough fields ...
lmeurs — September 2014 — 3 comments
