Re: All Business template Support Thread
Just to clarify that - the issue is caused because this template used the Column Layout Grid addon. When I say issue it's not an issue more lke change of functionallity. :smile: The default zencart install does allow sort by price on the main product pages.
The code I linked to above will sort out anyone with the Column Layout Grid addon who wishes to implement sort by price.
Re: All Business template Support Thread
Also to clarify, the drop down with sort by product name, Price, model, date added is not natively available on the product listing page. The sort by price functionality that you are talking about is natively available on the product listing page by clicking on the link "price" when the page is using rows.
The code you have linked to will give you a drop down sort by box like on the all/new/featured/specials product listing pages on your zen cart product listing pages when you are using the column layout grid module.
Thanks,
Anne
Re: All Business template Support Thread
Yep that's better clarified there :D
Re: All Business template Support Thread
Quote:
Originally Posted by
Get Em Fast
I also just noticed that you've got 2 separate stylesheets loading..............."stylesheet.css"
Thanks for your help mate. How/where do you see what files I am using?
http://www.chefscircle.com.au/cart/i...e=products_all
I am trying to find out which template is used for the product. Clearly it's not tpl_product_info.php.
Re: All Business template Support Thread
Quote:
Thanks for your help mate. How/where do you see what files I am using?
You can view the source code to see which style sheets are loading.
Quote:
I am trying to find out which template is used for the product. Clearly it's not tpl_product_info.php.
The page you have linked is the all products page.
Thanks,
Anne
Re: All Business template Support Thread
Quote:
Originally Posted by
Pet Herbal Remedies
And the author is?....
I've reviewed the install documents but don't see any reference.
Thanks, Lynn
Hi Anne,
I'm busy trying to install the fade slide from www.dynamicdrive.com into define main page. I've had to make a few changes including adding a javascript file to includes/modules/pages/index and to includes/templates/all_business/common/html_header however i'm having great difficulties getting past step 2. The thread that I've been following for instructions is
http://www.zen-cart.com/forum/showthread.php?t=152373
Step 2 results in no slider and issues with EZ pages links (don't work). Step 3 requires a div in define main page
<div id="fadeshow1"></div>
Is there a conflict with this template because there was a previous slider in place? Should the javascript file be placed in a file other than what's recommended? Images are also uploaded and in place. If so I'd much appreciate your assistance. Then I'd be happy to post how I was able to do it.
Thanks, Lynn
http://visitmonolake.org/zencart/
Re: All Business template Support Thread
Quote:
Hi Anne,
I'm busy trying to install the fade slide from
www.dynamicdrive.com into define main page. I've had to make a few changes including adding a javascript file to includes/modules/pages/index and to includes/templates/all_business/common/html_header however i'm having great difficulties getting past step 2. The thread that I've been following for instructions is
http://www.zen-cart.com/forum/showthread.php?t=152373
Step 2 results in no slider and issues with EZ pages links (don't work). Step 3 requires a div in define main page
<div id="fadeshow1"></div>
Is there a conflict with this template because there was a previous slider in place? Should the javascript file be placed in a file other than what's recommended? Images are also uploaded and in place. If so I'd much appreciate your assistance. Then I'd be happy to post how I was able to do it.
Thanks, Lynn
http://visitmonolake.org/zencart/
There is no problem with the template. For good measure you can delete the javascript file from the included slider. All I can recommend is that you follow the instructions.
Thanks,
Anne
Re: All Business template Support Thread
Hi Anne,
First of all many thanks for a great template, I have spent the last five months making personal alterations and fell I am almost there with the site now but have a couple of questions you may be able to answer?
First of all I would like to change the product description text but having trawled the stylesheet and even implemented the following at the bottom of my stylesheet
Quote:
#productDescription{color:#44444;}
I still can't get it work
Secondly I have tried to implement the revised Jscript_easyslider mod as posted earlier on in the thread to stop the problem with IE reporting an error but feel I am not inserting the <script></script> code in the correct place as when I have done this on previous attempts I lose the slider and its just replaced with images listed vertically. (I understand this is not a contribution of yours but hoped you may be able to help anyway!)
And lastly (no more I promise) I cannot get the twitter link to work, I have modified both files where the links are present tpl_footer_menu and footer_menu_defines but to no avail as for some reason it has the link in place but is preceeded by my own domains url!
Perhaps when you get a minute you might be able to take a look at these for me?
The site url is http://www.as-ireland.com
I am using the latest version of Zencart (fresh install)
The follwoing mods have been installed
Image Handler 2
CSS/JS Loader
Many thanks once again for an excellent template.
Kind Regards
Derek:D
Re: All Business template Support Thread
Quote:
And lastly (no more I promise) I cannot get the twitter link to work, I have modified both files where the links are present tpl_footer_menu and footer_menu_defines but to no avail as for some reason it has the link in place but is preceeded by my own domains url!
Your twitter link is not working because the link is showing:
http://www.as-ireland.com/www.twitter.com/AS_Essentials
There are instructions in the install.txt file for adding this twitter link and there is also a tutorial on my site that you can follow.
Quote:
Secondly I have tried to implement the revised Jscript_easyslider mod as posted earlier on in the thread to stop the problem with IE reporting an error but feel I am not inserting the <script></script> code in the correct place as when I have done this on previous attempts I lose the slider and its just replaced with images listed vertically. (I understand this is not a contribution of yours but hoped you may be able to help anyway!)
If you have correctly followed the instructions posted here then there will be no problems with the js working:
http://www.zen-cart.com/forum/showpo...&postcount=248
I would recommend going through the instructions again very carefully to see what you have missed.
Quote:
First of all I would like to change the product description text but having trawled the stylesheet and even implemented the following at the bottom of my stylesheet
Your stylesheet rules are being overridden by hard coded styles in the product description themselves. The template does not natively come with any hard coded style rules, so they must be something that you have added or you have used the html editor in the product description area.
Thanks,
Anne
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
I have followed your instructions and the PHP files are showing exactly as described but I cannot get www.as-ireland.com to go away, it seems it is coded elsewhere but am not sure where to look, I have used the developers tool kit to find abnormal instances of the URL but none there!
I have again read them over again, I understand the process involved but was hoping someone could shed some light on where exactly to put the <script> </script> code on the newly created PHP file as I think is where the confusion may lie.
Quote:
Your stylesheet rules are being overridden by hard coded styles in the product description themselves. The template does not natively come with any hard coded style rules, so they must be something that you have added or you have used the html editor in the product description area.
Thanks,
Anne
That makes perfect sense I have altered the product description colour and this appears to have worked.
Cheers
Derek