product availibility section

GK User
Tue Mar 10, 2015 3:39 pm
hello,

is there a section in the storefront template to display product availibility (ie 5 days) in the product details view?
If not, what do I need to do?

Many thx in advance

Juergen
User avatar
Junior Boarder

teitbite
Tue Mar 10, 2015 6:32 pm
Hi

Which commercial solution are You using ? I remember Virtuemart was showing that in category view at least.
User avatar
Moderator

GK User
Tue Mar 10, 2015 8:41 pm
Thx teitbite

I'm using the latest GK Storefront Template 3.16, Joomla 3.3.6 and Virtuemart 3.0.6.2.

Many thx in advance

Juergen
User avatar
Junior Boarder

teitbite
Wed Mar 11, 2015 10:03 pm
Hi

You need to send an access to ftp, joomla panel and url to Your site. Latest template version is for joomla 3.4 so there can be some differences between our code.
User avatar
Moderator

GK User
Thu Mar 12, 2015 12:35 pm
Hi teitbite,

added

<?php echo JHTML::image(JURI::root().VmConfig::get('assets_general_path').'images/availability/'.$this->product->product_availability, $this-
>product->product_availability, array('class' => 'availability')); ?>

in the template (found the code in a forum).

Works now.

Juergen
User avatar
Junior Boarder

teitbite
Fri Mar 13, 2015 4:44 pm
Hi

Great to hear that. Thank You for shearing.
User avatar
Moderator


cron