• Resolved ppantaleo

    (@ppantaleo)


    Hi! I am using the [recently_viewed_products] shortcode. How can I define that:
    – 5 products are displayed
    -in 5 columns
    -and change the text and alignment of the title that appears

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • [recently_viewed products] doesn’t look like a WooCommerce shortcode.

    WooCommerce shortcodes are documented here;
    https://docs.woocommerce.com/document/woocommerce-shortcodes/

    So this shortcode will be coming from your theme or a plugin. You’ll need to identify which one and look at the documentation for it.

    If it follows WooCommerce names for parameters, you would use:
    [recently_viewed_products limit=”5″ columns=”5″]

    I can’t see the section on on your link. What’s it called?

    Thread Starter ppantaleo

    (@ppantaleo)

    Hello, it appears below featured products when you view a product first. I have the Flatsome theme but I can’t find if it comes from there. I do not have a complement for that.
    https://feriaregional.com.ar/

    I found it thanks, but I could not see what was producing it. There are some plugins for to do this, did you check your list of plugins?

    There is some code to do it on the internet. Maybe its in functions.php for your active theme, or maybe you have a snippets plugin.

    I still don’t think its a WooCommerce feature.

    Without knowing what has produced it, it won’t be possble to say what the parameters are. Its possible it doesn’t take parameters.

    Did you try:
    [recently_viewed_products limit="5" columns="5"]

    There is a bit of css for it, at #ultimos in
    Dashboard > Appearance > Customize > Additional CSS

    Thread Starter ppantaleo

    (@ppantaleo)

    Thanks! Yes I tried it but it didn’t work and there are no plugins for that. I’ll ask at Flatsome.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[recently_viewed_products]’ is closed to new replies.