![]() |
Re: X-Cart Ability Template v4.4.x
Quote:
Phil, concerning the 'Detailed Image PopUp", with Ability v1.52 for the 4.4.5 cart. All my products displayed the popup window but none worked in the "Featured Products" display section. Now with Ability v1.2 for 4.5.1 cart, only the "Featured Products" section, display the "PopUps", no where else. All I am asking is, was this changed on purpose? Can it be fixed to revert back to all the products and not just the Featured Products section. Like in version 1.52? And yes I do have a ticket open with you, two in fact. I do not think opening another ticket will help. Good thing emails have no weight, hate to have you buried under all those electrons! :) Looking forward to seeing the new product. |
Re: X-Cart Ability Template v4.4.x
Anybody?
|
Re: X-Cart Ability Template v4.4.x
SGS, I see the issue you mention, no it was not changed on purpose. I will report back ASAP with a fix.
|
Re: X-Cart Ability Template v4.4.x
Thanks Phil, I know your burried deep in the new project "Adapt", so here is a recap of known issues with Ability and X-cart 4.5.1. (If anyone else has anything to add please do, I am sure Phil will read this post later).
1. The Next and Previous function no longer works. Recommend turning off till Phil can update. 2. Detailed Image on roll over. When a product has two or more images. Only works in "Featured Product" on home page, no other locations work. On Phil's radar to correct. Hope this help those who have Ability 1.2 for the 4.5.1 cart only. Cheers |
Re: X-Cart Ability Template v4.4.x
1 Attachment(s)
Quote:
In ability_next_prev.php Replace... Code:
$mem_list = func_query("SELECT pr.productid, pr.product, mem.membershipid FROM $sql_tbl[products_categories] AS cat, $sql_tbl[products] AS pr LEFT JOIN $sql_tbl[product_memberships] AS mem ON mem.productid = pr.productid WHERE cat.categoryid = '$product_info[categoryid]' AND pr.productid = cat.productid AND pr.forsale='Y' ORDER BY pr.product"); With... Code:
$mem_list = func_query("SELECT pr.productid, pr.product, mem.membershipid FROM $sql_tbl[products_categories] AS cat, $sql_tbl[products_lng_en] AS pr LEFT JOIN $sql_tbl[product_memberships] AS mem ON mem.productid = pr.productid WHERE cat.categoryid = '$product_info[categoryid]' AND pr.productid = cat.productid ORDER BY pr.product"); Or just replace the entire file with the attached. Quote:
Fix for detailed image rollover... skin/ability/custom/addons/addons_common.tpl Replace... Code:
{if $config.Ability_Template.abi_addon_image_preview eq "Y" && (($main eq "catalog" && $cat eq "0") || $main eq "search")} With... Code:
{if $config.Ability_Template.abi_addon_image_preview eq "Y" && (($main eq "catalog" && $cat eq "0") || $main eq "search" || $main eq "catalog")} |
Re: X-Cart Ability Template v4.4.x
Hello Phil??? I've tried on two thread, two help tickets yet NO RESPONSE re watermarked images? You used to be really responsive, but it seems that you've completely given up on after sales support for your customers now...I'm sorry to say I won't be buying from you in the future.
|
Re: X-Cart Ability Template v4.4.x
I have replied your ticket, please do not double post in unrelated threads.
|
Re: X-Cart Ability Template v4.4.x
Quote:
You know Phil is only Human right? Nearly everyone on this forum knows how good Phil is and how good his modules are, and the support he provides is still excellent FYI. Check this thread for instance... he designed a template for x-cart which is epic and to be honest he really doesn't have to help everyone on here who have a little issue because they're customising there site or not reading the instructions properly, but guess what? he does help them! I can tell you one thing for certain, I wouldn't help nearly as many people as Phil has done. I've saw hundreds of sites where you purchase mods or templates and you just get the download with instructions and you're left to do the rest by your self and if you can't well that's tough shi*. I just think there was no need for you to add 'I won't be buying from you in the future.' rant over. |
Re: X-Cart Ability Template v4.4.x
Thanks Phil,
The Fix for detailed image rollover woks!!!! skin/ability/custom/addons/addons_common.tpl thanks again sg |
Re: X-Cart Ability Template v4.4.x
|
All times are GMT -8. The time now is 12:09 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.