Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2490995
Woocomerce & Portfolio
Closed

Comments

  • KatkaG started the conversation

    Hi again,

    I'm working on setting up my WooCommerce shop. Before I get too far, is it possible to add an "add to cart" button to a Portfolio project page and link it to the checkout page?

    If not, you gave me custom css to reduce my project page container, is it possible to reduce the container size for WooCommerce product pages? I tried using the css for the project page (with some edits) but none of my edits did it. 

    Thank you again. 

  •  2,699
    PenciDesign replied

    Hi,

    1/ You can't because the "Add to cart" button just can be added on a Product from Woocommerce.

    2/ Can you show me your site URL and tell me more about this requirements? I'm not clear about this.


    Best Regards,

    PenciDesign

  • KatkaG replied

    Thank you. The an example of the page I want to modify is https://www.bluechiselstudio.com/product/wapiti-lake-bc/

    I'd like to reduce the container to 750px or so. Also, is there a way to hide the 'related products' on these pages?

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    body.single-product .container #main {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
    body.single-product section.related.products{ display: none; }
    

    Best Regards,

    PenciDesign

  • KatkaG replied

    Thank you. That worked.

    Much appreciated.