Add to Cart Option

  • Posts: 35
  • Thank you received: 1
11 years 7 months ago #95495

Good morning !


I have a problem with Hikashop


If something is not available ( in stock) then appears the button “Notify when available”

is It possible to change this option ?

The customer must be able to buy the items and I want to write near the Cart button “ delivery 4 days”


Thank you for your help !

With best regards

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

  • Posts: 82785
  • Thank you received: 13353
  • MODERATOR
11 years 7 months ago #95655

Hi,

In that case, you should change the way you handle your stock.
Add +100 to all your stock so that even with it reaches 0 (100), the users can still buy the products.
And at the end of the file "quantity" via the menu Display->Views, you can add the code:

<?php if($this->row->product_quantity<=100) echo " delivery 4 days"; ?>

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

  • Posts: 35
  • Thank you received: 1
11 years 7 months ago #95720

ooook thanks ;-) ;-)

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

Time to create page: 0.060 seconds
Powered by Kunena Forum