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)

candc 04-29-2012 12:37 PM

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

Responsive layout that adapts to all screen resolutions (320px minimum) and devices including mobile/tablet/desktop, removing the need for a separate mobile store template

Did I see something about Abilty getting a mobile template, or is this the one I am thinking of?

a1deano 04-29-2012 12:45 PM

Re: X-Cart Ability Template v4.4.x
 
I to can't wait to see the new "Adapt" as i shall be building a new site once v4.5.0 has gone stable using the new Adapt.
Id prefer to get the speed on my site and this new one sounds just the ticket, please keep us updated Phil even with a demo.
I also like the checkout on Ability think a OPC is a must even better when its eye pleasing..


Thanks

JacksmithxD 04-29-2012 03:25 PM

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

Originally Posted by candc
Did I see something about Abilty getting a mobile template, or is this the one I am thinking of?


The new Adapt template will be, Ability won't. :-)

elmirage001 04-29-2012 08:26 PM

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

Can Adapt and Ability work at the same time with Adapt for mobile/tablet and Ability for desktops?

David-Allan 04-30-2012 04:51 AM

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

I'm trying to integrate Commentics with your theme, I followed all the instructions in the install file but I don't see any change on the site. Should their be a new tab with comments or am I missing something?

Cheers

D-A

klinetim 04-30-2012 12:56 PM

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

You probably answered this already, but how could I move the Google Translate addon into the Header? Can you point me to an older post let me know? Thanks!

JacksmithxD 05-02-2012 03:09 AM

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

Originally Posted by David-Allan
Hey Phil,

I'm trying to integrate Commentics with your theme, I followed all the instructions in the install file but I don't see any change on the site. Should their be a new tab with comments or am I missing something?

Cheers

D-A


Depending on the tabs above or below edit skin/ability/custom/addons/tabs/tabs_below.tpl

Find the following code:
Code:

{* Product Description *}
{if $config.Ability_Template.abi_product_descr eq "Y"}
<li><a href="#" rel="#abi_ptab_1"><h3>{$lng.lbl_description}</h3></a></li>
{/if}

Then add this code below:
Code:

{* Commentics *}
{if $active_modules.Commentics && $config.Commentics.commentics_products eq "Y"}
<li><a href="#" rel="#abi_ptab_9"><h3>{$lng.lbl_comments}</h3></a></li>
{/if}


then at the very bottom just before
Code:

</div>
add the following:

Code:

{* Commentics *}
{if $active_modules.Commentics && $config.Commentics.commentics_products eq "Y"}
<div id="abi_ptab_9" class="abi_ptab_content">
{include file="modules/Commentics/commentics_product.tpl"}
</div>
{/if}


swartzieee 05-02-2012 06:45 AM

Re: X-Cart Ability Template v4.4.x
 
Has anyone been able to install the Cart Pop-up Alert Mod to the Ability Template? I recently tried and had a lot of issues and uninstalled. Thought I would ask before moving on.

JacksmithxD 05-02-2012 07:11 AM

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

Originally Posted by swartzieee
Has anyone been able to install the Cart Pop-up Alert Mod to the Ability Template? I recently tried and had a lot of issues and uninstalled. Thought I would ask before moving on.


Should work fine as Ability is just a skin template no core files have been changed so x-cart will still function 100% I believe. Would be worth asking Steve to install it for you if that's his module your on about or if it's the free add to cart module you could ask Phil. Both are pro at what they do. :D

swartzieee 05-02-2012 07:19 AM

Re: X-Cart Ability Template v4.4.x
 
I downloaded from Phil's free mod's


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

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