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 09-04-2012 01:29 PM

Re: X-Cart Ability Template v4.4.x
 
Phil,

Have a ticket in, need help asap, thanks.

Cheers

PhilJ 09-05-2012 09:11 AM

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

Have a ticket in, need help asap, thanks.

I have responded, thanks.

beetlejuice 09-14-2012 06:53 PM

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

PhilJ 09-14-2012 06:58 PM

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

hoosierglass 09-18-2012 05:29 AM

Re: X-Cart Ability Template v4.4.x
 
Phil - Is there a way to get the alt tags to work for the detailed images?

PhilJ 09-18-2012 07:30 AM

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.

hoosierglass 09-18-2012 02:16 PM

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

PhilJ 09-19-2012 02:25 AM

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.

hoosierglass 09-19-2012 06:08 AM

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.

ibdmanhb 09-25-2012 09:35 AM

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


All times are GMT -8. The time now is 08:01 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.