woocommerce with twenty seventeen
-
Hi. is it possible to use woocommerce with twenty seventeen theme? How do I go about doing it?
thanks
-
Yes it is possible and you shouldn’t need to make modifications to the Twenty Seventeen theme or do anything in advance. Try installing the WooCommerce plugin and see how it goes. If you run into issues specific to this theme, let us know.
Hi Andrew,
when I installed it it said twenty seventeen wasn’t compatible and recommended using shopfront ( which I don’t want to do as really i’m only selling a small number of things and don’t want it to look like a shop as such). anyway I went ahead and activated it but it doesnt seem to work properly. doesn’t give any options to add to cart. i put on a product but it just says out of stock even though listed in stock in dashboard. no sign of a shopping cart etc on the page..
https://www.spillanesbar.com/shop
any help appreciated ( I dont have a huge amount of WP experience)I’ve checked with peers and WooCommerce should work out the box with Twenty Seventeen. It sounds like you’re having configuration issues, for which you can receive support at the WooCommerce forum: https://www.ads-software.com/support/plugin/woocommerce#new-post
I just installed the woocommerce plugin with no problems. You do get the notice about storefront which I assume is a marketing ploy as you don’t need it as far as I can see. Just say no to storefront and install anyways.
That notice about “incompatibility” is unsettling. When I tried setting up woocommerce that notice came up and there was nothing about “storefront”. I, like @rosespillane, don’t need a store in my operation, just a shelf as it were, on which I could display a few items for sale.
It would be a poor marketing ploy to allow such a notice, if indeed there is no problem. I would not use woocommerce because of that notice which stopped the installation.
That notice is much too general. Why does it appear? Surely there is some fundamental problem being indicated, but no resolution is hinted at. If it is the configuration, surely a more specific notice could be devised. Is there a fundamental prbblem with the theme and woocommerce? It is a question that has to be asked.
You can also add this to your child-theme functions.php file which should get rid of the notice:
add_action( 'after_setup_theme', 'woocommerce_support' ); function woocommerce_support() { add_theme_support( 'woocommerce' ); }
Here is another good link for a better understanding of how to make your theme compatible with woocommerce:
How to make a wordpress theme woocommerce readyYes ^
WooCommerce uses a standard WordPress core function to check the theme compatibility named ‘current_theme_supports’.
https://codex.www.ads-software.com/Function_Reference/current_theme_supportsIt’s not doing anything clever, it’s just doing a “tickbox” check.
@all,
I tried to install Woocommerce on fresh wordpress installation 4.9.4. It is not working at all. The entire site getting crashed due to this. If I remove the woocommerce folder from wp-content/plugins then the site is back to normal. But due to this I am not able to use woocommerce.
I got this issue for the first time ever.
Please guide me, how to resolve this.Thanks in advance.
My experience on my second install of woocommerce went much better. It sailed through and it seems to work as expected. “Try again” and don’t load the storefront, and in my case it worked. I hope it will in yours.
I have re-installed WordPress also few times, disabled/enabled, installed/uninstalled Woocommerce so many times but nothing seems working properly with Woocommerce.
Earlier, the site was getting crashed immediately when the plugin is activated. Later it is crashed when running the Woocommerce setup and once while Paypal payment setup
Another time when Storefront theme installation
I have skipped those problematic setups but now site is ok but not able to install any plugin or theme as getting the below error.An unexpected error occurred. Something may be wrong with www.ads-software.com or this server’s configuration. If you continue to have problems, please try the support forums.
Is there anything to check?
The above issue was due to Memory limit.
We have resolved the above issue by changing the memory limit at WHM panel level for specific PHP version.
We have logged the details for reference @ [Link moderated]Please correct if anything need to be updated.
- This reply was modified 6 years, 8 months ago by Andrew Nevins.
@vijayatech, Thanks for helping out but we don’t allow off-site links like that. If you want to provide the solution you need to do so in this thread.
@andrew We did not know that, thanks for letting me know.
The issue was resolved by increasing the PHP memory limit at server level in WHM panel.
So before doing that, memory limit can be checked WP_MEMORY_LIMIT of WordPress installation, PHP MEMORY_LIMIT at cPanel level and then PHP MEMORY_LIMIT WHM panel.But We mentioned each and every step of our struggle and understanding in our website.
Hello,
I don’t see the product sidebar in the shop page, despite having checked that usually this is enabled, and didn’t touch anything:
/**
* Hook: woocommerce_sidebar.
*
* @hooked woocommerce_get_sidebar – 10
*/
do_action( ‘woocommerce_sidebar’ );Theoretically it’s the archive-product.php file which is being used, isn’t it?
Site:
https://77.104.147.99/~infaimon/tiendaWhy is this happening?
I am using twentyseventeen theme as well.Thanks
Hi, can anyone please help me, i’m not getting page template option in page attribute.
wordpres version : 4.9.8
theme : twenty SeventeenPlease help me.
Thank You
- The topic ‘woocommerce with twenty seventeen’ is closed to new replies.