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

Recently Viewed Mod

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #131  
Old 07-15-2009, 04:46 PM
 
royng royng is offline
 

Advanced Member
  
Join Date: Sep 2008
Posts: 85
 

Default 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!
__________________
X-Cart DB Version: 4.1.11 GOLD
Reply With Quote
  #132  
Old 07-15-2009, 05:02 PM
  shipmerchant's Avatar 
shipmerchant shipmerchant is offline
 

eXpert
  
Join Date: Mar 2005
Posts: 361
 

Default 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.
__________________
Mil Mascaras
Live Xcart Site #1-V- 4.1.8
Live Xcart site # 2-V 4.4.3
CDSEO Mod - Firetank MM30 - 7DANA- The bestTemplates!
Linux - EWD Host Servers awesome service!
AlteredCart One Page Checkout
Reply With Quote

The following user thanks shipmerchant for this useful post:
royng (07-16-2009)
  #133  
Old 07-15-2009, 05:06 PM
 
royng royng is offline
 

Advanced Member
  
Join Date: Sep 2008
Posts: 85
 

Default 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!
__________________
X-Cart DB Version: 4.1.11 GOLD
Reply With Quote
  #134  
Old 07-17-2009, 01:56 PM
  shipmerchant's Avatar 
shipmerchant shipmerchant is offline
 

eXpert
  
Join Date: Mar 2005
Posts: 361
 

Default Re: Recently Viewed Mod

you have a PM
__________________
Mil Mascaras
Live Xcart Site #1-V- 4.1.8
Live Xcart site # 2-V 4.4.3
CDSEO Mod - Firetank MM30 - 7DANA- The bestTemplates!
Linux - EWD Host Servers awesome service!
AlteredCart One Page Checkout
Reply With Quote
  #135  
Old 07-20-2009, 05:02 AM
 
Learner Learner is offline
 

X-Adept
  
Join Date: Dec 2008
Posts: 807
 

Default 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?
__________________
4.6.1 Platinum


Reply With Quote
  #136  
Old 07-24-2009, 12:16 AM
 
Learner Learner is offline
 

X-Adept
  
Join Date: Dec 2008
Posts: 807
 

Default 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?
__________________
4.6.1 Platinum


Reply With Quote
  #137  
Old 08-05-2009, 11:47 AM
 
royng royng is offline
 

Advanced Member
  
Join Date: Sep 2008
Posts: 85
 

Default 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!
__________________
X-Cart DB Version: 4.1.11 GOLD
Reply With Quote
  #138  
Old 08-13-2009, 11:36 PM
 
Learner Learner is offline
 

X-Adept
  
Join Date: Dec 2008
Posts: 807
 

Default 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.
__________________
4.6.1 Platinum


Reply With Quote
  #139  
Old 08-25-2009, 04:40 AM
 
MrSoft MrSoft is offline
 

Advanced Member
  
Join Date: Dec 2007
Posts: 75
 

Default 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?
__________________
X-Cart Gold V4.1.9
Reply With Quote
  #140  
Old 08-26-2009, 03:41 PM
 
lizlee00 lizlee00 is offline
 

Advanced Member
  
Join Date: Sep 2007
Posts: 56
 

Default 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.
__________________
-Liz
Version 4.1.8
www.partssystems.com
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 03:30 AM.

   

 
X-Cart forums © 2001-2020