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)

SGS 07-12-2012 08:10 PM

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

Originally Posted by SGS
With regards to people requesting 'detailed image popup' and 'quick view' throughout the store, it's not a quick job to do, might not be even possible, but it's in my list of jobs.


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.

jcorneli 07-14-2012 09:13 AM

Re: X-Cart Ability Template v4.4.x
 
Anybody?

PhilJ 07-16-2012 04:09 AM

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.

SGS 07-16-2012 09:25 AM

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

PhilJ 07-18-2012 06:16 AM

Re: X-Cart Ability Template v4.4.x
 
1 Attachment(s)
Quote:

1. The Next and Previous function no longer works. Recommend turning off till Phil can update.


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:

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.

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")}

masada3336 07-18-2012 06:22 AM

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.

PhilJ 07-18-2012 06:51 AM

Re: X-Cart Ability Template v4.4.x
 
I have replied your ticket, please do not double post in unrelated threads.

JacksmithxD 07-18-2012 07:18 AM

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

Originally Posted by masada3336
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.


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.

SGS 07-18-2012 07:37 AM

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

PhilJ 07-18-2012 07:40 AM

Re: X-Cart Ability Template v4.4.x
 
Strange, here's it is working on the demo (red mini cooper car)

Can you PM me your store URL?


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.