oc-shopaholic / oc-shopaholic-plugin

🛍️ No. 1 e-commerce platform for October CMS
https://shopaholic.one
GNU General Public License v3.0
425 stars 52 forks source link

Product URL not working #384

Closed gvanto closed 3 years ago

gvanto commented 3 years ago

I have installed Shopaholic plugin and entered a product, but cannot seem to access the product page (I've tried /catalog/{catCode}/{productUrl}, (and all kinds of variations of this) etc trying to compare with the demo site's URLs (my url is following same structure).

Product info: image

Category info (do I need to use a category?) image

Product list: image

When I access {mysite.test}/catalog/forex/blademiner-licence error is "Page not found", but I don't know if it's because product misconfigured or if I need to be using another theme (I am using my own custom theme, nothing added so far to cater for products, but does it need it?)

Can't seem to find any basic documentation on this? (the official docs seem more like a developer specification than a user guide to be honest)

But overall I am excited to use this plugin seems promising!

wobqqq commented 3 years ago

@gvanto

  1. You need to create a product page with this URL catalog/:category/:product
  2. Add the ProductPage CategoryPage components to this page and copy the component settings from the screenshot.

image

image

gvanto commented 3 years ago

Ok thanks a lot. I think would be great if the docs can include your answer (I had to find it in forum threads), as this really is the basics...

gvanto commented 3 years ago

How do I set a price on a product? (also not in docs here: https://octobercms.com/plugin/lovata-shopaholic#documentation)

wobqqq commented 3 years ago

@gvanto Do you mean it? https://shopaholic.one/docs#/modules/offer/home?id=backend

gvanto commented 3 years ago

Thanks @wobqqq