Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart Ability Template v4.4.x

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #391  
Old 08-28-2012, 02:46 AM
  David-Allan's Avatar 
David-Allan David-Allan is offline
 

eXpert
  
Join Date: Oct 2011
Location: Scotland, UK
Posts: 313
 

Default 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
__________________
Live Version : 4.5.2
Licensed Products:
X-Cart Gold
Ability Theme
CDSEO
xCMS
Abandoned Cart
Food Packaging Scotland
Reply With Quote
  #392  
Old 08-28-2012, 03:31 PM
  hoosierglass's Avatar 
hoosierglass hoosierglass is offline
 

X-Adept
  
Join Date: Aug 2006
Location: Zionsville, IN
Posts: 974
 

Default 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?
__________________
X-Cart Gold 4.7.7
Custom Work from www.luminointernet.com
www.indy-pen-dance.com
Reply With Quote
  #393  
Old 08-29-2012, 05:17 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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"}
__________________
xcartmods.co.uk
Reply With Quote
  #394  
Old 08-29-2012, 05:39 AM
  hoosierglass's Avatar 
hoosierglass hoosierglass is offline
 

X-Adept
  
Join Date: Aug 2006
Location: Zionsville, IN
Posts: 974
 

Default 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?
__________________
X-Cart Gold 4.7.7
Custom Work from www.luminointernet.com
www.indy-pen-dance.com
Reply With Quote
  #395  
Old 08-29-2012, 06:13 AM
  David-Allan's Avatar 
David-Allan David-Allan is offline
 

eXpert
  
Join Date: Oct 2011
Location: Scotland, UK
Posts: 313
 

Default 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
__________________
Live Version : 4.5.2
Licensed Products:
X-Cart Gold
Ability Theme
CDSEO
xCMS
Abandoned Cart
Food Packaging Scotland
Reply With Quote
  #396  
Old 08-30-2012, 07:37 AM
  David-Allan's Avatar 
David-Allan David-Allan is offline
 

eXpert
  
Join Date: Oct 2011
Location: Scotland, UK
Posts: 313
 

Default 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?
__________________
Live Version : 4.5.2
Licensed Products:
X-Cart Gold
Ability Theme
CDSEO
xCMS
Abandoned Cart
Food Packaging Scotland
Reply With Quote
  #397  
Old 08-30-2012, 11:35 AM
 
JacksmithxD JacksmithxD is offline
 

X-Adept
  
Join Date: Oct 2010
Posts: 400
 

Default 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.
__________________
Xcart 4.5.2
Reply With Quote

The following user thanks JacksmithxD for this useful post:
David-Allan (09-03-2012)
  #398  
Old 08-30-2012, 09:02 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

Default 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"
__________________
WooCommerce as of 10/2022
Reply With Quote

The following user thanks elmirage001 for this useful post:
David-Allan (09-03-2012)
  #399  
Old 09-03-2012, 11:57 PM
  David-Allan's Avatar 
David-Allan David-Allan is offline
 

eXpert
  
Join Date: Oct 2011
Location: Scotland, UK
Posts: 313
 

Default 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.
__________________
Live Version : 4.5.2
Licensed Products:
X-Cart Gold
Ability Theme
CDSEO
xCMS
Abandoned Cart
Food Packaging Scotland
Reply With Quote
  #400  
Old 09-04-2012, 12:44 PM
  hoosierglass's Avatar 
hoosierglass hoosierglass is offline
 

X-Adept
  
Join Date: Aug 2006
Location: Zionsville, IN
Posts: 974
 

Default 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.
__________________
X-Cart Gold 4.7.7
Custom Work from www.luminointernet.com
www.indy-pen-dance.com
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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

   

 
X-Cart forums © 2001-2020