Adding Featured Products
Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=2824
Printed Date: 25-July-2025 at 9:07pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: Adding Featured Products
Posted By: citizen
Subject: Adding Featured Products
Date Posted: 27-June-2009 at 9:05pm
Hi, I am wanting to add some featured items to my home page in a table in the custom part of the home page rather than in the Featured Products section.
Does anyone know what code to add to achieve this?
Thanks.
|
Replies:
Posted By: Greg Dinger
Date Posted: 27-June-2009 at 9:11pm
Please define the "custom part of the home page". Do you mean the textarea that features an HTML editor in the home page admin settings?
------------- GreyBeard Design Group
Certified ProductCart Developer
Web Design/Development/Hosting
http://tinyurl.com/5c8t4t" rel="nofollow - Add-Ons & Custom Code |
|
Posted By: citizen
Date Posted: 27-June-2009 at 9:26pm
Posted By: Greg Dinger
Date Posted: 27-June-2009 at 10:17pm
This is nothing that can be done with stock functionality. How is your ASP scripting mojo?
You may help yourself by pasting a mockup image of what you want to accomplish so that those who help here can visualize what you are trying to accomplish.
------------- GreyBeard Design Group
Certified ProductCart Developer
Web Design/Development/Hosting
http://tinyurl.com/5c8t4t" rel="nofollow - Add-Ons & Custom Code |
|
Posted By: Hamish
Date Posted: 28-June-2009 at 2:58am
Do you want a static set of "featured" products to show there? - If so you could try adding the products you want into the regular featured products area and then grabbing the chunk of HTML code from the home page using "View Source" - that would be a good starting point - as long as you don't need it to be dynamic. This will need a bit of HTML mojo, otherwise ASP mojo is required as Greg said :-)
------------- Editing ProductCart Code?
See http://wiki.earlyimpact.com/developers/editcode" rel="nofollow - WIKI Guidelines for Editing ProductCart's ASP Source Code
|
Posted By: citizen
Date Posted: 28-June-2009 at 3:18am
I am not an ASP scripter so it might be easier just to grab a static set of products rather than trying to do it dynamically.
Thanks for the help.
|
Posted By: Greg Dinger
Date Posted: 28-June-2009 at 11:09am
if you can form a bit of HTML and set up a table, it should not be difficult to prepare a grid layout of whatever format will fit within your design. Just Google HTML table if you need help, but here is a good example. http://www.w3schools.com/html/html_tables.asp
Where strings like "row 1, cell " appear in the example, this is where you need to place a HTML image (IMG) tag to point to your featured products. http://www.w3schools.com/tags/tag_IMG.asp
------------- GreyBeard Design Group
Certified ProductCart Developer
Web Design/Development/Hosting
http://tinyurl.com/5c8t4t" rel="nofollow - Add-Ons & Custom Code |
|
Posted By: citizen
Date Posted: 28-June-2009 at 7:00pm
Thanks. I have just setup links to the static featured products and will update them maually when necessary.
|
|