• Resolved devhelemaaldebom

    (@devhelemaaldebom)


    I am using a woocommerce shortcode to show the products on a static page. This is the shortcode I am using: [products limit=”12″ columns=”3″ attribute=”pa_merk” terms=”‘ . $merkNaam . ‘” paginate=”true”]. The outer div (<div class=”wcf-pagination”></div>) is created but it has nothing inside it. Everything is updated aswell.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there, @devhelemaaldebom! Thanks for contacting us. I’m happy to help you.

    I tested the shortcode you shared on my site and got the same issue.

    Then I noticed that the quotes seem to be italized, which makes the browser not interpret them correctly.

    After I changed them to regular quotes the shortcode worked correctly on my site.

    Here’s a screenshot:

    Can you please try replacing them with regular quotes and check if it works?

    Thank you.

    Looking forward to your reply.

    Have a wonderful day!

    Thread Starter devhelemaaldebom

    (@devhelemaaldebom)

    I tried to change the code. It does not look different for me. This is my shortcode now: [products limit=”12″ columns=”3″ attribute=”pa_merk” terms=”‘ . $merkNaam . ‘” paginate=”true”].

    When I post the shortcode here my quotes change to italics. But when I write my code it does not. Only when I post my shortcode here.

    Hey, @devhelemaaldebom! Thanks for clarifying!

    I tried copying the shortcode from my site to the forum and did not face this issue:

    [products limit=”12″ columns=”3″ paginate=”true”] → The quotes are not italized here.

    Do you mind trying copying the code below and checking if it works?

    [products limit="12" columns="3" attribute="pa_merk" terms="$merkNaam" paginate="true"]

    Please let us know how it goes.

    Looking forward to your reply.

    Have a wonderful day!

    Hi there ??

    I am using a woocommerce shortcode to show the products on a static page.

    Moving forward, could you please also elaborate further on this setup? It sounds like it might be interfering with the shortcode functionality.

    As we haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.

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