Oct052008

Free Shipping with Multi Vendor Shipping Module MVS

If you attempt to offer free shipping with MVS you will get ERROR_NO_SHIPPING_SELECTED_SELECTED. To fix this problem, open vendor_shipping.php, located in includes/modules.

Replace

<td class=”main” width=”100%”><?php echo sprintf(FREE_SHIPPING_DESCRIPTION, $currencies->format(MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER)) . tep_draw_hidden_field(‘shipping’, ‘free_free’); ?></td>

with

<td class=”main” width=”100%”><?php echo sprintf(FREE_SHIPPING_DESCRIPTION, $currencies->format(MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER)) . tep_draw_hidden_field(‘shipping_’ . $vendor_id, ‘free_free_0′) . tep_draw_hidden_field(‘products_’ . $vendor_id, implode(“_”, $products_ids));?></td>

Bookmark and Share
Sep242008

Easy Populate (EP) Wizard Feedback

For tutorial on how to use Easy Populate Wizard, read Easy Populate Wizard Tutorial

easy-populate-wizard

Please post your EP (Easy Populate) Wizard, feature requests, commet, and feedback here. Also you can request a free copy of Easy Populate Wizard for 15 days trial at no charge.

Read Easy Populate in a Weekend

More on easy populate and easy populate help

Bookmark and Share