Title: Span &#8211;
Last modified: March 19, 2025

---

# Span –

 *  [aleksanderk](https://wordpress.org/support/users/aleksanderk/)
 * (@aleksanderk)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/span-4/)
 * My product name shows like this in vipps checkout:
   Product name <span> – </span
   > VariationHow can I fix this?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Iver Odin Kvello](https://wordpress.org/support/users/iverok/)
 * (@iverok)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/span-4/#post-18372126)
 * Hello! I assume the <spans> are part of the produkt name/variation combo somehow
   what you are trying to remove? I cannot currently replicate this, could you provide
   an image or something to show exactly how it looks?
 * As for how to fix it: There isn’t currently a filter specifically for the order
   summary/receipt – it just uses the orderlines’ “get_name()” method. We can add
   a filter here if that’s practical for you. We are adding a “strip_tags” to this
   in the next version; that may fix things for you.
 * There is a filter,
    `$data = apply_filters('woo_vipps_initiate_checkout_data',
   $data);`— which will allow you to filter the entire set of data sent to Checkout.
   The order summary will be in the ‘transaction’ part of this, in the ‘orderSummary’
   array which again has a set of ‘orderLines’ wherein the name is stored in a ‘
   name’ key. A bit awkward, but if this is urgent you should be able to handle 
   it there.

Viewing 1 replies (of 1 total)

The topic ‘Span –’ is closed to new replies.

 * ![](https://ps.w.org/woo-vipps/assets/icon-256x256.png?rev=3025665)
 * [Pay with Vipps and MobilePay for WooCommerce](https://wordpress.org/plugins/woo-vipps/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-vipps/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-vipps/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-vipps/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-vipps/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-vipps/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Iver Odin Kvello](https://wordpress.org/support/users/iverok/)
 * Last activity: [1 year, 2 months ago](https://wordpress.org/support/topic/span-4/#post-18372126)
 * Status: not resolved