Hide (or preferably, display on same line) the Store: Example Store in mini cart

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Marketplace (WooCommerce Multivendor Marketplace) Hide (or preferably, display on same line) the Store: Example Store in mini cart

Viewing 4 reply threads
  • Author
    Posts
    • #67145
      Alex Ostbringhaus
      Participant

      I 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.
    • #67425
      WCFM Forum
      Keymaster

      Hi,

      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

    • #67600
      Alex Ostbringhaus
      Participant

      I 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.
    • #67853
      WCFM Forum
      Keymaster

      Hi,

      Well, it’s visible at next line by WooCommerce core.

      Store is here as product meta, same like variable product.

      Thank You

    • #120357
      olivier-6093
      Participant

      Hi,

      How to remove “store:” in mini cart?

      • #120375

        Hello,

        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.
Viewing 4 reply threads
  • You must be logged in to reply to this topic.