Ok
ok, so some of you don't like the frames set up :)
It
has been requested and I am working on incorporating into the
store the ability to use or not use the frames layout.
Each
store will have the capability but it will be an option not a
required layout change.
Please
Note: this option will be for advanced users as it will not
have the same user friendly interface as the frames setup.
This will need two extra html files to be created by
you. One for the header and one for the footer, they will need to be located on
your store site in the same folder as the product images. So if you
create these two files and upload them with the store administration managers upload utilities they will be located in the proper place. Please name these files as such:
For the header use nfheader.htm
and for the footer use nffooter.htm
If the header or footer contain any links other than returning to the home page or the the page that contains
the product links or a link to "View cart" I would recommend having them open a new window.
This can be accomplished by inserting this into the <a
href> tag: "target="_blank"
A link to "View Cart" if you wish to incorporate into the header
should be as this:
"<a
href="/products/addprod.asp">View Cart</a>"
or for an image link:
"<a href="/products/addprod.asp"><img border="0" src="yourimagefile"></a>"
A link to "View Cart"
from an external source such as your home page should be as this:
"<a
href="http://store.yourstore.com/products/addprod.asp">View
Cart</a>"
or from an image:
"<a href="http://store.yourstore.com/products/addprod.asp">
<img border="0" src="yourimagefile"></a>"
The syntax for the Product links
is as such:
Say there is a category named "Diapers"
"<a
href="http://store.yourstore.com/products/results2.asp?Cat=Diapers">Cat
Description</a>"
or
from an image:
"<a
href="http://store.yourstore.com/products/results2.asp?Cat=Diapers">
<img border="0" src="yourimagefile"></a>"
*
Probably the biggest disadvantage this has as far as loosing some ease of updating is that the links for the products
in the frames setup are dynamically constructed based upon the Categories that get created. The workings of the left frames nav is that it will parse the db for categories that contain products and automatically place them in the frame with the appropriate link and Button image if assigned.
If there are no products associated to the Category or all products in a category deemed as In-Stock without the show sold option checked, the Link will not show to avoid empty product pages.
*
This will require
manual updating to either add or remove product links.
As you can see it will not be as easy to use as the frames
setup.
Status: On Hold for Version
3.5 enhancements
Estimated Completion:
|