Product Variations

Home Forums Jevelin Theme Product Variations

Home Forums Jevelin Theme Product Variations

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • Hi Guys,

    Please see this page: https://www.theclassyseoconsultant.com/product/on-page-seo/

    I want to be able to add product variations in a dropdown menu, for example: On-Page SEO Starter $80

    On-Page SEO Mini &100

    On-Page SEO Starter $120

     

    If possible I would like to have a description for each product with the dropdown menu, currently it shows under a tab “additional information”

     

    Then I want to be able to move all the text in under the product image, not to the righthandside, but can’t find the option to do so.

     

    All my services are “virtual” and I want to disable the stock management but even if I disable this option I still get out of stock…

     

    (I am new to Woocommerce)

     

    Solution for this topic

    Hi @theclassyseoconsultant,

     

    I hope you are well today and thank you for your questions.

     

    I want to be able to add product variations in a dropdown menu, for example: On-Page SEO Starter $80

    On-Page SEO Mini &100

    On-Page SEO Starter $120

    To achieve this please create WooCommerce variable product as described in the following page.

     

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

     

    Then I want to be able to move all the text in under the product image, not to the righthandside, but can’t find the option to do so.

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-woo-layout-left.col-md-6,
    .sh-woo-layout-right.col-md-6 {
        width: 100%;
    }
    
    .woocommerce div.product div.images img {
        width: auto;
        margin: 0 auto;
    }

     

    If possible I would like to have a description for each product with the dropdown menu, currently it shows under a tab “additional information”

    All my services are “virtual” and I want to disable the stock management but even if I disable this option I still get out of stock…

    Please contact WooCommerce plugin support to resolve this.

     

    Best regards,
    Shufflehound team

    Thx for the response guys!

    You are most welcome here 🙂

    Hi, the CSS works well, just one Q, is is possible to keep the “short description” to the right of the image?

     

    https://www.theclassyseoconsultant.com/product/on-page-seo-services/

     

    Thank You

    just one Q, is is possible to keep the “short description” to the right of the image?

    To achieve this, you have to develop custom code in the child theme of Jevelin theme.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

    Hi,

    Ok not a problem, will have a chat to the developer

     

    Thank You

    You are always welcome here 🙂

Viewing 8 posts - 1 through 8 (of 8 total)