X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Recently Viewed Mod (https://forum.x-cart.com/showthread.php?t=36753)

royng 07-15-2009 04:46 PM

Re: Recently Viewed Mod
 
I re-enter the code that provided and now, only showing 1 recently viewed on home page only, not any where else. Could that be this "RV" code not compatible with the Tabbed Menu code?

Thanks!

shipmerchant 07-15-2009 05:02 PM

Re: Recently Viewed Mod
 
Quote:

Originally Posted by royng
Shipmercant, Thanks for your quick reply!

I only have 1 colum and I did add all Moondog's code.

I also add the Tabbed content Menu
http://forum.x-cart.com/showthread.php?t=11094
and it's not capturing any "Recently Viewed" at all, no matter how many products I view.

I hope you understand how stressful for a newbie working on a live store with limited ability and Thanks for you help.


1 column on the left side correct? If so thats what I have and it worked.
I will PM you and lets see what we can come up with, then you could post the solution for others here, but the code is really straight forward. Trust me I know how hard it could be, we all started somewhere and we never stop learning.

royng 07-15-2009 05:06 PM

Re: Recently Viewed Mod
 
Quote:

Originally Posted by rick2003
I try to have the recently viewed product in my product.tpl,

http://www.lywoo.com/product.php?productid=61&cat=4&page=

however, it didn't work at all, I follow every steps. Could anyone help me do it.




Rick, very nice site and picture.

But it not working for me, how do you fix it?

I only have 1 recently viewed show on the home page, but not any other.

I followed everything from this forum. It was working without the thumbnails show up after I added the Tabbed Products Menu, the Recently viewed has problem. You can see it at ecitydirect.com, Thanks!

shipmerchant 07-17-2009 01:56 PM

Re: Recently Viewed Mod
 
you have a PM

Learner 07-20-2009 05:02 AM

Re: Recently Viewed Mod
 
Quote:

Originally Posted by Learner
Is it possible to display in central area after featured products on home page horizontally( Minimum 3 in a row)?

Any help from forum!!! Can anyone help me?

Thanks to all.


Is it Possible?

Learner 07-24-2009 12:16 AM

Re: Recently Viewed Mod
 
Is it possible to call central area just after featured product in 3 column horizontally ( minimum 3 in a row) ? Can anyone help me?

royng 08-05-2009 11:47 AM

Re: Recently Viewed Mod
 
I try to figure out why, the thumbnail not showing up. I think it has to do with the "skin1/customer/main/product.tpl" this code need to be fix
<script type="text/javascript">
prodImage='<img src="{$product.tmbn_url}"/>';
prodName='<{$product.product}>';
var p0=('<br/><a href="'+document.URL+'">'+prodImage+'<br/>{$product.product}</a><br/>${$product.taxed_price}<br/>');
</script>

{* TABS MENU END *}


Does anyone know?

I have only one recently view show up with no thumbnail.

I try try try, but no luck, Someone please help!

Thanks!

Learner 08-13-2009 11:36 PM

Re: Recently Viewed Mod
 
Is it possible to call in central area in 3 columns format with at least 3 or 4 products horizontally?

Thanks to all.

MrSoft 08-25-2009 04:40 AM

Re: Recently Viewed Mod
 
Does anyone know how to resolve the issue with the thumbnails being called via http when the cart is in https?

lizlee00 08-26-2009 03:41 PM

Re: Recently Viewed Mod
 
Like others, I was having issues with the mod only showing the last viewed product, not the last 4. I'm guessing it has something to do with the tabbed product menu on my page. So I moved the code for product.tpl to the top of that page instead of the bottom.

I then moved the include file from post #42 right below this on product.tpl, as opposed to including it in home.tpl.

So the top of my product.tpl file looks like this:
Code:

<script type="text/javascript">
prodImage='<img src="{$product.tmbn_url}"/>';
prodName='<{$product.product}>';
var p0=('<br/><a href="'+document.URL+'">'+prodImage+'<br/>{$product.product}</a><br/>${$product.taxed_price}<br/>');
</script>
{include file="customer/main/recently_viewed_2.tpl"}


Seems to be working great so far. I'm using the mod on the left.


All times are GMT -8. The time now is 10:30 PM.

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