Re: Andover Modern Template Support Thread
Hello.
Thank you for a greate template.
Could you aslo help me with it please?
The "Add to cart" function does not show in the product page.
It does not appear anywhere.
"Contact us" show instead.
I've trayed different settings without success.
Please help.
Thank you.
Re: Andover Modern Template Support Thread
Quote:
Hello.
Thank you for a greate template.
Could you aslo help me with it please?
The "Add to cart" function does not show in the product page.
It does not appear anywhere.
"Contact us" show instead.
I've trayed different settings without success.
Please help.
Thank you.
If you post a link to your site, I can take a look.
It sounds like you have your store set to showcase only.
Thanks,
Anne
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
picaflor-azul
If you post a link to your site, I can take a look.
It sounds like you have your store set to showcase only.
Thanks,
Anne
www.auctions-bay.com/wholesale
Thank you.
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
auctionsbay
Sorted.
Thank you for your prompt help.
Re: Andover Modern Template Support Thread
1/3.9h
Problem with footer_menu.php
What to turn off numerous links but am blewing up the site doing it
How do you do it correctly?
C
Re: Andover Modern Template Support Thread
Quote:
1/3.9h
Problem with footer_menu.php
What to turn off numerous links but am blewing up the site doing it
How do you do it correctly?
C
How exactly are you turning off the links?
Thanks,
Anne
Re: Andover Modern Template Support Thread
Thanks for such a nice template!!
Just have a small issue:
When I try to import the sql patch I get the response:
#1146 - Table 'db291961247.configuration' doesn't exist
Any idea what could be the issue?
Thanks for input
Michael
Re: Andover Modern Template Support Thread
Quote:
Thanks for such a nice template!!
Just have a small issue:
When I try to import the sql patch I get the response:
#1146 - Table 'db291961247.configuration' doesn't exist
Any idea what could be the issue?
Thanks for input
Michael
Do you use a database table prefix?
Thanks,
Anne
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Do you use a database table prefix?
Thanks,
Anne
Thanks for the quick reply!
I do
zen_
Re: Andover Modern Template Support Thread
Quote:
Then you will need to add the prefix into the sql query to get it to work correctly.
So change:
Code:
INSERT INTO configuration
to
Code:
INSERT INTO zen_configuration
in both instances in the sql file.
Thanks,
Anne