Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Special Offers Link not working

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 06-05-2014, 10:30 AM
  limey66's Avatar 
limey66 limey66 is offline
 

Senior Member
  
Join Date: Feb 2006
Location: N.Ontario, Canada
Posts: 190
 

Question 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
__________________
Thanks Michelle.
www.herb-care.com

Version # 4.6.3
Reply With Quote
  #2  
Old 06-05-2014, 10:54 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Special Offers Link not working

limey, tried to check it out, but the store is closed.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote
  #3  
Old 06-05-2014, 11:15 AM
  limey66's Avatar 
limey66 limey66 is offline
 

Senior Member
  
Join Date: Feb 2006
Location: N.Ontario, Canada
Posts: 190
 

Default 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
__________________
Thanks Michelle.
www.herb-care.com

Version # 4.6.3
Reply With Quote

The following user thanks limey66 for this useful post:
totaltec (06-05-2014)
  #4  
Old 06-05-2014, 11:20 AM
  limey66's Avatar 
limey66 limey66 is offline
 

Senior Member
  
Join Date: Feb 2006
Location: N.Ontario, Canada
Posts: 190
 

Default 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
__________________
Thanks Michelle.
www.herb-care.com

Version # 4.6.3
Reply With Quote
  #5  
Old 06-05-2014, 11:33 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default 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; }
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote

The following 2 users thank totaltec for this useful post:
limey66 (06-05-2014), qualiteam (06-05-2014)
  #6  
Old 06-05-2014, 11:37 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default 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.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote

The following 2 users thank totaltec for this useful post:
limey66 (06-05-2014), qualiteam (06-05-2014)
  #7  
Old 06-05-2014, 11:40 AM
  limey66's Avatar 
limey66 limey66 is offline
 

Senior Member
  
Join Date: Feb 2006
Location: N.Ontario, Canada
Posts: 190
 

Default 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..
__________________
Thanks Michelle.
www.herb-care.com

Version # 4.6.3
Reply With Quote
  #8  
Old 06-05-2014, 12:21 PM
  limey66's Avatar 
limey66 limey66 is offline
 

Senior Member
  
Join Date: Feb 2006
Location: N.Ontario, Canada
Posts: 190
 

Default 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..
__________________
Thanks Michelle.
www.herb-care.com

Version # 4.6.3
Reply With Quote
  #9  
Old 06-05-2014, 03:05 PM
  limey66's Avatar 
limey66 limey66 is offline
 

Senior Member
  
Join Date: Feb 2006
Location: N.Ontario, Canada
Posts: 190
 

Default 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..
__________________
Thanks Michelle.
www.herb-care.com

Version # 4.6.3
Reply With Quote

The following user thanks limey66 for this useful post:
totaltec (06-05-2014)
  #10  
Old 06-05-2014, 03:23 PM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Special Offers Link not working

Glad you got it sorted out, sorry I was away and just checked back in.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:17 PM.

   

 
X-Cart forums © 2001-2020