Best Multi Vendor Marketplace Plugin for WordPress › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Hide (or preferably, display on same line) the Store: Example Store in mini cart
- This topic has 6 replies, 4 voices, and was last updated 5 years ago by
olivier-6093.
- AuthorPosts
- June 12, 2019 at 7:40 am #67145
Alex Ostbringhaus
ParticipantI have been trying to get a mini cart working for my site for hours now, but all mini cart modules/shortcode/plugins seem to be confused by the additional details wcfm adds. How I can have the store that the item was purchased from display on the same line in a simple table format? if this is not possible, then how can I hide these extra details?
Attachments:
You must be logged in to view attached files. - June 13, 2019 at 6:14 pm #67425
WCFM Forum
MemberHi,
Well, as I see this mini cart is broken, even product image and title also no visible properly!
Between, which theme you are using ?
Thank You
- June 14, 2019 at 10:08 am #67600
Alex Ostbringhaus
ParticipantI am using astra theme, with beaver themer to create the headers. I have disabled the product image, and widened the window for now, to simplify the example (please see the image attached). How can I display the store on the same line as the item?
Attachments:
You must be logged in to view attached files. - June 15, 2019 at 4:34 pm #67853
WCFM Forum
MemberHi,
Well, it’s visible at next line by WooCommerce core.
Store is here as product meta, same like variable product.
Thank You
- April 18, 2020 at 8:18 pm #120357
olivier-6093
ParticipantHi,
How to remove “store:” in mini cart?
- April 18, 2020 at 9:28 pm #120375
Sarmistha Chakraborty
MemberHello,
To remove “Store” meta,
You have to override the “cart-item-data.php” file in your theme (yourtheme/woocommerce/cart/cart-item-data.php). Then add this below code in this file,(PFA)if($data['key'] == 'Store') { continue; }
But in this case “store” will remove from cart and checkout.
Thanks.
Attachments:
You must be logged in to view attached files.- April 19, 2020 at 1:32 pm #120565
olivier-6093
ParticipantOk,
Thank you !
- AuthorPosts
- You must be logged in to reply to this topic.