![]() |
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 |
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? |
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"} |
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? |
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 |
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? |
Re: X-Cart Ability Template v4.4.x
Quote:
.CSS Issue, view the Demo then look at your .CSS and compare to see what's missing? Just an idea. :D |
Re: X-Cart Ability Template v4.4.x
Quote:
|
Re: X-Cart Ability Template v4.4.x
Quote:
Thanks mate that did the trick. |
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.