Drupal: Add products to cart programatically
This CodeLet allows to add products to cart from code. The current product uses an extra text field. The cart view has been modified to accomodate extra fields from the productCodeLet: <?php /** *...
View ArticleDrupal: Commerce buy now
This CodeLet will redirect the user to checkout page when user clicks on 'Buy now' button on the productUse the code and create a custom moduleMake sure you keep the weight of the module high in...
View ArticleDrupal: Add products to cart programatically
This CodeLet allows to add products to cart from code. The current product uses an extra text field. The cart view has been modified to accomodate extra fields from the productCodeLet: /** *...
View ArticleDrupal: Commerce buy now
This CodeLet will redirect the user to checkout page when user clicks on 'Buy now' button on the productUse the code and create a custom moduleMake sure you keep the weight of the module high in...
View Article