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 »  

ClaireArt
Advanced Member

101 Posts

Posted - 03/20/2019 :  04:25:00  
Even though I have checked the tick box in product admin "sell button" there is no button next to my product to say add to basket? have I missed a vital step?

Andy
ECT Moderator

95440 Posts

Posted - 03/20/2019 :  04:53:04  
Hi Claire

Can you show us a page where that is happening. It may be you are using images for the buy / checkout rather than css buttons.

Andy

Please feel free to review / rate our software

ClaireArt
Advanced Member

101 Posts

Posted - 03/20/2019 :  04:58:11  
https://www.claire-harrison.co.uk/shop/products.php?cat=8

I'm afraid I have no idea what you mean by Css buttons... :/

My product description isn't showing either?

Andy
ECT Moderator

95440 Posts

Posted - 03/20/2019 :  05:01:36  
I see what is happening, you are missing the link to the detail page where the buy button will appear.

Add this to vsadmin/includes.php

$forcedetailslink=TRUE;

Andy

Please feel free to review / rate our software

ClaireArt
Advanced Member

101 Posts

Posted - 03/20/2019 :  05:08:45  
does it matter where I put it? In the display options section?

Andy
ECT Moderator

95440 Posts

Posted - 03/20/2019 :  05:21:18  
It doesn't matter, you can just add it to the list but for good housekeeping that sounds like a good place to have it.

Andy

Please feel free to review / rate our software

ClaireArt
Advanced Member

101 Posts

Posted - 03/20/2019 :  05:26:56  
brilliant! thank you I can buy stuff now! Going to make my poor, long suffering other half, buy lots of things now so that I can see how it all works, and test it and see all the email messages he gets. Great thank you! :)

ClaireArt
Advanced Member

101 Posts

Posted - 03/20/2019 :  05:37:40  
Sorry, not quite fixed this one product has a blank screen when you click on it?

https://www.claire-harrison.co.uk/shop/purple_daisy.php

How would I limit the quantities of each item available to purchase?

thank you.

Andy
ECT Moderator

95440 Posts

Posted - 03/20/2019 :  05:51:38  
You may have checked the Has Static Page / URL in the product admin page for that item, can you uncheck that if so?

What do you need to do about the quantity purchased?

Andy

Please feel free to review / rate our software

ClaireArt
Advanced Member

101 Posts

Posted - 03/20/2019 :  06:01:21  
Majority of my oil paintings is just 1 item, and cannot be purchased as multiples.

Limited Edition prints are very low print runs, so I only want a maximum of 5 items available once they have sold out I want the item to become automatically unavailable.

I have unchecked the box, and have updated the page and it is still happening. Going to wait a few mins for the changes to filter through..

Thank you.

Andy
ECT Moderator

95440 Posts

Posted - 03/20/2019 :  06:37:31  
It seems that you need to turn on stock management in your main admin settings https://www.ecommercetemplates.com/help/admin-main.asp#order

Andy

Please feel free to review / rate our software

ClaireArt
Advanced Member

101 Posts

Posted - 03/20/2019 :  07:11:27  
Thank you I have switched that on and I have set my quanities

My page is still not appearing

https://www.claire-harrison.co.uk/shop/purple_daisy.php

The static page/html box is unchecked, and submitted successfully.

This one is working fine,

https://www.claire-harrison.co.uk/shop/proddetail.php?prod=Scabious

Should I just delete my purple daisy page and re add it??

Andy
ECT Moderator

95440 Posts

Posted - 03/20/2019 :  07:15:27  
That page doesn't exist, click on https://www.claire-harrison.co.uk/shop/products.php then force a refresh (Ctrl+Refresh) and the click on that product.

Andy

Please feel free to review / rate our software

ClaireArt
Advanced Member

101 Posts

Posted - 03/20/2019 :  07:27:03  
Great that is fixed.

But when I go to pay I get a blank page too...? https://www.claire-harrison.co.uk/shop/categoris.php/cart.php

I notice the "e" is missing in categories but not sure if that would cause it and if so where it is in the coding to correct?

Also a silly question - do you have a check box that customers have to tick before they can buy that means that they agree to my terms and conditions?

I assume I add a links for Returns Policy and Terms and Conditions to the bottom of each page with a link to a pdf?

Thank you.

Andy
ECT Moderator

95440 Posts

Posted - 03/20/2019 :  07:37:17  
Make sure the Store URL and HTTPS URL in your main admin settings page are both set to

https://www.claire-harrison.co.uk/shop/

You can add the terms page via the content management https://www.ecommercetemplates.com/help/content-management.asp#cms5 and includes.php file.

Andy

Please feel free to review / rate our software

ClaireArt
Advanced Member

101 Posts

Posted - 03/20/2019 :  08:07:31  
Great thank you, terms and conditions are uploaded!

I have one question - my template has a grey background, and on most of your pages this has filtered through. But on some of the cart buying pages, you can see that part of the page is grey (my template) and part of the template is white (your template) how do I fix it so it is all a uniform grey?

https://www.claire-harrison.co.uk/shop/cart.php

Thank you.

Andy
ECT Moderator

95440 Posts

Posted - 03/20/2019 :  08:33:20  
In the file generic.css change the highlighted line

body {
font: 13px Arial, Helvetica, sans-serif;
background: #fff;
margin: 0;
padding: 0;
color: #000;
line-height: 18px;
}

to

body {
font: 13px Arial, Helvetica, sans-serif;
background: #e4e4e4;
margin: 0;
padding: 0;
color: #000;
line-height: 18px;
}

Andy

Please feel free to review / rate our software
  « 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