Skip to content
  • There are no suggestions because the search field is empty.

Creating Custom Pages Integrated with ProductCart - v5

Please note: The contents of this article apply only to licensed versions of the ProductCart software. They do not apply to stores running as a hosted application under a ProductCart Live agreement.




Let's say you wanted to create a page that does not rely on ProductCart's Content Pages feature, but still uses the same store interface defined by your ProductCart theme... it's actually very straightforward in v5! You just need to add the following references to your page:
 
<!--#include file="../includes/common.asp"-->
<!--#include file="header_wrapper.asp"-->


...content...

<!--#include file="footer_wrapper.asp"-->