Changing - "per unit for buying at least"

  • Posts: 23
  • Thank you received: 0
8 years 11 months ago #251255

-- url of the page with the problem -- : www.freshandwipe.com/product/27-microfib...freshener-mini-shirt
-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.6
-- PHP version -- : 5.6.24

Hello,

If you visit one of my product pages you will see the price changes based on quantity.

www.freshandwipe.com/product/27-microfib...freshener-mini-shirt

I need to change the wording of:

$2.99 each
$2.33 per unit for buying at least 3
$2.00 per unit for buying at least 12

to something else. I was wondering what php file might have that wording. I need to change it to something like

$2.99 each
$2.33 each for 3 to 12 units.
$2.15 each for 12 or more units

thank you

Please Log in or Create an account to join the conversation.

  • Posts: 84313
  • Thank you received: 13705
  • MODERATOR
8 years 11 months ago #251267

Hi,

It's the file "listing_price" of the view "product" that you'll have to edit via the menu Display>Views.
You'll want to modify that line:

echo '<span class="hikashop_product_price_per_unit_x">'.JText::sprintf('PER_UNIT_AT_LEAST_X_BOUGHT',$price->price_min_quantity).'</span>';

Please Log in or Create an account to join the conversation.

Time to create page: 0.044 seconds
Powered by Kunena Forum