Document Date: 5 September 2008 / Version 1.0
Setting up for Advanced Mode.
The following are the required final steps to enable your myPFstore installation in
Advanced mode :
- Log onto to Printfection and go to the Store Settings page for your store.
- Select a theme from the Themes Tab. If you have not already done so, you must select a theme from the list available. myPFstore will not work with the Default Printfection theme.
- Enable Customize the HTML on the Display Options tab. Click Save Display Options.
- On the Custom HTML tab add the following code at the top of the Base HTML, before all existing code (substitue your myPFstore location instead of www.yoursite.com).
<script type="text/javascript" src="http://www.yoursite.com/js/jquery.js"></script>
<script type="text/javascript" src="http://www.yoursite.com/js/myPFstore.js"></script>
- On the Custom HTML tab, in the Base HTML, find the ##content## tag and replace it with the following:
<!-- Start myPFshop -->##content##<!-- End myPFshop -->
- On the Custom HTML tab, in the Base HTML, find the ##breadcrumb## tag and replace it with the following:
<!-- Start myPFshop breadcrumb -->##breadcrumb##<!-- End myPFshop breadcrumb -->
- On the Custom HTML tab, in the Base HTML, find the ##menuwrapper## ##menu####menuwrapper## tag and replace it with the following:
<!-- Start myPFshop menu -->##menuwrapper## ##menu## ##menuwrapper##<!-- End myPFshop menu -->
- Save your HTML by clicking on the Save HTML button at the bottom of the Custom HTML tab.
Test your myPFstore.
Once you have completed theconfiguration and followed the steps above you are ready to test your store. In your browser, go to the address that you have installed myPFstore. If you have successfully followed these instructions, you should see the sections and products from the root of the store loaded into your browser on your domain. If not, please go back and double check everything has been done right, and if so, check the Troubleshooting page for more suggestions.
For your Advanced Mode implementation you will need to continue on and create a customised page for your store in the next section.
Next Step:Setting Up your Template pages
Disclaimer
Please Note. This document has been prepared to quality standards, however, there may be some errors. If you find something that is not quite right, please let us know via our
contact page.