• Resolved surrainbow

    (@surrainbow)


    Hey there, I’m using a plugin to import products to woocomerce.

    Now almost every product I import shows Brand Name in the Additional Information section underneath a product.

    I was wondering if there’s a way to remove Brand Name from every product with code or a plugin rather than going into every product and disabling Brand Name

    Thanks for reading ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter surrainbow

    (@surrainbow)

    or If there is a way to replace the brand name to something else with every product with code

    Plugin Support Senff

    (@senff)

    Hi @surrainbow

    An easy way to do this may be with using CSS code. Can you share a link to your site (and in particular, a page where the Brand shows) so I can see what code is needed to remove it?

    Thread Starter surrainbow

    (@surrainbow)

    Hi thankyou for your reply!
    Please see page as requested

    Thankyou!

    Plugin Support Senff

    (@senff)

    Thank you for the link. Which part on that page would you like to remove exactly? Just the line with the brand name under “Additional Options”?

    If that’s the case, the following CSS should help:

    .single-product .woocommerce-product-attributes.shop_attributes tr:first-child {
      display: none;
    }
    • This reply was modified 4 years, 5 months ago by Senff.
    Thread Starter surrainbow

    (@surrainbow)

    Thankyou, a question,
    What happens if there is already no Brand Name?

    And what’s the best way to inject the code?

    Plugin Support Senff

    (@senff)

    The code above will remove the entire first line of the Additional Options, regardess of what it says.

    To add this code, go into your site’s admin Dashboard and select Appearance → Customize →?Additional CSS. In the CSS textbox on the left, add the code.

    Select “Save Changes” from the top, and your changes will be applied to your site.

    Thread Starter surrainbow

    (@surrainbow)

    Thankyou. Is there a way to just remove Brand Name? Some of my items don’t have Brand Name in additional information. Are we also able to look for multiple phrases i.e (Brand Name, BrandName)

    Thankyou for your help

    Thread Starter surrainbow

    (@surrainbow)

    @senff is this possible?

    Thread Starter surrainbow

    (@surrainbow)

    @senff Are you able to help me with this?

    Plugin Support Senff

    (@senff)

    Please do not bump posts.

    Is there a way to just remove Brand Name? Some of my items don’t have Brand Name in additional information. Are we also able to look for multiple phrases i.e (Brand Name, BrandName)

    This would not be possible with CSS code, you would need to check this with the developer of the plugin you use for brands to see if that can be done in the configuration options. If that’s not available, you’d need to change it in the plugin’s code itself.

    dougaitken

    (@dougaitken)

    Automattic Happiness Engineer

    Hey @surrainbow

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Thanks,

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Remove Additional Information’ is closed to new replies.