Load woocommerce shop on any page.

Discussion in 'WordPress' started by stephan2307, Mar 27, 2018.

  1. #1
    Is there a way to load the same page as the woocommerce shop page? I still want the shop to be there. Just need something like this /make/toyota/aygo/2017-2018/ to display the same page as the shop page. ( im doing some custom filtering already so just need to be able to swap what page is loaded. ) thanks
     
    stephan2307, Mar 27, 2018 IP
  2. Tanmoy Kundu

    Tanmoy Kundu Member

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #2
    Try this woocommerce shortcode: [products] and please let me know if doesn't work
     
    Tanmoy Kundu, Mar 30, 2018 IP
  3. alkantenik

    alkantenik Well-Known Member

    Messages:
    190
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    138
    #3
    [recent_products per_page=”12″ columns=”4″ orderby=”date” order=”desc”]
     
    alkantenik, Apr 1, 2018 IP
  4. alkantenik

    alkantenik Well-Known Member

    Messages:
    190
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    138
    #4
    change 12 to show more products..change 4 to create columns..
     
    alkantenik, Apr 1, 2018 IP
  5. AdequateContent

    AdequateContent Active Member

    Messages:
    31
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    65
    #5
    You can use Woocommerce shortcodes to display products like on the shop page. You can find such shortcodes on below link.
    https://docs.woocommerce.com/document/woocommerce-shortcodes/

    Check out short codes mentioned under "Products". Alter them as necessary, if required.
     
    AdequateContent, Apr 11, 2018 IP