Q: Sometimes its not showing shipping rates if products having custom options and its showing message "Please specify the product required option(s)."
We want to show shipping rates even if no option has been selected.

A: The validation of product required options is native Magento feature (Mage_Sales_Model_Quote -> addProductAdvance). Shipping price calc extension uses this default Magento functionality and can't disable this feature.


Q: How to disable "Enter your destination to get a shipping estimate" validation step

A: Please open to edit
[YourMagento]/skin/frontend/default/default/js/webandpeople/ajaxshippingpricecalculator/ajaxshippingpricecalculator.js

There is the function wpCalculateProductShipping

Please comment the following code:

Remove * from labels

[YourMagento]/app/design/frontend/default/default/template/webandpeople/ajaxshippingpricecalculator/form_content.php


This is a step-by-step guide on how to disable product options validation step in the Shipping Calc Magento extension.

Extension features:

  • Calculate the shipping price based on AJAX dynamically
  • Show the shipping rates in the pop-up
  • Applied on any position at the product details page
  • Including the cart option
  • Native Magento features and html

Back

Go to contentsBack to previous page