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
Author « Topic »  

ebp
Advanced Member

136 Posts

Pre-sales questions only
(More Details...)

Posted - 09/23/2021 :  16:34:36  
I seem to lost coupon functionality. I haven’t updated in few months but noticed this today.

After adding coupon nothing is showing up. After doing it again I get a pop up saying only one coupon can be applied and still no coupon applied.

Coupon is set up correctly.

Any idea?

Vince
Administrator

42466 Posts

Posted - 09/24/2021 :  08:55:33  
Hi Ebp
Could you create a test coupon number that we could try with. I think you could probably create one that gives $0 off.

I think this would make your category images look a bit better if you added this to your style sheet. Some are larger than the bounding box...

img.catimage {
max-width: 100%;
}

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

ebp
Advanced Member

136 Posts

Pre-sales questions only
(More Details...)

Posted - 09/24/2021 :  09:04:01  
Thank you Vince. I added the suggested style change. Looks much better.

Coupon 123 can be used.

Here is how it's set up.
https://www.eurobikeparts.com/other/testcoupon.png

Vince
Administrator

42466 Posts

Posted - 09/24/2021 :  10:17:38  
Hi Ebp
I tried on your site and see what you are saying. I tried the same test on my test site and no problem. Can you update the site just to make sure we have a good set of scripts. Then if the problem keeps happening please send me the site FTP login and I'll have a hunt around.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

ebp
Advanced Member

136 Posts

Pre-sales questions only
(More Details...)

Posted - 09/24/2021 :  11:30:25  
Yes, that was my next step. Thank you.

ebp
Advanced Member

136 Posts

Pre-sales questions only
(More Details...)

Posted - 09/25/2021 :  11:42:39  
Coupon issue was solved with upgrade to the latest version. Unfortunately I have few CSS issues that popped up on the test site

1. https://www.eurobikeparts.com/other/test99/proddetail.php?prod=SH-UL6800 - product reviews count is on the side of product name
2. https://www.eurobikeparts.com/other/test99/categories.php - categories boxes are butted against each other
3. https://www.eurobikeparts.com/other/test99/products.php?cat=Shimano - could have been existing issue but the text is spilling over to next box

I know these are probably quick CSS fixes so hopefully can be done.

Marshall
Ecommerce Template Guru

USA
1874 Posts

Posted - 09/25/2021 :  17:27:21  
If it just affecting your proddetail.php/.asp page, add this to the <head>
<style>
div.reviews{clear:both !important;}
</style>
If you have more pages being affected, I would suggest adding it to your main CSS file.

For the category boxes, change this
div.category{
border:1px solid #ccc;
margin:0.5% 0;
padding:2px;
}
to
div.category{
border:1px solid #ccc;
margin:0.5% 1%;
padding:2px;
}

For the product boxes, chage
div.product{
min-height:180px;
display:inline-block;
vertical-align:top;
margin:0.5%;
padding:6px 6px 0px 6px;
box-sizing:border-box;
}
to
div.product{
min-height:200px;
display:inline-block;
vertical-align:top;
margin:0.5%;
padding:6px 6px 0px 6px;
box-sizing:border-box;
}

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

ebp
Advanced Member

136 Posts

Pre-sales questions only
(More Details...)

Posted - 09/26/2021 :  09:45:29  
Thank you Marshall. That helped with reviews issue.

Do you have any insight on how to separate the category boxes? 2. https://www.eurobikeparts.com/other/test99/categories.php - categories boxes are butted against each other

I'm looking at the category div and it seems margin getting overwritten somewhere but I can't figure out where. Live site is fine but after update to latest version it is not.

div.category {
width: 43%;
float: left;
line-height: 1.6;
font-size: 0.9em;
padding: 10px;
border: 1px solid #ccc;

background-color: #fefefe;
margin: 0px 0px 16px 16px;
height: 150px;
}

Vince
Administrator

42466 Posts

Posted - 09/26/2021 :  10:23:38  
You've got your site style sheet before the ectcart.css style sheet and that should really be the other way round so you can overwrite the general ectcart styles with your site specific ones. But the quick way to fix this is where you have...

margin: 0px 0px 16px 16px;

add an "!important" like this...

margin: 0px 0px 16px 16px !important;

That will make your site specific setting take precedence even if it is not the last definition.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

ebp
Advanced Member

136 Posts

Pre-sales questions only
(More Details...)

Posted - 09/27/2021 :  06:44:52  
Vince I have made the proper change with the CSS files and all is looking better. Unfortunately the coupon issue is still not fixed on the main site. Vince, I'll email you.
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000