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
  #401  
Old 09-04-2012, 01:29 PM
 
SGS SGS is offline
 

Advanced Member
  
Join Date: May 2006
Posts: 99
 

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

Phil,

Have a ticket in, need help asap, thanks.

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
  #402  
Old 09-05-2012, 09:11 AM
 
PhilJ PhilJ is offline
 

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

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

Quote:
Have a ticket in, need help asap, thanks.

I have responded, thanks.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
SGS (09-05-2012)
  #403  
Old 09-14-2012, 06:53 PM
  beetlejuice's Avatar 
beetlejuice beetlejuice is offline
 

eXpert
  
Join Date: Apr 2007
Posts: 251
 

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

Hi Phil,

Just bought the developer's version for multi stores and noticed the default XCart contact page is not listed anywhere even in the Pages menu in the footer.
Is this by design or a something I've inadvertently turned off? I can't see it on your demo sites either?

Thanks for a really flexible template

Cheers

beetlejuice
__________________
XCart 4.5.4, 4.6.1, 4.64 stores
Many, many mods from Altered Cart
XCart Mods Reboot template
The XCart Store Templates and Mods
WCM CDSEO Pro
BCSE Rewards Points and Gallery Mods
and a few others
Reply With Quote

The following user thanks beetlejuice for this useful post:
PhilJ (09-17-2012)
  #404  
Old 09-14-2012, 06:58 PM
 
PhilJ PhilJ is offline
 

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

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

Hi, it's in the header 'my account' dropdown menu, but you can add a link anywhere with...

help.php?section=contactus&mode=update
__________________
xcartmods.co.uk
Reply With Quote
  #405  
Old 09-18-2012, 05:29 AM
  hoosierglass's Avatar 
hoosierglass hoosierglass is offline
 

X-Adept
  
Join Date: Aug 2006
Location: Zionsville, IN
Posts: 974
 

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

Phil - Is there a way to get the alt tags to work for the detailed images?
__________________
X-Cart Gold 4.7.7
Custom Work from www.luminointernet.com
www.indy-pen-dance.com
Reply With Quote
  #406  
Old 09-18-2012, 07:30 AM
 
PhilJ PhilJ is offline
 

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

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

Quote:
Phil - Is there a way to get the alt tags to work for the detailed images?

Can you be a bit more specific as to where you want ALT tags to work?
Had a quick glance at your site, but couldn't find any detailed images.
__________________
xcartmods.co.uk
Reply With Quote
  #407  
Old 09-18-2012, 02:16 PM
  hoosierglass's Avatar 
hoosierglass hoosierglass is offline
 

X-Adept
  
Join Date: Aug 2006
Location: Zionsville, IN
Posts: 974
 

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

Quote:
Originally Posted by PhilJ
Can you be a bit more specific as to where you want ALT tags to work?
Had a quick glance at your site, but couldn't find any detailed images.

Here is a good example of a page that has them.

http://www.indy-pen-dance.com/Majestic-Squire-Series-Exotic-Feather-Blanks.html
__________________
X-Cart Gold 4.7.7
Custom Work from www.luminointernet.com
www.indy-pen-dance.com
Reply With Quote
  #408  
Old 09-19-2012, 02:25 AM
 
PhilJ PhilJ is offline
 

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

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

Quote:
Here is a good example of a page that has them.
If you check the source code, you'll see they already have ALT tags.

If using Firebug, right click on an image and select 'inspect element'.

If you want to add TITLE tags instead, edit skin/common_files/modules/Detailed_Product_Images/product_images.tpl

Replace...

Code:
<img src="{if $i.image_url}{$i.image_url|amp}{else}{$xcart_web_dir}/image.php?id={$i.imageid}&amp;type=D{/if}" alt="{$i.alt|escape}"{if $smarty.foreach.images.last} class="last"{/if} />

With...

Code:
<img src="{if $i.image_url}{$i.image_url|amp}{else}{$xcart_web_dir}/image.php?id={$i.imageid}&amp;type=D{/if}" alt="{$i.alt|escape}" title="{$i.alt|escape}"{if $smarty.foreach.images.last} class="last"{/if} />
Or, for a caption, you can add this code after the code above...

Code:
<p align="center">{$i.alt|escape}</p>

Etc.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
hoosierglass (09-19-2012)
  #409  
Old 09-19-2012, 06:08 AM
  hoosierglass's Avatar 
hoosierglass hoosierglass is offline
 

X-Adept
  
Join Date: Aug 2006
Location: Zionsville, IN
Posts: 974
 

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

You know not only did you show me how to get what I wanted, you went a step beyond and added an even better example. Thank you for going that extra mile.
__________________
X-Cart Gold 4.7.7
Custom Work from www.luminointernet.com
www.indy-pen-dance.com
Reply With Quote
  #410  
Old 09-25-2012, 09:35 AM
 
ibdmanhb ibdmanhb is offline
 

Senior Member
  
Join Date: Mar 2008
Posts: 190
 

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

Hey Phil,
I am just getting the template installed on a converted 4.3.2>4.5.2 install and I have a behavioral problem. On a product that has variants when you click add to cart, it normally redirects you to the product details page so you can select the options. This does not work in the new template. The option in configs is set and I even re-installed a default template to test it. I have a ticket in as well.

Thanks
__________________
X-cart X5 business
VPS Liquidweb
Linux/Litespeed
php7.3


https://www.lourdeslove.com
https://calnetsecurity.com
https://www.ReligiousClub.com
https://www.caltecservices.com
Reply With Quote
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 09:45 AM.

   

 
X-Cart forums © 2001-2020