Thread Starter
Pia
(@puy)
Hi lorro.
We require Woocommerce for our ecommerce. I have installed a plugin, WooCommerce Grid / List toggle, where I am now able to view the Products page in list format.
However, I am one step short. Pls help?
How can I remove the ‘Read More’ and replace it with the Product description & attributes? for now I only have SKU. something like this…
https://wordpress.org/plugins/woocommerce-grid-list-toggle/screenshots/
https://wordpress.org/plugins/woocommerce-product-filter-grid/screenshots/
While our website is http://www.pingconmarketing.com
The current taxonomy is
Home > Products > Hygiene (category) > Bonita Tissue (subcategory) (this page has the product list with read more) > Bonita Bathroom Tissue Roll 2-ply 4’s (with Product SKU & categories)
The desired taxonomy is
Home > Products > Hygiene > Bonita Tissue (this should list all the products under Bonita Tissue subcategory with SKU)
Thus, we desire to remove the page with the Read More or
the Read More Should be replace with the product SKU & other description.
Please help on how to achieve this.
Thank you so much.
To change elements on a page, or put in new ones, its necessary to use hooks:
http://docs.woothemes.com/document/hooks/
or to make a new page template. Either is a is non-trivial task for a webdev beginner and PHP skills or hiring someone will be necessary:
http://jobs.wordpress.net/
Its unlikely anyone will do that for you as a forum answer.
Thread Starter
Pia
(@puy)
Thanks, lorro. I’ll check this one then.