Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

More than one product_info.php?


Guest

Recommended Posts

Is it possible to use a different product_info.php for certain categories? I have a compatibility issue between certain add ons that I need to use and I think this might solve it.

 

If possible, how would I implement this?

Link to comment
Share on other sites

Why not control what is displayed on the product info page using if or case statements rather than changing the alling statements and having 2 or more "pages".

 

If cat = d then

 

display this

 

else if cat = y then

 

display this

 

else

 

display this

 

endif

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Why not control what is displayed on the product info page using if or case statements rather than changing the alling statements and having 2 or more "pages".

 

If cat = d then

 

display this

 

else if cat = y then

 

display this

 

else

 

display this

 

endif

 

I thought this would be easier (for me). I dunno how to make an else/if statement but I can make a new page!

Link to comment
Share on other sites

Then how would you change the code to direct to your new page?

 

Try www.w3schools.com for more on php.

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...