Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Feature Request › Vendor's store layout
Tagged: single product page
- This topic has 2 replies, 2 voices, and was last updated 5 years, 3 months ago by WCFM Forum.
- AuthorPosts
- August 14, 2019 at 4:09 pm #76628Jamie O’ReillyParticipant
Hi. I’d like to move the accordion tabs (Description, Reviews, Policies etc) into a position on the left-hand side beneath the product image and thumbnail gallery. In effect this would put it in a left-hand column rather than it’s current position in a full template width area beneath all of the single product information – see screenshot. Please could you advise? Thanks
Attachments:
You must be logged in to view attached files. - August 14, 2019 at 4:55 pm #76640Jamie O’ReillyParticipant
One more thing on this. We’ve tried adding the code to modify the standard Woocommerce output, but this doesn’t seem to work. Can you please check if these are the correct hooks to use:
// Move Product tabs underneath the product images
// =============================================================================
remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 10 );
add_action( ‘woocommerce_product_thumbnails’, ‘woocommerce_output_product_data_tabs’, 10 );
// =============================================================================Thanks
- August 20, 2019 at 6:56 am #77424WCFM ForumMember
HI,
Well, this template is from theme, so please contact theme support for this.
Thank You
- AuthorPosts
- You must be logged in to reply to this topic.