Hi @jungletech,
Hope all’s well today! 🙂
There’s not really an easy way to change that, you’d have to alter the rewrite rules.
But you could include all the store shortcodes on your main page. Would that work?
Cheers,
David
I tried that. I can make my base store, and set under reading store to be the home page. But then when you use at least these shortcodes it puts the extra back, so I end up with /store/store/products/…..
[mp_product] – single or when you browse down from category to a single product. shows like:/store/store/products/testing/
[mp_store_navigation] – used on home page by default. shows like: /store/store/products/
on the category pages however it seems to work fine, shows just /store/products/category/product-category/ instead of /store/store/…
Hi @jungletech,
Thanks for your reply, I see your point. Unfortunately, there’s not an easy way to customize the url, especially considering the url is used for the payment gateways. The urls kinda have to match up with what MarketPress reports internally.
I just can’t see a way to handle this one without extensive adjustments to the plugin’s core. It’s really due to how WordPress itself handles post types though.
Sorry I don’t have better news, this unfortunately is no simple matter.
Cheers,
David
I guess the best I can do is make is shop instead of store. At least then it goes /store/shop/product/…
Thanks