Jump to content

Is there a way to display one product WITH the product description?


robertk1

Recommended Posts

Is there a way to display one product WITH both the product description and the order button?

 

I can have the product description display on the catalog format, but that gets slightly long for multiple products.

 

Any way to display only one product at a time with the description?

 

Thanks ---

Link to comment
Share on other sites

You could make a new page for each product

 

http://wiki.whmcs.com/Creating_Pages

 

you'd probably want to have a request variable with the pid so you're not making a static page for each product. Something like "product.php?pid=XX"

 

Then just write some conditionals in the PHP to handle $_REQUEST['pid'] and pull the applicable data from the database;

Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated