• Resolved riversworldsa

    (@riversworldsa)


    Hi
    I want to display only new arrivals products on the new arrivals page. So I need a code that picks only products that I labeled as “new” in product data OR A code that picks products that had been uploaded within two months ago fro example.

    I tried codes like
    [recent_products per_page=”12″ columns=”4″ ]
    [recent_products per_page=”12″ columns=”4″ attribute=”new” ]
    [recent_products per_page=”12″ columns=”4″ label=”new” ]
    [recent_products per_page=”12″ columns=”4″ label=”newarrivals” ]
    [recent_products per_page=”12″ columns=”4″ label=”new_arrivals” ]
    [product_limit=”12″ columns=”4″ label”new”]
    and so much more but all didn’t work

    Please help

Viewing 1 replies (of 1 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    The only default shortcodes available in WooCommerce can be seen here: https://docs.woocommerce.com/document/woocommerce-shortcodes/

    If you’re looking for custom shortcodes, you’d need to get in touch with a web developer to get those developed for you.

    With that said, one option would simply be to create a category called “latest” and assign products to that category manually. You could then use one of the shortcodes outlined in the link above to only display products from the “latest” category ??

Viewing 1 replies (of 1 total)
  • The topic ‘New Arrivals Code’ is closed to new replies.