Tagged: woocommerce
Hallo Team !
ich denke daran, Woocommerce zunächst als reinen Katalog zu nutzen, um es dann später bei Bedarf in einen Shop umzuwandeln. Hierfür gibt es die Erweiterung “Catalog Visibility Options”, siehe http://www.woothemes.com/products/catalog-visibility-options/
Meine Frage: Wird diese Erweiterung auch mit Woocommerce in Enfold funtionieren ?
Ich würde das nach Möglichkeit gern wissen, bevor ich die Erweiterung für $ 49.- kaufe.
2. Was ist in diesem Zusammenhang mit dem “German Market” Plugin ? kann man das dann auch später nachinstallieren ?
Grüße, Waterman
English translation by Googleand me :) :
Hello team!
I think about using WooCommerce as a pure catalog, to then later convert it to a shop if necessary. For this purpose, there is the Extension “Catalog Visibility Options”, see http://www.woothemes.com/products/catalog-visibility-options/
My question: Will this extension work with WooCommerce in Enfold?
I would like to know, if possible, before I buy it for $ 49.-
2 What is in this context with the “German Market” plugin? Can i re-install it later?
Greetings, Waterman
Hi waterman68!
Thank you for using the theme.
Honestly, we haven’t tested the plugin but if you want to have a catalog version of woocommerce, you can easily hide the add to cart buttons and checkout, cart page etc using CSS. For example, hide the price, add to cart button with this:
span.price {
display: none !important;
}
.avia_cart_buttons.single_button {
display: none !important;
}
.avia_cart_buttons {
display: none !important;
}
Regards,
Ismael