Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Multiple proddetail pages?
Author « Topic »  

Terry Paulhus
Ecommerce Template Expert

Canada
599 Posts

Posted - 12/04/2025 :  20:18:21  
Question

Can I have multiple proddetail pages? If so, is there a way to tell a product page to go to a different proddetail page?

Terry (Redsei)

Vince
Administrator

43316 Posts

Posted - 12/05/2025 :  00:50:05  
Hi Terry
I think what you need is the "static URL" in the product admin. Have you tried that? There are more details about this here...
https://www.ecommercetemplates.com/seo/static-url-php.asp

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Terry Paulhus
Ecommerce Template Expert

Canada
599 Posts

Posted - 12/05/2025 :  03:54:34  
OK, I do remember this now....

I'll give it a try this weekend and send a reply!

Thanks Vince

Terry (Redsei)

Terry Paulhus
Ecommerce Template Expert

Canada
599 Posts

Posted - 12/12/2025 :  05:10:03  
So I gave this a try, and I doo use the static URL in the product admin section

So I get what I need there, it's just that when I click on a product to see the detail page, it only resorts to the one and only proddetail page I have.

QUESTION
Is there a way to FORCE the product page, to go to another, renamed PRODDETAIL page?

Terry (Redsei)

Phil
ECT Moderator

United Kingdom
7810 Posts

Posted - 12/12/2025 :  07:07:21  
quote:
QUESTION
Is there a way to FORCE the product page, to go to another, renamed PRODDETAIL page?


Just follow the link Vince posted and create your own product detail page for that particular product, then set it in the admin to point to that page name.

So take a copy of your proddetail.php file, rename it to anything you like, for example my-new-product.php, look up the product ID, then add the following

<?php
session_cache_limiter('none');
session_start();
ob_start();
include "vsadmin/db_conn_open.php";
include "vsadmin/inc/languagefile.php";
include "vsadmin/includes.php";
include "vsadmin/inc/incfunctions.php";
$explicitid="your-prod-id";
?>


<?php include "vsadmin/inc/incproddetail.php" ?>

Then in the admin set the page name my-new-product.php in the optional url for that product



*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

Edited by - Phil on 12/12/2025 07:22:54
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000