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)

PhilJ 04-10-2012 05:19 AM

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

on the products page when you change the number of products to show eg: from 10 to 20 an error occurs, What template do I have to edit to try and fix this problem

skin/ability/customer/main/per_page.tpl

David-Allan 04-19-2012 02:09 AM

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

I have just noticed that since upgrading to the latest version of xcart the maps on the contact us page aren't showing anymore. Not sure if this occurred after upgrading the ability theme with the latest patches or when upgrading xcart?

I have checked the contactus.tpl file and it is calling the map.tpl file but it isnt showing anything up.

Any ideas?

PhilJ 04-19-2012 04:54 AM

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

The map script was updated recently to use Google Maps API v3, thereby not requiring an API key. So in contactus.tpl I replaced...

Code:

{if $config.Ability_Template.abi_addon_display_map eq "Y" && $config.Ability_Template.abi_addon_display_map_key ne ""}

With...

Code:

{if $config.Ability_Template.abi_addon_display_map eq "Y"}

Ensure you have a valid company address in general settings > company.

David-Allan 04-19-2012 05:33 AM

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

Originally Posted by PhilJ
Hi David,

The map script was updated recently to use Google Maps API v3, thereby not requiring an API key. So in contactus.tpl I replaced...

Code:

{if $config.Ability_Template.abi_addon_display_map eq "Y" && $config.Ability_Template.abi_addon_display_map_key ne ""}

With...

Code:

{if $config.Ability_Template.abi_addon_display_map eq "Y"}

Ensure you have a valid company address in general settings > company.


Thanks mate I see you have done that.

Now the maps still don't show but there is now a little box that says "Enter Your Location"

http://www.robertsonpackaging.com/images/support/screener-contact-us.png

When I type a post code in to that location it takes me to google maps and shows directions to our location which is set in general settings -> company

PhilJ 04-19-2012 05:55 AM

Re: X-Cart Ability Template v4.4.x
 
Sorted, this was missing from your common.css file...
Code:

.google_map { width: 100%; height: 240px; }

elmirage001 04-22-2012 11:40 AM

Re: X-Cart Ability Template v4.4.x
 
If you're using the Ability Template I highly recommend upgrading the included Testimonials feature to Phil's paid version Customer Testimonials Displayer. Phil was nice enough to include the displayer free but it's well worth the investment to upgrade. Thanks again Phil and I'm looking forward to your upcoming Mobile Template!

jkwalz 04-23-2012 12:38 PM

Re: X-Cart Ability Template v4.4.x
 
Is there a way to get the hover-over large images to pop-out on the homepage Featured Products display like they do in regular category lists? Right now all you get when you hover-over is that the thumbnail greys out and the magnifying glass appears.

Thx,

Jason

David-Allan 04-26-2012 12:16 AM

Re: X-Cart Ability Template v4.4.x
 
Is it worthwhile updating to the latest version of X-Cart (4.5.0) Phil or will it break the theme?

SGS 04-26-2012 03:51 AM

Re: X-Cart Ability Template v4.4.x
 
I too am hoping Ability will drop right in to the 4.5.0 , crossing fingers! I just bought a developers license 40 days ago, waiting for a stable 4.4.x is costing to much. :)

Also, can anyone who has used the custom feature of ability, please tell me how to change the background overlay on the Header and Footer. I am using the #4 preset but want only a solid color, no overlay on the header or footer. I am sure there is an easy way to make this change. Anyone????

candc 04-26-2012 08:44 AM

Re: X-Cart Ability Template v4.4.x
 
I seem to have broken it on 4.5.0, will go through it again later as it is higlhy likely something I have done :D

Quote:

Also, can anyone who has used the custom feature of ability, please tell me how to change the background overlay on the Header and Footer. I am using the #4 preset but want only a solid color, no overlay on the header or footer. I am sure there is an easy way to make this change. Anyone????

You can get rid of the overlay in the css.

skin/ability/custom/css/themes.


All times are GMT -8. The time now is 11:12 PM.

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