Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #399707

    Loren N
    Participant

    Hi,

    I had created a page in cornerstone and then designated it as the ‘shop’ page. Now, of course, I can’t edit the page with cornerstone. So,… I’d like to approach this page differently (as there will be frequent updates and I want to make it as easy as possible).

    Can I create a page (using cornerstone) and then use a woocommerce short code to show the shop? I’ve seen a whole list of woocommerce short codes (http://docs.woothemes.com/document/woocommerce-shortcodes/) but is there one for the main shop landing page?

    I’m envisaging something like this;
    [woocommerce_cart]

    Does this shortcode exist?

    #399797

    Paul R
    Moderator

    Hi Loren,

    Yes you can use the shortcodes as long as you have woocommerce plugin installed.

    You can add the shortcode in a raw content element in your page.

    Thanks

    #399864

    Loren N
    Participant

    Do you know if such a short code exists for the shop;

    e.g. [woocommerce_shop]

    ?

    #399893

    Paul R
    Moderator

    Hi Loren,

    Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #399925

    Loren N
    Participant

    Here is the current shop page.

    http://www.loveyourblender.com/shop/

    It has 6 products listed (ignore the 2 ‘test’ ones at the bottom!).

    The section at the top was originally done in cornerstone but now it’s designated as the ‘shop’ page, I can’t edit it in cornerstone any longer so I want to recreate this same page in cornerstone but using woocommerce short codes to get the shop section to view.

    #400085

    Zeshan
    Member

    Hi Loren,

    Thanks for the clarification!

    As shop page is an archive page, it is not possible to edit it using WordPress editor or Cornerstone. For a custom shop page, you can use products shortcode by WooCommerce to insert products in that page. All WooCommerce shortcodes can be found on their documentation: http://docs.woothemes.com/document/conditional-tags/

    Thanks!