Wordpress + woocommerce« Back to Questions List
Hi, is it possible to create wordpress theme including Woocommerce ? |
Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!
Hi, We do not have these template examples, but we have passed the message to Design. The concept is simple, eg: Shop Page (Product Loop)Create your design, the use our Query Tag (folder only) to create a custom loop for eg. category type = products. You can use normal WP args to create a custom loop, Example: ${query:array('post_type'=>'products', 'post__in'=>array(2,5))} Each ProductInside your loop, you need to create a custom render for your content. This way your product/items look just how you want: //exportkit.com/learn/psd-templates/basic-wordpress/ek126_901_custom_post_loop Full list of WP Tags: //exportkit.com/plugin/environments/wordpress/wordpress-tags. |
I don`t have it yet, basicly i want to make front page of the store + checkout page + product listing. Do you have any example of it ? |
Hi, Our WordPress export supports all major frameworks and plugins. You can easily integrate WooCommerce and create a shop, product detail template, etc. Do you have an example of what you want to create? |
Share Your Knowledge!
Contribute to the community and help other users to benefit from your answer with experience and knowledge.