• Resolved Holmey1

    (@holmey1)


    Hi,

    Having not been impressed with the dedicated car dealership plugins and themes I check out I’ve built my car dealer friends website using Avada theme and Woocommerce with a custom product page without the add to cart button, effectively in catalog mode – https://www.franklandcarsandvans.com/stock/

    Everything looks good and it seems to work fine apart from the dropdown selector at the top of the Showroom, (Shop), page that says Show 12 Products, Show 24 Products and Show 36 products.

    Can anybody here tell me what source template I have to edit to get that to read Show 12 Vehicles, 24 Vehicles and 36 vehicles, not products?

    Regards,

    Holmey

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    Hello there,
    You can remove the results count with this code:

    remove_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 );

    Thread Starter Holmey1

    (@holmey1)

    Hi Nicola,

    Thanks for your reply, but I’m not wanting to delete the dropdown, all I’m wanting to do is have it reading “vehicles” instead of “products”.

    I assume that it’s a template I need to edit, but don’t know which.

    Anybody got any ideas?

    Holmey

    Hello @holmey1 ,

    I understand your request.

    It looks like the sorting options are not default WooCommerce templates. It has the class name “fusion” with its elements. So, I believe it is coming to your theme. Please get in touch with the theme developers to know if they can suggest a template in their theme.

    On the other hand, you can use plugins like Loco Translate to translate any string to another string. Create the translation file to translate in your current site’s language and then look for the string “Products” then change it to “Vehicle”.

    I hope the information helps.

    Thank you ??

    Thread Starter Holmey1

    (@holmey1)

    Thanks Rashed, I’ll put a support request in to Avada ??

    Hi there,

    Sure!

    I think that will be the correct step to take for this.

    I am going to mark this thread as resolved. In case you have any other questions, feel free to open a new thread.

    Thank you ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Edit text in selector dropdown box’ is closed to new replies.