Re: All Business template Support Thread
Quote:
Hi i have done all the isntall.txt what it told me and when i view site i get this:
Fatal error: Call to undefined function zen_get_generated_category_path_rev() in /home/purchase/public_html/fancydresscostumesonline.co.uk/includes/modules/all_business/new_products.php on line 68
and dont know why? could it be that i am using a different ZenCart version? because when i replace the new_products.php with the original zencart one for my version it works.
Regards,
Your problem had nothing to do with template comatibiiity and zen cart versions. The most likely cause of this error is that you have edited the php file incorrectly or perhaps you have an ftp corruption issue.
Thanks,
Anne
Re: All Business template Support Thread
ow ok i will check again once my server is back online :)
Re: All Business template Support Thread
Hi Picaflor,
Do you know whether installing http://www.zen-cart.com/index.php?ma...roducts_id=310 will impact your template? Would love to have this option but not if I have to lose the template.
Thanks in advance.
Re: All Business template Support Thread
Hi i am going to tell ya i dont think it will affect the template because all templates should be ok with any addon module and that but first before u do the baddond do a backup :) just incase it does.
Thanks
Aaron
Re: All Business template Support Thread
This and any other properly coded module should be no problem to use with the template. If the module modifies a file that is already in a template override directory, then you will need to merge the 2 files. This is true with any template.
Thanks,
Anne
Re: All Business template Support Thread
I'm trying to adjust the Text Color.
I've played around in the stylesheet.css with no luck changing the color.
Does anyone know what element needs to be changed?
Thanks,
Gary
Re: All Business template Support Thread
Quote:
I'm trying to adjust the Text Color.
Which text color exactly are you trying to change?
Thanks,
Anne
Re: All Business template Support Thread
I'm trying to change the Product Description Text.
Thanks.
Re: All Business template Support Thread
Quote:
I'm trying to change the Product Description Text.
Thanks.
Add this to the bottom of your stylesheet.css:
Code:
#productDescription{color:#your hex color here;}
Thanks,
Anne
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
Add this to the bottom of your stylesheet.css:
Code:
#productDescription{color:#your hex color here;}
Thanks,
Anne
That works great.
Thanks,
Gary