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
  #271  
Old 05-30-2012, 04:53 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

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

Hi Phil, I know you're working your tail off on Adapt and putting out your daily fires so I'm just trying to help with some of the easier questions. I'll go back into lurker mode as soon as you start posting again. I can't wait to see what you've been working on. Thanks for all you do! Paul
__________________
WooCommerce as of 10/2022
Reply With Quote

The following user thanks elmirage001 for this useful post:
PhilJ (06-03-2012)
  #272  
Old 05-30-2012, 05:04 PM
 
jmccunep jmccunep is offline
 

Advanced Member
  
Join Date: Nov 2003
Posts: 68
 

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

Quote:
Originally Posted by elmirage001
Hi Jmccunep! Yes I remember having some issues like that. I also use 3 column display for my products.

In the Ability "Products Display Options" --> "Products display" try using the Smart Columns" option. That's what I've been using and it's been working fine for me.

Thanks ElMirage. I tried switching to Smart Columns in the Product Display options just now but that didn't fix the problem. Any other ideas?
__________________
J McCune Porter | twinoakshammocks.com
X-Cart Gold version 4.7.11, unix server
X-Cart reBOOT Template by X-Cart Mods
Reply With Quote
  #273  
Old 05-31-2012, 06:01 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

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

Any chance you could add a temp user/pass and PM me with the info? I could take a much better look and our communications won't fill up Phil's thread. If we can't solve together it will be time to open a ticket with Phil. Thanks! Paul
__________________
WooCommerce as of 10/2022
Reply With Quote

The following user thanks elmirage001 for this useful post:
jmccunep (06-06-2012)
  #274  
Old 05-31-2012, 04:33 PM
 
jazzmang jazzmang is offline
 

Member
  
Join Date: Mar 2012
Posts: 12
 

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

Run into this issue with the active tab behavior.

If you have a "Related Products" tab and are actively in it when you click on a product in it, when the related product is displayed AND that product too has a related products tab, it will set you to that tab instead of the details tab (#1) on the new product.

Pretty sure the issue could be solved with a change to /ability/custom/js/common.js. I think in the PRODUCT TABS function, one of the cookie checks needs to be adjusted, but I'm a huge JS guru.

Any thoughts? Anyone else notice this? I noticed it but didn't thing it was real big issue until one of my clients noticed it and mentioned it to me.
__________________
Version 4.5.0 with Ability Template v1.052 (modified)
LAWP - PHP 5.3.29 (patched) - MySQL - 5.0.96 Community - suPHP
Reply With Quote
  #275  
Old 05-31-2012, 07:19 PM
 
john99 john99 is offline
 

Member
  
Join Date: Apr 2004
Location: Singapore
Posts: 23
 

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

My store have 2 languages, English and Thai. If we use the "drop down select box" or "single line select box (text, full language name)", and go to "Your shopping cart is empty" page (http://www.allergy-freefoods.com/store/cart.php). We will not see the language name in the language selector. It will display ~~~~|languang_en| ||~~~~ and ~~~~|languang_th| ||~~~~

Anyone encounter the same problem?
__________________
xcart v4.5.0 & v4.5.1
xcartmods: X-Cart Ability Template
cflsystem: Contact us messages, System messages
BCSE: Global Product Options, Easy Variant view, Back-in-stock notify
Websitecm: Remember me
mercuryminds: Mailchimp Ecommerce 360
Reply With Quote
  #276  
Old 06-01-2012, 05:27 AM
 
klinetim klinetim is offline
 

Advanced Member
  
Join Date: Oct 2011
Posts: 58
 

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

Hello,

Is there a way to increase/decrease the length of time between headlines scrolling on the ticker? I looked through jquery.ticker.js, and it's above my pay grade. Thanks!

Tim
__________________
Tim @ K-Line
X-Cart Version 4.4.5
http://klineind.com
Reply With Quote
  #277  
Old 06-01-2012, 08:14 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

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

Quote:
Originally Posted by jazzmang
Run into this issue with the active tab behavior.

If you have a "Related Products" tab and are actively in it when you click on a product in it, when the related product is displayed AND that product too has a related products tab, it will set you to that tab instead of the details tab (#1) on the new product.

Pretty sure the issue could be solved with a change to /ability/custom/js/common.js. I think in the PRODUCT TABS function, one of the cookie checks needs to be adjusted, but I'm a huge JS guru.

Any thoughts? Anyone else notice this? I noticed it but didn't thing it was real big issue until one of my clients noticed it and mentioned it to me.
I see this too in my set up with product above and tabs below. Also if you select a tab that is available for one product and then select a product that does not have that tab option then you see the available tabs with nothing displayed below the tabs. Hopefully Phil will have an easy fix.
__________________
WooCommerce as of 10/2022
Reply With Quote

The following user thanks elmirage001 for this useful post:
jazzmang (06-05-2012)
  #278  
Old 06-05-2012, 08:12 AM
 
jazzmang jazzmang is offline
 

Member
  
Join Date: Mar 2012
Posts: 12
 

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

Quote:
Originally Posted by elmirage001
I see this too in my set up with product above and tabs below. Also if you select a tab that is available for one product and then select a product that does not have that tab option then you see the available tabs with nothing displayed below the tabs. Hopefully Phil will have an easy fix.

I found a quick fix to this.

The cookie active_ptab was set to expire at 30 days. I set the cookie to expire immediately and it more or less works.

This change is on line 176 of common.js, simple change {expires 30} to {expires 0}.

Note I'm not 100% sure of all the unintended consequences of this but it works as far as I can tell. Not sure why you'd need 30 days on remembering an active tab, much less more than possibly a few seconds. Perhaps PhilJ can enlighten us or let us know if this will cause other issues.

But as far as I can tell, this at least makes the tabs usable with the related and upsell/other products.
__________________
Version 4.5.0 with Ability Template v1.052 (modified)
LAWP - PHP 5.3.29 (patched) - MySQL - 5.0.96 Community - suPHP
Reply With Quote

The following user thanks jazzmang for this useful post:
PhilJ (06-05-2012)
  #279  
Old 06-05-2012, 11:49 AM
 
PhilJ PhilJ is offline
 

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

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

Thanks Jazzmang, I will try to fix the tabs issue asap.

Quote:
Is there a way to increase/decrease the length of time between headlines scrolling on the ticker? I looked through jquery.ticker.js, and it's above my pay grade. Thanks!

skin/ability/custom/addons/addons_common.tpl

Around line 77 try adjusting this value...

tickerRate: 80,
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
klinetim (06-05-2012)
  #280  
Old 06-06-2012, 04:35 AM
 
jazzmang jazzmang is offline
 

Member
  
Join Date: Mar 2012
Posts: 12
 

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

Found a problem with the sort by feature.

The JavaScript posts back to just "home.php", which IE doesn't handle right. It gives a 404 error.

I did a quick fix by adding / in front of URL and it works fine now.

This was done in skin/ability/customer/main/search_sort_by.tpl.

All I did was change two lines #10 and #11 by adding "/" infront of {$cur_url} wit the end result being:
<option{if $smarty.get.sort eq $name && $smarty.get.sort_direction eq 0} selected="selected"{/if} value="/{$cur_url}sort={$name}&sort_direction=0" class="sort_asc">{$field} &uarr;</option>{* Ascending *}
and
<option{if $smarty.get.sort eq $name && $smarty.get.sort_direction eq 1} selected="selected"{/if} value="/{$cur_url}sort={$name}&sort_direction=1" class="sort_desc">{$field} &darr;</option>{* Descending *}
Seems to have fixed the issue in IE 9 and works fine still in FF 13. That's all I have on my laptop to test with at the moment, I'll do a more through run through of various browsers when I get to work.

UPDATE
Also I found last night that the default "Sort by" value of is blank,
i.e. <option value="" selected="selected">{$lng.lbl_sort_by}</option>

So if a user selects "Sort by..." (which I don't know why but I'm seeing users doing this) it bounces you back to the home page. I fixed this by chaning the value to "/{url}" so that it just takes you back to where you were already. More or leess just idiot proofing the sort menu.

So line 3 in search_sort_by.tpl goes to:
<option value="/{$url}" selected="selected">{$lng.lbl_sort_by}</option>
__________________
Version 4.5.0 with Ability Template v1.052 (modified)
LAWP - PHP 5.3.29 (patched) - MySQL - 5.0.96 Community - suPHP
Reply With Quote

The following 2 users thank jazzmang for this useful post:
Cankus (06-06-2012), PhilJ (06-06-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 01:03 PM.

   

 
X-Cart forums © 2001-2020