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

How do i use 'Featured Products' in different groups?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 12-27-2007, 02:37 PM
  More-Japan's Avatar 
More-Japan More-Japan is offline
 

Senior Member
  
Join Date: Jan 2005
Posts: 107
 

Question How do i use 'Featured Products' in different groups?

What im trying to do is use the featured products section in the admin area to make seperate featured product groups according to the POS number.

www.more-japan.com

if you look at the front page under the banner..
u'll notice the top 6 featured products.
Those are used with the 'Featured Products' in the admin area.
The 3 products below that in the Outlet section is hard coded with HTML.

I want to use the Featured Products in the admin area with both the 'Top 6' and 'Top Outlet Items'. (and in other areas, but once i see how to do it once..i can figure out the rest myself..)

Example:
We're using this style with our categories section..
heres the coding for it..
Code:
{* $Id: categories.tpl,v 1.23 2004/06/24 09:53:29 max Exp $ *} {capture name=menu} <img src="{$ImagesDir}/tpl_cathead_category.gif"><br> <br> {if $active_modules.Fancy_Categories ne ""} {include file="`$fancycategories_config.modules_path`/fancy_categories.tpl"} {else} {if $config.General.root_categories eq "Y"} {section name=cat_num loop=$categories} {if $categories[cat_num].order_by < 500} {if $categories[cat_num].avail ne "H"} <FONT class="CategoriesList"><img src="{$ImagesDir}/tpl_categories_reddot.gif">&nbsp;<A href="home.php?cat={$categories[cat_num].categoryid}" class="VertMenuItems">{$categories[cat_num].category}</A></FONT><BR>{/if} &nbsp;&nbsp;<img src="{$ImagesDir}/tpl_categories_seperator.gif"><br> {/if} {/section} <FONT class="CategoriesList"><img src="{$ImagesDir}/tpl_categories_reddot.gif">&nbsp;<A href="SSR.php" class="VertMenuItems">Wheels</A></FONT><BR> &nbsp;&nbsp;<img src="{$ImagesDir}/tpl_categories_seperator.gif"><br> {else} {section name=cat_num loop=$subcategories} {if $subcategories[cat_num].avail ne "H"} <FONT class="CategoriesList"><A href="home.php?cat={$subcategories[cat_num].categoryid}" class="VertMenuItems">{$subcategories[cat_num].category}</A></FONT><BR> {/if} {/section} {/if} {/if} {/capture} { include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_categories menu_content=$smarty.capture.menu }

any ideas on how to do it with the Featured Products(or just products in general)?
__________________
Version 5.2.13

http://www.more-japan.com/
Reply With Quote
  #2  
Old 01-02-2008, 02:27 PM
  More-Japan's Avatar 
More-Japan More-Japan is offline
 

Senior Member
  
Join Date: Jan 2005
Posts: 107
 

Default Re: How do i use 'Featured Products' in different groups?

'bump'

anybody?
__________________
Version 5.2.13

http://www.more-japan.com/
Reply With Quote
  #3  
Old 01-03-2008, 04:22 PM
  More-Japan's Avatar 
More-Japan More-Japan is offline
 

Senior Member
  
Join Date: Jan 2005
Posts: 107
 

Default Re: How do i use 'Featured Products' in different groups?

...what about adding another 'Featured Products' module.

what would i need to add/change to do that?
__________________
Version 5.2.13

http://www.more-japan.com/
Reply With Quote
  #4  
Old 01-03-2008, 06:16 PM
 
MOC MOC is offline
 

Senior Member
  
Join Date: Oct 2002
Posts: 171
 

Default Re: How do i use 'Featured Products' in different groups?

Helloo.

Checkout Firetank's Featured Products Mod. It costs $99 but it's worth it. The mod gives you free control over your featured products. you can show them everywhere in the shop, no limits.

Click here to see the mod

Saskia

BTW: your shop is showing a bad sql error in internet explorer "Invalid query: MySQL[1130]: Host 'viper.ewdhosting.com' is not allowed to connect to this MySQL Server"
__________________
X-Cart Gold Version 3.5.14 (Live)
X-Cart Gold Version 4.1.10 (in dev)

Modification for 4.1.10
Run with 1 License, 1 Database up to 5 Shops with different domains, config, categories and more. click here for informations
Reply With Quote
  #5  
Old 01-04-2008, 12:33 PM
  More-Japan's Avatar 
More-Japan More-Japan is offline
 

Senior Member
  
Join Date: Jan 2005
Posts: 107
 

Default Re: How do i use 'Featured Products' in different groups?

Quote:
BTW: your shop is showing a bad sql error in internet explorer "Invalid query: MySQL[1130]: Host 'viper.ewdhosting.com' is not allowed to connect to this MySQL Server"
really?..where? i dont see it.

regarding the Firetank product;
I've seen it. im sure it'll get the job done. i just dont need it that often for me to purchase it for $99. if i can see how to do it once, i can figure it out how to do it again myself. but thanks for that.
__________________
Version 5.2.13

http://www.more-japan.com/
Reply With Quote
  #6  
Old 01-04-2008, 05:54 PM
 
MOC MOC is offline
 

Senior Member
  
Join Date: Oct 2002
Posts: 171
 

Default Re: How do i use 'Featured Products' in different groups?

Using IE6 - it's on the status bar.
Attached Thumbnails
Click image for larger version

Name:	Unbenannt-3.gif
Views:	207
Size:	2.5 KB
ID:	711  
__________________
X-Cart Gold Version 3.5.14 (Live)
X-Cart Gold Version 4.1.10 (in dev)

Modification for 4.1.10
Run with 1 License, 1 Database up to 5 Shops with different domains, config, categories and more. click here for informations
Reply With Quote
  #7  
Old 01-08-2008, 07:45 AM
  More-Japan's Avatar 
More-Japan More-Japan is offline
 

Senior Member
  
Join Date: Jan 2005
Posts: 107
 

Default Re: How do i use 'Featured Products' in different groups?

Quote:
Originally Posted by MOC
Using IE6 - it's on the status bar.
hmm..i just checked it right now.
im using IE7 and dont see anything.

but even if i was using IE6 i probably would of never known...im all about firefox. xp
__________________
Version 5.2.13

http://www.more-japan.com/
Reply With Quote
  #8  
Old 01-31-2008, 10:16 AM
  More-Japan's Avatar 
More-Japan More-Japan is offline
 

Senior Member
  
Join Date: Jan 2005
Posts: 107
 

Default Re: How do i use 'Featured Products' in different groups?

anybody?

...without having to spend $99..
__________________
Version 5.2.13

http://www.more-japan.com/
Reply With Quote
  #9  
Old 02-06-2008, 09:01 AM
  More-Japan's Avatar 
More-Japan More-Japan is offline
 

Senior Member
  
Join Date: Jan 2005
Posts: 107
 

Default Re: How do i use 'Featured Products' in different groups?

..im still trying to figure this out.
..and my company isnt going to spend $99 for it.
__________________
Version 5.2.13

http://www.more-japan.com/
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



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:58 PM.

   

 
X-Cart forums © 2001-2020