Woocomerce single product & Cornerstone

Hi!

We are working on a site with Cornerstone + Woocommerce.

Our shop is ready. Now we are working on the single product page.

Wee added “Product” to Cornerstone Allowed Post Types, but when we edit a product with Cornerstone:

1 - We add a section, but it wont appear. We are not able to drop anything…
2 - We need a full width page… but we don’t see an option to select the template.

Everything indicates that there is some kind of bug?

Could you help us ?

Hi,

  1. You could not edit a product in cornerstone. You need to edit single product template if you need changes to the layout.
    Any content you add will be visible under Products description.
  1. You can try adding this in Theme Options > CSS to make it fullwidth
.single-product .entry-wrap {
   box-shadow:none;
}

.single-product  .x-container.max.width.offset {
   max-width: 100%;
   width:88%;
}

You may change width and max-width to adjust.

Thanks

Hi Paul,

Sorry, but I am not 100% happy with your answer.

If you go to Settings > Allowed Post Types, “products” are allowed for integrating with Cornerstone.

I have added “products” and I can now open Cornerstone builder for every single woocommerce product, but I just cant add content…

So, to me, it seems is possible, but there is something not working.
Could you please ask for advice to another coworker?

Hi There,

Sorry for the miss understanding!

The product page is a woo-commerce template, which has the feature only to show product image and details.
You can’t use cornerstone or any other page builder to edit the content. But you can add cornerstone short-code inside the content area which will come in Product description section.

The screenshot you have shared is a feature which gives permission to cornerstone to edit custom post type content, but woo-commerce template has its own structure and feature, so it can’t be editable through cornerstone.

Hope this is clear now!

Thanks

Ok!!!

That really helped! We are using a shortcode inside the page! :slight_smile:
Than you!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.