X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Special Offers Link not working (https://forum.x-cart.com/showthread.php?t=69315)

limey66 06-05-2014 10:30 AM

Special Offers Link not working
 
How do I get the link on the cart page that says:
check for special offers

to connect to special offers...it just says:

Currently there are no special offers at our store. Please keep a lookout for news updates.

I have numerous special offers set up and they do show in the special offers box when clicked in the left column but the link on the cart page shows nothing..

see here: http://www.herb-care.com/store463/cart.php

totaltec 06-05-2014 10:54 AM

Re: Special Offers Link not working
 
limey, tried to check it out, but the store is closed.

limey66 06-05-2014 11:15 AM

Re: Special Offers Link not working
 
sorry...try this
http://www.herb-care.com/store463/home.php?shopkey=qwe123RTY

I have watched some of your tutorials...great help :)

limey66 06-05-2014 11:20 AM

Re: Special Offers Link not working
 
Could you save me from going completely insane and tell me what css code changes the color of the background around the check out address etc sections in the checkout...I have changed the page background but the other part seems to not exist...I have waded through over 4000 lines of code in my common/css/main css template..I am using the default 3 tab light & lucid...
TY

totaltec 06-05-2014 11:33 AM

Re: Special Offers Link not working
 
Quote:

Originally Posted by limey66
Could you save me from going completely insane and tell me what css code changes the color of the background around the check out address etc sections in the checkout...I have changed the page background but the other part seems to not exist...I have waded through over 4000 lines of code in my common/css/main css template..I am using the default 3 tab light & lucid...
TY

Code:

fieldset.registerform ul {
position: relative;
padding: 0 15px;
margin: 0;
background: #f5f5f5;
}


totaltec 06-05-2014 11:37 AM

Re: Special Offers Link not working
 
Quote:

Originally Posted by limey66
How do I get the link on the cart page that says:
check for special offers

to connect to special offers...it just says:

Currently there are no special offers at our store. Please keep a lookout for news updates.

I have numerous special offers set up and they do show in the special offers box when clicked in the left column but the link on the cart page shows nothing..

see here: http://www.herb-care.com/store463/cart.php

This is because it is checking for unused special offers that pertain to your cart contents. (Or at least that's what I think)

The link has "offers.php?mode=unused" if you shortened this to just "offers.php" it would work the same as the other link. Just pop open webmaster mode, find the template, and edit the link.

limey66 06-05-2014 11:40 AM

Re: Special Offers Link not working
 
Hi...I thought that was what it was when I looked with the firefox thing but I do not have that script in my css.main template...
Is it somewhere else or do I have to add it..if so where should I add it..
Thanks so much for your help..

limey66 06-05-2014 12:21 PM

Re: Special Offers Link not working
 
found the special offers button template as you suggested and changed the url to what you said...works fine now...Thank You,
Still at a loss for where the css code is you sent...definitely not in the css.main template..

limey66 06-05-2014 03:05 PM

Re: Special Offers Link not working
 
I finally figured out that I css code was not in the main css but in checkout one css...all done...Thanks again for helping..

totaltec 06-05-2014 03:23 PM

Re: Special Offers Link not working
 
Glad you got it sorted out, sorry I was away and just checked back in.


All times are GMT -8. The time now is 11:21 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.