Ubercart Checkout

Zyxware default image2
| 2 min read
We may face a situation in our Drupal site utilizing Ubercart where we need to change the product shippable property during the checkout process. If a product can be shipped freely to certain locations we need to set the Shippable property to false programmatically in the Ubercart checkout process. Read on to know how to change a products shippable property during the Ubercart checkout process.
Zyxware default image3
| 2 min read
One of our Drupal clients requested us to create an online envelope editor in their Drupal site. The envelope was a product in Ubercart as the site was a Drupal e-commerce site. The envelope was to be edited by the user of the site using a form interface. We needed to add custom fields to the product content type in Ubercart to get the feature up and running. If you want to know how to add custom fields to a product content type in Ubercart, read on to find out how we did it.