• Resolved winner singh

    (@winner-singh)


    Hi, my website is [ redundant link removed ] at this time I put it on under-construction but I will ask the question via screen short.

    1. Like this is a products page where all category product name and one image display /shop/ https://ibb.co/mofzvS I want to remove the price of the second one which says $5.99 – 9.98, want to remove – 9.98. and from also https://ibb.co/bxAtN7 – 9.98, which code should I remove or add.

    2 As you can see again in this image https://ibb.co/bxAtN7 there are drop-down menu for pizza crust and value pizza, I love the drop down for pizza crust but for Value pizza I want the checkbox, don’t need the drop down, there should be name serial vise and checkbox in front, If I select first one it should be selected and if I select the second one first checkbox should be remove.

    3. I want to remove pizza photo from this page https://ibb.co/bxAtN7 everything should be in a center there should be no photo.

    please answers my all the questions.

    • This topic was modified 6 years, 3 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    1) Here is a guide on editing the variable price display: https://calebburks.com/modify-variable-product-prices-in-woocommerce/

    2) You can have other types of fields using Product Add-Ons: https://www.woocommerce.com/products/product-add-ons/

    3) That will require some template customization. Could temporarily hide it with CSS for a quick fix, but that’s not ideal since it will still be loaded onto the page. I can’t help with the CSS unless you make the page visible.

    Thread Starter winner singh

    (@winner-singh)

    @icaleb

    1. Thank you, now I removed the higher price. https://ibb.co/jReJc7

    2. I understand your point, basically, I want that user should see all the pizza without the drop down, I mean to view all pizza’s user need to click on the drop down like this https://ibb.co/mwEUjn

    I want accordion type thing so that user can just select the pizza crust and then pizza and it will be added to the cart. if you can help me with the code.

    3 at present its is like this way https://ibb.co/jReJc7

    I want in this way https://ibb.co/iC8Bx7

    Please solve my problems

    Thread Starter winner singh

    (@winner-singh)

    @icaleb

    Another problem is looking at this image https://ibb.co/jwDtCH

    there are pizza crust which says “Regular Pizza Crust | Thin & Crispy | Double Cheese | Triple Cheese Crust”

    I want to add 2.99 and 3.99 after double cheese (2.99)| Triple Cheese crust (3.99).

    when I try to add and click the save button and check on the frontend, it does not shows the double cheese and triple cheese.

    what is the solution to add numeric value in the attributes.

    • This reply was modified 6 years, 4 months ago by winner singh.
    Plugin Support Yuki K a11n.

    (@yukikatayama)

    Automattic Happiness Engineer

    Hi @winner-singh,

    1. Glad that it worked!

    2. If I understand correctly, you want the two variable options to show as accordion view instead of drop-down? if so, i would recommend try checking to see if there are third party plugins that allow that functionality.

    3. As Caleb mentioned, it’s hard to help with CSS if we cannot view the site, but will this help? Please add under Customize > Additional CSS:

    .single-product div.product .woocommerce-product-gallery img {
    visibility: hidden;
    }

    4. I tried this on my test site, but was not able to replicate. Screenshot: WooCommerce Product Search
    After saving, did the new changes save?

    If the new changes stuck and you are still not seeing the full title, check to see if there’s any conflict. Let’s try a test. Please upload the plugin [Health Check](https://wordpress.org/plugins/health-check/). It is a tool that can be useful for debugging. You can click the button to disable all plugins and change the theme for you while you’re logged into that session without affecting normal visitors to your site.

    Go to Dashboard > Health Check > Troubleshooting tab > Enable troubleshooting mode. You’ll be prompted at the top to activate a default theme. Please activate the Twenty Seventeen theme. Then, go to Plugins. You’ll see all plugins have been deactivated. Please activate only WooCommerce core, then see if you can save the price changes and view it on the product side.

    Thanks!

    Thread Starter winner singh

    (@winner-singh)

    @yukikatayama @icaleb

    1. Done

    2. Done

    3. I tried with that code but not work, the image is not removed, okay now I removed the under-construction and active the site. https://www.pizzahome.co.nz/product/value-pizzas/

    I want to remove the product image and also product placeholder image, so everything which is on the right side it should in a center or from align left. which are value pizza, price, pizza crust etc but I want the image on main category page https://www.pizzahome.co.nz/shop/, there will be a lot of categories, only one image will display on main page rest when the user clicks on a category just shop it, no image required.

    4. okay please watch this video https://vimeo.com/263099238 you will understand I try to add the number in this way “Double cheese (2.99)” but when I added 2.99 whole double cheese is gone after saving the page.

    Plugin Support Yuki K a11n.

    (@yukikatayama)

    Automattic Happiness Engineer

    3. Should do the trick for individual product images:

    .cmsmasters_single_product .cmsmasters_product_image img {
    visibility: hidden;
    }

    4. Do you have customizations for your variables (as I see they are in radio buttons not drop down)? I would check to see if any customizations are affecting this, as well, check if there is a theme or plugin conflict.

    If you would prefer not to do testing on your live site, first make a back up of your site, then create a staging site using this plugin WP Staging (https://wordpress.org/plugins/wp-staging/). This creates a copy of your live site where you can make tests without affecting your live site.

    Then to test, temporarily switch your theme to one of our default – Storefront or Twenty Seventeen, then deactivate all plugins except for one – WooCommerce. If it shows correctly, then it’s a theme or plugin conflict. Reactivating each plugin one at a time, then see if the issue pops up again will tell us which plugin is conflicting.

    Thanks

    Thread Starter winner singh

    (@winner-singh)

    @yukikatayama
    3. Done very thank you for this, but another problem is I want that now everything should be from left because when I open in the mobile there is a blank space than text

    https://www.pizzahome.co.nz/product/value-pizzas/

    4. I use the third party plugin as you suggest me :), even I tested with both – drop down and as well as radio button still that problem is same, which I show you in the video.
    even I changed the theme to default theme but still, the problem is the same, look at the photo
    https://ibb.co/hBdyGc
    https://ibb.co/b5C3hH

    Thank you

    Thread Starter winner singh

    (@winner-singh)

    found little bit solution, actually, when I try to edit attribute it’s not working because it already goes to variation, so I created a new product page and add the price to double cheese 2.99 and triple cheese 3.99 https://www.pizzahome.co.nz/product/value-pizzas/

    5. I also want to remove the thumbnail photo from the cart page and want to remove in that way so that cross sign is visible to cross the product which they add to the card (delete sign) so that user can delete the product from card even thumbnail is deleted

    https://ibb.co/dF6hRc
    https://ibb.co/bONWmc

    6 there is value pizza list, these are vegetarians, I added (veg) on the last, how to change the color of (veg) in green which is on the last

    Cheese Supreme – Pizza Sauce, Mozzarella Cheese & more Cheese (Veg)
    Margherita – Pizza Sauce, Mozzarella, Tomatoes & Basil (Veg)
    Vege Delight – Pizza Sauce, Mushroom, Onion, Mozzarella & Tomatoes (Veg)
    Cheese & Mushroom – Pizza Sauce, Mushroom & Mozzarella (Veg)
    Cheese & Pineapple – Pizza Sauce, Pineapple & Mozzarella (Veg)

    7. the code which you provided me to remove the photo just hides the photo when clicking on that blank space still photo shows.

    https://www.pizzahome.co.nz/product/value-pizzas-2/
    basically, I don’t want the photo on this page and also don’t on cart page, just want the photo on https://www.pizzahome.co.nz/shop/ this page.

    and also want to align left form all the content
    https://www.pizzahome.co.nz/product/value-pizzas-2/

    Thank you

    • This reply was modified 6 years, 4 months ago by winner singh.
    • This reply was modified 6 years, 4 months ago by winner singh.
    • This reply was modified 6 years, 4 months ago by winner singh.
    Thread Starter winner singh

    (@winner-singh)

    @icaleb @yukikatayama waiting for the reply 🙂

    Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    These are changes that can be temporarily fixed with CSS, but it is more ideal to remove the images completely from being output in the theme.

    If you aren’t quite sure how to edit/customize your theme, I would recommend reaching out to the theme authors or hiring a developer to help you customize the theme:

    http://jobs.wordpress.net/
    https://codeable.io/
    https://woocommerce.com/experts/

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Want the check box’ is closed to new replies.