Third Light Developer Exchange

Code and templating community forum for developers and software integrators

You are not logged in.

Announcement

If you wish to join the Developer Exchange, please contact your account manager - this is to avoid unnecessary spam in the forums. Many thanks for your understanding.

#1 2014-10-30 14:42:13

UpshotMedia
Member
Registered: 2014-10-30
Posts: 6

eCommerce Buttons

Hi

Hope someone can help

We are trying change the buttons relating to eCommerce, so add to cart, checkout etc

Looking at template_css.tpl  we can see the ims button and the code below, when changing this and clicking save any changes are not showing on the live website

Are we missing something in terms of changing the buttons?

Thanks you
Stuart

---------------------
> > .imsbutton
> > {
> > background-image:  url(images/ecom_btn_bg.png);
> > background-repeat: repeat-x;
> >     [*
> >      * This colour is deliberately outside the colour scheme. The button
> > is      * styled to match itself, not the page. Advanced users can
> > change it here.      *]
> >     border:            1px outset #A0A0A0;
> >     font-family:       Verdana, sans-serif;
> >     text-transform:    uppercase;
> >     padding:           2px;
> >     padding-left:      5px;
> >     padding-right:     5px;
> >     font-size:         0.8em;
> >     margin:            0px;
> >     cursor:            pointer;
> > }

Offline

#2 2014-10-30 14:46:31

dominic
Third Light Staff
Registered: 2013-06-06
Posts: 119

Re: eCommerce Buttons

Hi Stuart,

CSS changes not showing up immediately is usually an indication that the stylesheet is being cached somewhere. In recent themes, the header includes
v={$IMS_THEME.revision}
as an argument to css_parser.tlx - this string identifies the requested revision and causes caches containing previous versions to be bypassed.

If you don't already have this in your theme, you should add it, as it is very likely to solve your issue.

Kind regards,

Dominic

Offline

#3 2014-11-11 15:20:44

UpshotMedia
Member
Registered: 2014-10-30
Posts: 6

Re: eCommerce Buttons

Thank you Dominic, will try that...

Offline

#4 2014-11-18 15:12:03

UpshotMedia
Member
Registered: 2014-10-30
Posts: 6

Re: eCommerce Buttons

Just to let you know this worked, thank you

Offline

Board footer