Pizza theme, 2 prices 1 product

Home Forums All Other Themes Pizza theme, 2 prices 1 product

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #199894
    Angel Ramos FernandezAngel Ramos Fernandez
    Participant
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: August 1, 2022

    Hi,

    Would it be possible to create two different prices for one product with two sizes (not a discount), large and medium or do I need to create two different products?

    e.g. Bacon Pizza 35€ Big
    25€ Medium

    Thanks!

    #199904
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly refer this documentation link to how to make different price product.

    https://woocommerce.com/document/variable-product/

    Hope this help you.

    Regards,
    Dave

    #199924
    Angel Ramos FernandezAngel Ramos Fernandez
    Participant
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: August 1, 2022

    Thanks a lot Dave.
    I will try this solution!

    Regards…

    #199933
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Okay 🙂

    Regards,
    Dave

    #200018
    Angel Ramos FernandezAngel Ramos Fernandez
    Participant
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: August 1, 2022

    Another question please.

    Is there a way to make related products not show up?

    Thanks again and greetings.

    #200045
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS to remove related products.

    .related.products {
      display: none;
    }

    Regards,
    Dave

    #200056
    Angel Ramos FernandezAngel Ramos Fernandez
    Participant
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: August 1, 2022

    Thank you very much!

    #200059
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Dave

    #200741
    Angel Ramos FernandezAngel Ramos Fernandez
    Participant
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: August 1, 2022

    Hello again.

    How can I make that not show the area where the menu is?

    I have the empty section.

    Now it looks like this. http://pipercn.cluster030.hosting.ovh.net/

    And I need to remove that black stripe please.

    Thank you and greetings.

    #200745
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .logo h2 {
      margin: 0;
    }

    Regards,
    Dave

    #200746
    Angel Ramos FernandezAngel Ramos Fernandez
    Participant
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: August 1, 2022

    Thanks!!!

    #200789
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    If you found our service is good kindly give us review here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Dave

    #200823
    Angel Ramos FernandezAngel Ramos Fernandez
    Participant
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: August 1, 2022

    I have already written my review under the name of Philippe M.

    Thanks.

    #200824
    Angel Ramos FernandezAngel Ramos Fernandez
    Participant
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: August 1, 2022

    This has been perfect for me on the web looking at it from a PC, but from a mobile the black line continues to appear. It can be avoided?

    Thank you and greetings.

    #200829
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS for mobile and tablet.

    @media screen and (max-width:1159px) {
    .logo {
      margin-top: 0 !important;
    }
    }

    Regards,
    Dave

Viewing 15 posts - 1 through 15 (of 19 total)
  • You must be logged in to reply to this topic.