more cart button

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jul 23, 2014 11:52 am
Reply with quote
Report this post
hello, its possible included more cart button,

exemple: Cart, news, contact-us, language?

#btnCart " exist "
+:
#btnNews
#btnContact
#btnLang


thanks
Fernando Miguel
User avatar
Fresh Boarder

GK User
Fri Jul 25, 2014 10:58 am
Reply with quote
Report this post
Yes, but this is custom template change. If you have base PHP/HTML knowledge you can easily add new buttons in layouts/default.php file.
User avatar
Platinum Boarder

GK User
Mon Jul 28, 2014 6:02 pm
Reply with quote
Report this post
It´s possible explain ? copy anda change location botton. lines and files change, please
User avatar
Fresh Boarder

GK User
Tue Jul 29, 2014 2:17 pm
Reply with quote
Report this post
Sorry but this kind of custom changes are beyond our support. If you open mentioned file in template/layouts directory you will find there code for the existing buttons like cart like :

Code: Select all
<?php if($this->API->modules('cart')) : ?>
               <div id="btnCart" data-url="index.php?lang=<?php echo $lang; ?>&amp;tmpl=cart"><strong>Cart</strong></div>
               <?php endif; ?>


You need to duplicate this kind of code and provide own URL and title of button.
User avatar
Platinum Boarder


cron