Forum
Do I need to "add page" to create a simple cart page?
This may be a funny question. But want to make sure if I MUST do "add page" to have cart and checkout pages?
This may be a funny question. But want to make sure if I MUST do "add page" to have cart and checkout pages?
You just need to make sure the product is added, but you don't need to have a page to do that, and you don't even need to show the cart if you don't want to.
I am trying to get a typical product details page, I am having hard time displaying product options in pages/product.php page (I am not using template html file, because I have lot of customization that I need to do at php)
I am not sure how i will have add to cart form created too. :-(
To use Perch Template tags you have to use a Perch Template. You can't just put them into a PHP page.
Okay, I have now switched to an html template and I can see output for the options, however don't see radio box so found this in source
looks like perch:input is not being parsed?
Here is my code in html file
Which page function are you using to display the form?
I don't know what was different, but I used below tag and I can see radio button for selection
Are you saying that your issue is now resolved?
Yes sir. Now resolved