Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 General
 Design issues
 multiple images
Author « Topic »  

LadyM
ECT Moderator

1716 Posts

Posted - 06/04/2020 :  14:18:55  
Hi, when I have multiple images in the cart on the products page, I have huge buttons underneath. I'm ok with buttons elsewhere in the cart but I'd like to use the little double arrows under the image in this particular place. How do I choose to use those just there.

This is from the cart using developer tools.
input.ectbutton:hover, button.ectbutton:hover {
background: #004AAA;
color: #EEE;
cursor: pointer;
}

Phil
ECT Moderator

United Kingdom
7680 Posts

Posted - 06/05/2020 :  00:49:55  
Hi LadyM,

You can style those via the css file but if you want to replace the buttons with the arrows, add this to your vsadmin/includes.php

For the product pages add
$imgprevimg="images/leftimage.gif";
$imgnextimg="images/rightimage.gif";

and for the product detail pages add
$imgdetailprevimg="images/leftimage.gif";
$imgdetailnextimg="images/rightimage.gif";



* Database Migrations and Conversions*
* ASP to PHP Cart Conversions*

*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

Edited by - Phil on 06/05/2020 00:53:20

LadyM
ECT Moderator

1716 Posts

Posted - 06/05/2020 :  06:00:59  
Thank you, that's exactly what I needed.
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000