• Hi to all,
    I have a subfolder in root called shop:

    https://www.example.com/shop

    In this root I did install WordPress and Woocommerce. Now I **don’t want** a “blog+ecommerce” but only an ecommerce.

    In detail, If I go to example.com/shop I can view the “classic” wordpress (last articles, page static, etc etc) and woocommerce has his store front page on "example.com/shop/negozio" and products are in "example.com/shop/category-products/dishes" and "example.com/shop/category-products/mainboards"

    I imagine need to play with permalink. Is it all right? Thank you very much.

    So, my need is remove “category-product” for category and “negozio” for home page. Thank you

Viewing 1 replies (of 1 total)
  • i’m in the process of using wordpress for the purposes of e-commerce since i can tell you its easier than integrating say paypal PHP restApi into your own manually coded site.

    Where you have a main hosting area & use wordpress as a second thought one setup is using wordpress in a sub folder, which seems to be what you have done. Whether something is e-commerce or “bloggy: is probably just a case of just how it looks.

    Basically you install wordpress straight into your main document root ,use themes , static pages & e-commerce plugins so it looks nothing like a blog.

    When you use wordpress as your main setup you don’t want to upload an unzipped wordpress release with its outer directory .basically in your main hosting area you will want to see just wp-admin.wp-content & wp-includes directories with a lot of “loose” files such as index.php.

    To do that on Linux open up a terminal , cd to inside wordpress then at $ type jar cvf anyname.zip .
    the trailing dot is part of the code or
    zip -r anyname.zip .
    This zips up everything inside the outer wordpress directory,the zipped file will be called anyname.zip & it will be inside “wordpress” outer dir.
    Or download a complete backup of your site, clean out everything from main hosting- go to cpanel & use auto installer softaculous to install wordpress

    Once you have wordpress installed its then just a matter of putting woocommerce & woocommerce-gateway-stripe zip files into wp-content/plugins.

    unzip ziped files & activate via dashboard.If anybody wants to play with wordpress i recommend https://freehosting.host/ you can then upload , extract delete & try again to your hearts content

Viewing 1 replies (of 1 total)
  • The topic ‘Set woocommerce as base page’ is closed to new replies.