Shape 5

Joomla Templates => No1 Shopping - Club => : C1oudMedia May 10, 2014, 06:26:03 PM



: Replace the s5box_one Module
: C1oudMedia May 10, 2014, 06:26:03 PM
Hi,

i need some quick assistance if possible
i need to publish a static image in module position s5box_one instead of the cart icon and pop up function - i need the image to be larger than the cart image aswell

i couldn't think of anything so i have tried adding a new module position next to it - followed instructions on youtube and just cannot get it to work - can't think of a different way to do it

any ideas



: Re: Replace the s5box_one Module
: jonahh May 12, 2014, 05:16:27 PM
Hello,

Just to clarify you want an image in the template up near the cart icon?  So no popup box and cart icon completely gone?  If so just do the following:

Open up the index.php file and look for the below:

:

<?php if ($s5_box_one_cart == "yes") { ?>
<div id="s5_cartbutton" class="s5box_one"></div>
<?php ?>


Replace it with:

:
<?php if($s5_pos_custom_3 == "published") { ?>		
<div style="float:right;width:300px;">
<?php  s5_module_call('custom_3','notitle'); ?>
</div>
<?php ?>

Then just publish your image to the custom_3 module position.