2 Attachment(s)
Re: Avonlee Contempo Template Support Thread
Anne,
I have yet another question. Most of my products are downloadable images. Everything is working great, but when the customer gets to Checkout Success page the actual path is displayed on this page. The customer can download the image from here, but I don't like that they can actually see the path and filename on the server for the image that they just purchased. I have tried looking and looking. I found where I can change the names header names, but I can't actually remove that Filename. I have attached a screen shot from the checkout success page highlighting the area I am looking to remove.
Attachment 12394
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
misafasheti
Anne,
When I add a sub-category to my store, this appears next to the name of the sub-category:
"|_" (without the quotation marks)
How can I get rid of this? Any help would be appreciated.
Miguel
www.fineartsbyrobertjackson.com/store
Click on any category to see a sub-category.
Thank you.
This is native zen cart behaviour. Go to admin--configuration--layout settings to change it.
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
misafasheti
Anne,
I have yet another question. Most of my products are downloadable images. Everything is working great, but when the customer gets to Checkout Success page the actual path is displayed on this page. The customer can download the image from here, but I don't like that they can actually see the path and filename on the server for the image that they just purchased. I have tried looking and looking. I found where I can change the names header names, but I can't actually remove that Filename. I have attached a screen shot from the checkout success page highlighting the area I am looking to remove.
Attachment 12394
This is not a template related problem. Use the admin--tools--developers toolkit to find out which file you need to edit.
Thanks,
Anne
1 Attachment(s)
Fix for the Easing Script Error
I just submitted an updated template package with the jquery easing script fix. You can also upload the attached patch to includes/templates/avonlee_contempo/jscirpt.
Thanks,
Anne
Re: Fix for the Easing Script Error
I am geting the following message on my site - " Please stop hotlinking my easing script - use a real CDN instead".
Have I missed something here.
Could you please assist me with this.
Regards and Thanks.
Re: Fix for the Easing Script Error
Found the following information just posted - hope this assists.
includes/templates/YOUR_TEMPLATE/jscript/jscript_jquery.min.php
replace line 2 with the following...
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
Thanks
David
Re: Fix for the Easing Script Error
Hi Anne -
Placed the files in the zip package in includes/templates/avonlee_contempo/jquery . Still getting pop up message. (yes I cleared buffer).
Any assistance appreciated,
Regards
David
Re: Fix for the Easing Script Error
Hi Anne -
After me stuffing around - jscript_jquery.php now has one line
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
Message no longer appears on screen.
Regards
David
Re: Avonlee Contempo Template Support Thread
Thank you Anne. I was able to change the setting for the sub-category. Much appreciated.
Miguel
Re: Fix for the Easing Script Error
Quote:
Originally Posted by
Touchwood
I am geting the following message on my site - " Please stop hotlinking my easing script - use a real CDN instead".
Have I missed something here.
Could you please assist me with this.
Regards and Thanks.
If you search this thread you will find the patch that I posted to fix this.
Thanks,
Anne