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)

David-Allan 08-28-2012 02:46 AM

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

I have added this code:
Code:

{include file="customer/main/products.tpl" products=$f_products}

to this page : Farm Shop Packaging supplies

But if you look at the page you will see that the rating stars are all messed up for some reason. They work fine everywhere else but not when called to a static page.

Does anyone know how to resolve this issue? i'm thinking it may be a css issue with the correct css not being called to the static pages.

Thanks

D-A

hoosierglass 08-28-2012 03:31 PM

Re: X-Cart Ability Template v4.4.x
 
I was playing around with the FAQ portion of the template. The accordion is set to on and works just fine if you are in the Contact Us section. I followed the instructions for making a static page as shown here:

Use this Smarty code in your template/static page...

{include file="custom/addons/faqs/faqs.tpl"}

If including into a static page, ensure you have checked this option in X-Cart General Settings...

"Parse Smarty tags in the content of embedded static pages"

The problem is the accordion will not work and when you click on Show All or Hide All it takes you to the main page of the website. Same goes for clicking on any of the subjects in the FAQ.

Anyone have any ideas as to why this is not working?

PhilJ 08-29-2012 05:17 AM

Re: X-Cart Ability Template v4.4.x
 
Try, skin/ability/custom/addons/addons_common.tpl

Find the code below and change the pageid value to your FAQ static page ID...

{if ($main eq "product" && $config.Ability_Template.abi_product_info_display eq "accordion") || ($main eq "help" && $config.Ability_Template.abi_addon_faqs eq "Y") || $smarty.get.pageid eq "1"}

hoosierglass 08-29-2012 05:39 AM

Re: X-Cart Ability Template v4.4.x
 
That worked like a charm.

Only other problem I am seeing right now is on the front page featured, new and random items. It shows a + Add To Cart instead of the buttons and quantity box. Any quick fixes for that one?

David-Allan 08-29-2012 06:13 AM

Re: X-Cart Ability Template v4.4.x
 
Any ideas on my issue Phil?

Also i'd like to move the pagination items from the top of the product pages to the bottom, being at the top just doesnt make sense unless its at the bottom too.

I have found the actual pagination bit in navigation_masonry.tpl but can't find where this is called from so I can move it tot he bottom or at least copy it to the bottom of the page.

Any tips would be appreciated

David-Allan 08-30-2012 07:37 AM

Re: X-Cart Ability Template v4.4.x
 
Got another question for you Phil.

If you go to the checkout page of my ability theme the structure of the page is all wonky. Have a look here

Any idea what may be causing this?

JacksmithxD 08-30-2012 11:35 AM

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

Originally Posted by David-Allan
Got another question for you Phil.

If you go to the checkout page of my ability theme the structure of the page is all wonky. Have a look here

Any idea what may be causing this?


.CSS Issue, view the Demo then look at your .CSS and compare to see what's missing? Just an idea. :D

elmirage001 08-30-2012 09:02 PM

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

Originally Posted by David-Allan
Got another question for you Phil.

If you go to the checkout page of my ability theme the structure of the page is all wonky. Have a look here

Any idea what may be causing this?

Go to Ability Template Options in Admin and under "Theme Options" make sure "Checkout Width" is set to "Fixed Width"

David-Allan 09-03-2012 11:57 PM

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

Originally Posted by elmirage001
Go to Ability Template Options in Admin and under "Theme Options" make sure "Checkout Width" is set to "Fixed Width"


Thanks mate that did the trick.

hoosierglass 09-04-2012 12:44 PM

Re: X-Cart Ability Template v4.4.x
 
Is there a way to get the alt tags for the detailed images to work in this? This is kind of important for some of our products. It would also help SEO.


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

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