X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart Ability Template v4.4.x (https://forum.x-cart.com/showthread.php?t=61776)

jmccunep 10-23-2013 11:46 AM

Re: X-Cart Ability Template v4.4.x
 
Quote:

Originally Posted by elmirage001
Security Patch is now complete on our live site and have not seen any issues. For Ability I only had to modify the product_details.tpl file mentioned above.


Just to clarify. You're saying that the patch can be applied completely as it was sent by x-cart, plus the two changes you describe have to also be made, here: skin/ability/customer/main/product_details.tpl, right?

elmirage001 10-24-2013 07:08 AM

Re: X-Cart Ability Template v4.4.x
 
Quote:

Originally Posted by jmccunep
Just to clarify. You're saying that the patch can be applied completely as it was sent by x-cart, plus the two changes you describe have to also be made, here: skin/ability/customer/main/product_details.tpl, right?


My cart is heavily modified so I do a file comparison between the new x-cart files and my current files using Beyond Compare. So my steps are:

1. Compare new x-cart patch files vs my current x-cart files.
2. Compare new x-cart patch /skin files vs my current Ability files.
3. Apply new x-cart changes to my existing files so that the only difference between the 2 are any manual changes either by me or by the 3rd party mod.
4. While in Admin --> upload the updated files then apply the patch.sql

When I compared the x-cart patch /skin files vs my Ability files the only file that affected me was skin/ability/customer/main/product_details.tpl

To be safe you should do your own comparison using a tool like Beyond Compare.

totaltec 10-24-2013 08:12 AM

Re: X-Cart Ability Template v4.4.x
 
Quote:

Originally Posted by elmirage001
To be safe you should do your own comparison using a tool like Beyond Compare.

Or for a free one that works great try WinMerge: http://winmerge.org/

jmccunep 10-25-2013 04:16 AM

Re: X-Cart Ability Template v4.4.x
 
Quote:

Originally Posted by totaltec
Or for a free one that works great try WinMerge: http://winmerge.org/


Thanks for this suggestion and thanks elmirage001 for the Beyond Compare suggestion.

Looks like Beyond Compare has a key advantage: FTP support.

markdstephens 10-25-2013 10:56 AM

Re: X-Cart Ability Template v4.4.x
 
Quote:

Originally Posted by markdstephens
I am replicated an Ability based .com site to a co.uk site. I have the developer license.

But now on the .co.uk site all the text for the product descriptions, the static pages and dropdown menu text in the header, there may be more are all white. Hence, you can't see any of the text !

The text is black on the original site. Any ideas ?


This is really annoying. Any ideas folks ?

jmccunep 10-26-2013 09:55 AM

Re: X-Cart Ability Template v4.4.x
 
Quote:

Originally Posted by elmirage001
So far it looks like only 1 Ability file, product_details.tpl is affected.

common_files/customer/main/product_details.tpl

The update changes
Code:

value="{$smarty.get.slot}"

To
Code:

value="{$smarty.get.slot|escape:"html"}"

There are 2 places this happens in this file.


Minor note: it appears that the code that has to be changed in this Ability TPL skin file differs slightly in the 2 places mentioned.

First case: {$smarty.get.quantity} becomes {smarty.get.quantity|escape:html}

Second case: {$smarty.get.slot} becomes {smarty.get.slot|escape:html}

Thanks again for the help.

elmirage001 10-27-2013 07:59 PM

Re: X-Cart Ability Template v4.4.x
 
YES! jmccunep is absolutely correct! Sorry about that...

Mav-mbat 11-08-2013 10:37 AM

Re: X-Cart Ability Template v4.4.x
 
So Ability will not be supported with 4.6.1?

jmccunep 12-09-2013 01:21 PM

Re: X-Cart Ability Template v4.4.x
 
Anyone have reason to think the upcoming move from MySQL 5.1 to MySQL 5.5 will have adverse affects on stores using Ability template with x-cart v4.4.5?

totaltec 12-09-2013 07:20 PM

Re: X-Cart Ability Template v4.4.x
 
Quote:

Originally Posted by jmccunep
Anyone have reason to think the upcoming move from MySQL 5.1 to MySQL 5.5 will have adverse affects on stores using Ability template with x-cart v4.4.5?

No way. I'd be really surprised if there was.


All times are GMT -8. The time now is 06:05 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.