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)

swartzieee 02-14-2012 10:15 AM

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

Originally Posted by PhilJ
swartzieee, when you add a special offer, it should look like this

Have you modified the products grid/row switcher page at all?


I have not modified the products page. I did modify the product details page (with your help)

I believe the ftp is still active that you have used in the past. Would you like to ftp into my files and take a peek? I currently have Special offer disabled.

chrisinoz 02-15-2012 12:28 PM

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

Originally Posted by PhilJ
Hi Chris,

This usually happens when the patch has not been applied successfully. Try applying it again, then clear the x-cart/template cache.


I found it does help to apply the sql patch to 'Apply SQL Patch" and not "Apply Patch".

Lost 3-4 hours troubleshooting because of that oversight!

Cheers

yages 02-20-2012 02:40 PM

Re: X-Cart Ability Template v4.4.x
 
I have just noticed that the add to cart buttons shows the outline of the image but does not show the image color or wording

PhilJ 02-20-2012 05:51 PM

Re: X-Cart Ability Template v4.4.x
 
Yages, the buttons work, but ensure you've added CSS code for the buttons in your theme CSS file, eg.

Code:

/* BUTTON STYLE */
button.button { background: #002B51 url(../../images/button_bg.png) center repeat-x; color: #fff; font-size: 1.0em; font-weight: bold; }
button.button:hover { background: #000000 url(../../images/button_bg.png) center repeat-x; color: #ffffff; }


Update your skin/ability/custom/images/favicon.ico image too :)

jkwalz 02-20-2012 06:43 PM

Re: X-Cart Ability Template v4.4.x
 
I am having a major issue- after installing Ability to a second store I am getting a 500 Internal Server error when trying to view products. I reverted back to Smart Template but still get it there too, in fact I even get it with a generic X-cart template.

It is installed here: www.jetbeads.com/xcart
Here is an item: http://www.jetbeads.com/xcart/CMS-20120214.html

I even get the error if I disable clean urls.

Does anyone have any ideas? Phil installed it for me but I can't seem to get him via email and my store is SOL until I get this resolved.

ON EDIT - crisis is averted... I went ahead and restored a back-up of the store I made just before the installation.

yages 02-20-2012 09:19 PM

Re: X-Cart Ability Template v4.4.x
 
I would like to create a link to the New Products on the home page, I can not find the link description

CenturyPerf 02-21-2012 12:38 AM

Re: X-Cart Ability Template v4.4.x
 
Phil, I have listed additional concerns that are waiting for a reply/suggestions on the open support ticket on your website.

PhilJ 02-21-2012 09:30 AM

Re: X-Cart Ability Template v4.4.x
 
I'll address all open tickets as soon as possible, I am just slightly busier than usual.

flysite.eu 02-21-2012 05:37 PM

Pagination on product map
 
Hi Phil,

Can you please advise how I add pagination links to the bottom of the product map page.

Many thanks,

Richard

PhilJ 02-21-2012 07:51 PM

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

Can you please advise how I add pagination links to the bottom of the product map page.

skin/ability/modules/Products_Map/customer.tpl

After...
Code:

{include file="customer/main/products_switchers.tpl" products=$pmap.products}
Insert...
Code:

{include file="customer/main/navigation_switchers.tpl"}


All times are GMT -8. The time now is 02:13 PM.

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