Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart Ability Template v4.4.x

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #331  
Old 07-12-2012, 08:10 PM
 
SGS SGS is offline
 

Advanced Member
  
Join Date: May 2006
Posts: 99
 

Smile 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.
__________________
Currently Using:

For X-cart v5.2.0
1 Business v5.2.6 license <Getting Better>!
1 Banner Mod 5.2.7 license
1 #28 iGoods Template

For X-cart v4.7.0

1 GoldPlus v4 license unused

3 Gold v4 license Unused

A wise man once said it is best to fix the cart instead of trying to use a broken cart. The horse has a very hard time pushing a broken cart!!
Reply With Quote
  #332  
Old 07-14-2012, 09:13 AM
  jcorneli's Avatar 
jcorneli jcorneli is offline
 

Advanced Member
  
Join Date: Jul 2007
Posts: 74
 

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

Anybody?
__________________
www.usapolicesupply.com
v4.6.3

Xcartmods reBoot Template
WebsiteCM CDSEO Pro SEO
BCS Multipe Upselling Links
Firetank Feed Manager

BCS Product Importer Updater Pro
BCS Drop Shipper Pro
BCS Quote Request Module
BCS Printable Online Catalog
Reply With Quote
  #333  
Old 07-16-2012, 04:09 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
SGS (07-16-2012)
  #334  
Old 07-16-2012, 09:25 AM
 
SGS SGS is offline
 

Advanced Member
  
Join Date: May 2006
Posts: 99
 

Default 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
__________________
Currently Using:

For X-cart v5.2.0
1 Business v5.2.6 license <Getting Better>!
1 Banner Mod 5.2.7 license
1 #28 iGoods Template

For X-cart v4.7.0

1 GoldPlus v4 license unused

3 Gold v4 license Unused

A wise man once said it is best to fix the cart instead of trying to use a broken cart. The horse has a very hard time pushing a broken cart!!
Reply With Quote
  #335  
Old 07-18-2012, 06:16 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

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

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")}
Attached Files
File Type: php ability_next_prev.php (1.3 KB, 7 views)
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
David-Allan (07-19-2012)
  #336  
Old 07-18-2012, 06:22 AM
 
masada3336 masada3336 is offline
 

Senior Member
  
Join Date: Jan 2009
Posts: 115
 

Default 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.
__________________
4.4.5 - with Customized Smart Template
Reply With Quote
  #337  
Old 07-18-2012, 06:51 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

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

I have replied your ticket, please do not double post in unrelated threads.
__________________
xcartmods.co.uk
Reply With Quote
  #338  
Old 07-18-2012, 07:18 AM
 
JacksmithxD JacksmithxD is offline
 

X-Adept
  
Join Date: Oct 2010
Posts: 400
 

Talking 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.
__________________
Xcart 4.5.2
Reply With Quote

The following 3 users thank JacksmithxD for this useful post:
ibdmanhb (09-27-2012), klinetim (07-19-2012), PhilJ (07-18-2012)
  #339  
Old 07-18-2012, 07:37 AM
 
SGS SGS is offline
 

Advanced Member
  
Join Date: May 2006
Posts: 99
 

Default 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
__________________
Currently Using:

For X-cart v5.2.0
1 Business v5.2.6 license <Getting Better>!
1 Banner Mod 5.2.7 license
1 #28 iGoods Template

For X-cart v4.7.0

1 GoldPlus v4 license unused

3 Gold v4 license Unused

A wise man once said it is best to fix the cart instead of trying to use a broken cart. The horse has a very hard time pushing a broken cart!!
Reply With Quote
  #340  
Old 07-18-2012, 07:40 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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?
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
SGS (07-18-2012)
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:56 AM.

   

 
X-Cart forums © 2001-2020