Author Topic: Shipping Days on Items  (Read 2995 times)

Offline gcleff

  • Newbie
  • *
  • Posts: 12
  • Karma: +2/-0
    • View Profile
Shipping Days on Items
« 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?

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Shipping Days on Items
« Reply #1 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
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

 

Powered by SMFPacks Social Login Mod