AbanteCart Community

eCommerce construction => Installation and Configuration => Topic started by: gcleff on January 31, 2017, 03:26:42 AM

Title: Shipping Days on Items
Post by: gcleff on January 31, 2017, 03:26:42 AM
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?
Title: Re: Shipping Days on Items
Post by: abantecart on January 31, 2017, 09:39:16 AM
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:

Code: [Select]
<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