News:

AbanteCart v1.4.2 is released.

Main Menu

Shipping Days on Items

Started by gcleff, January 31, 2017, 03:26:42 AM

Previous topic - Next topic

gcleff

Can you help me i need to add a shipping details under the QTY per product say item 1 ship withn 5-7 days and item 2 ships within 14 days is this possible?

abantecart

I assume you need this in the product details page?

This is the template you need to edit:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product.tpl

Yon need to look around this lines:


<div class="quantitybox">
<?php if ($display_price) { ?>


You need to add some PHP code to handle your business logic. If this is specific to the product, you will need to tie this logic to the product or possibly create new field in the database for product to handle that
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Forum Rules Code of conduct
AbanteCart.com 2010 -