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 7895
Vote up! 1 Vote down! Perhaps it can be done with only Rules, but you might want to consider a code approach which could be more straightforward. For example: function YOUR_MODULE_form_alter(&$form, &$form_state, $form_id) { if (strpos($form_id, ...
Favio Manriquez — May 2013 — 1 comment
Question Disable Cloud Zoom
Vote up! 0 Vote down! Hi there, I would like to know if there is an easy way to disable the "ZOOMING' affect with Cloud Zoom? cloud zoom Product Display zoom ...
Answer Answer to Question 7920
Vote up! 2 Vote down! I think this is a CSS problem (if you add more text to a products's description just before an empty space, the layout will be partially fixed), you could try using a Grid Layout (View-> Format options), or define a fixed hei ...
Favio Manriquez — April 2013 — 1 comment
Discussion How to do Customized Product Options
I have an interesting problem. I have a client that we used Drupal Commerce & Ubercart for his website. He has standard chocolate products that are very straightforward to put into Ubercart. But he offeres the option to custom build a box of chocolate ...
Discussion Show fields to billing information when a Checkbox is selected.
Hi i am a new user of drupal. I have being struggling for days to make the billing fields change whenever i select a choice from a checkbox. I live in greece, and i have to put a choice, for the customer if he wants a receipt or an invoice. If he wants an ...
pit_zavra — January 2012 — 1 comment
Discussion Customers & Users
Hi, I think there is room for improving the way 'Customers' will be handled in Ubercore. Our admin people have a lot of trouble dealing with the fact that a 'customer' does not exist until an order has been placed, even though a User f ...
Psy — November 2009 — 7 comments
Discussion Order numbers only for completed orders
Hello folks, Can you help me with my problem: After adding product to cart, system created order number autoincrement. It´s okay, but sometimes users do not complete their orders and order number jumps in " www.mysite.com/admin/commerce/orders " ...
maestro82 — September 2012 — 1 comment
Answer Answer to Question 8976
Vote up! 0 Vote down! Ok, this one was a bit more involved because it uses code:) Short answer: you need to use hook_form_alter() to take control over that particular form. Fear not! I will show you how to find these things and edit them quickly:D Longer ...
Josh Miller — August 2013 — 1 comment
Discussion Conditional Product Variations
Is there any easy way of creating "child" product variations apart from creating multiple products? https://www.pshares.org/subscriptions/tshirt.cfm Is what I am looking at doing-- There are 3 tshirts, 2 types, and different sizes based on the t ...
jason_beals — April 2013 — 1 comment — Product Variations
Question Problems with Kickstart 2 installation
Vote up! 0 Vote down! Hello, I've done the kickstart 2 installation proccess in my local XAMMP server, and I had a couple of problems y detail below: 1. Fisrt of all, I had an error about surpassing max execution time on a script, so I went to XAMMP\ ...