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 03-27-2012 11:55 PM

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

Originally Posted by PhilJ
Hi David,

1) You can try wrapping code around the subcats like this...


I guessed the width above, you'll probably have to tweak the width value.

2) Try general settings > appearance

"Display product code (SKU) in the products list"


Thanks Phil I'll give this a try today. Didn't realise it would be so easy to add the product codes to the product list :)

EDIT:

OK that works great Phil, changing the width to 220 makes it look perfect and the product codes come up now on all the product lists (simple when you know how).

Thanks for your great help as always mate. I've learnt so much about css and the xcart templating system since installing your amazing theme.

David-Allan 03-28-2012 06:15 AM

Re: X-Cart Ability Template v4.4.x
 
Another wee problem Phil, sorry to be a pain. since upgrading the site to the latest version of your theme my testimonials down the bottom has stopped working. It is showing all the testimonials in a list instead of rotating them.

Also I used to have my custom speed bar run along the top of the welcome page, the include is still there and so is the file but it isnt showing. I am having some internet issues at the moment so wasn't sure if that was the problem but it isnt showing on my phone either so guess its an issue with the upgrade. I knew this went too easy lol.

I'm sure its a problem with the settings or combination of settings as it seemed to work fine this morning but after trying lots of combinations of settings to get the best look it doesnt work now.

EDIT:
I changed the testimonials file back to the original one and that works fine now but the speed bar still doesnt work. I have also noticed that the prices arent showing on the homepage under new products and random products. I have checked the original file and the new one and that hasnt changed. Is there maybe something in the settings that have changed that may be causing this to not show the prices

David-Allan 03-29-2012 12:53 AM

Re: X-Cart Ability Template v4.4.x
 
Strangely some prices seem to show on the tabs but not others. is anyone else having this issue?

Here is a screen shot of the issue.

http://www.robertsonpackaging.com/images/support/screener.jpg

I have looked through all the settings and can't see anything that would cause this. This only happened after upgrading so there must be a file somewhere that has changed that's caused this.

Any help would be greatly appreciated guys.

EDIT:

OK this is driving me mad this morning. So I ran the uninstall patch and then the install patch again incase this was a DB issue, surprisingly it didnt fix it. It fixed the issue with the speed bar not showing which is good but the testimonial box stopped showing again and the grid and row switch stopped working and wouldn't show grid at all even when it was set as default. I found out if I disabled "Enable sticky menu/speedbar in the header" which was ticked as standard that it fixed the issues. I'm guessing this is some kind of bug. To be honest i'm not actually sure what that option does any way as it doesn't have a tool tip next to it.

I still can't get it to remove the grid and row toggle button without it sticking on row but I can put up with that.

Hopefully this will help anyone else having similar issues

PhilJ 03-29-2012 05:04 AM

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

Strangely some prices seem to show on the tabs but not others.

David, ensure you have uploaded the latest versions of these files...

ability_get_new_products.php
ability_get_random_products.php

(Older versions didn't account for displaying the prices of new/recent products that have options/variants)

yages 03-29-2012 12:10 PM

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

I put an order with you for the candy mod
Have had no reply

elmirage001 04-02-2012 08:51 AM

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

Twitter in the footer was showing unsecured content on my ssl pages so I changed to use the footer_contact if the page is ssl. Please have a look and let me know if there's a better way. I also removed the disable code since it's for my page. Thank you! Paul

In: /x-cart/skin/ability/custom/footer

Original :
Quote:

<div class="grid_3 omega">
{if $config.Ability_Template.abi_footer_tweets ne "disabled"}
{include file="custom/footer/content/footer_tweets.tpl"}
{else}
{include file="custom/footer/content/footer_contact.tpl"}
{/if}
</div>

Changed To:
Quote:

<div class="grid_3 omega">
{if $current_protocol eq "https"}
{include file="custom/footer/content/footer_contact.tpl"}
{else}
{include file="custom/footer/content/footer_tweets.tpl"}
{/if}
</div>

elmirage001 04-06-2012 04:54 PM

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

I'm trying to use the IFrame Lightbox and running into a problem with the webpage I'm trying to pull in because the website does not like the ?lightbox[iframe]=true&lightbox[width]=770&lightbox[height]=460 tacked on to the end of the website URL.

Is there a workaround?

Thanks!

Paul

PhilJ 04-07-2012 03:55 AM

Re: X-Cart Ability Template v4.4.x
 
Hi Paul, here's an example hyperlink...
Code:

<a href="http://bbc.co.uk/?lightbox[iframe]=true&lightbox[width]=770&lightbox[height]=460" class="lbox">IFrame content</a>
Demo

Don't forget to insert...
Code:

class="lbox"

elmirage001 04-07-2012 05:23 AM

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

Sorry... I did an incomplete copy and paste. I had the complete code.

I found where I was going wrong which after a nights sleep I said "DUH" :-)

The URL already had ?code=5267 on the end of the URL so I had to add a & before the lightbox code.

So
Quote:

<a href="http://www.iframeurl.php?code=5257>Original URL</a>


Became
Quote:

<a href="www.iframeurl.php?code=5257&?lightbox[iframe]=true&lightbox[width]=770&lightbox[height]=460" class="lbox">IFrame content</a>


Thanks Phil!!

Paul

yages 04-09-2012 12:59 PM

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

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


All times are GMT -8. The time now is 12:45 AM.

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