tejasrinivasvk
Forum Replies Created
-
Thank You Mihail!
I am waiting eagerly for your update!Mihail,
Thanks a lot for your response!
Your plugin is wonderful!!Hi Mihail!
Thanks for the response!
Theme I am using is Twenty-twenty four.
The block I am using is – Product Collection – This block is provided by the WooCommerce itself. This block is generally the default in all archive pages – Category/Search/Shop pages. This block renders the products using product template. See the screenshot of the block I am using – Please click on the link –
https://drive.google.com/file/d/17rU3quLjOkWuzBSxqtK2053DoGXaXMCH/view?usp=sharingThe Prices are being displayed Twice for most Areas on home page
Adding Custom Classes was easier Previously as I Just added it to the block from single product page in “additional classes” field from the page editor. But adding classes here seem difficult.
- This reply was modified 2 years, 4 months ago by tejasrinivasvk.
LInk to the screen cast video updated in the Above comment: https://drive.google.com/file/d/1IKD6GYIOOW7qYycOzO-aliobNHGZgf9o/view?usp=sharing
I tried to add .price directly to our Plugin Product Wrapper class Field, but the price is still being displayed wrong for most products. Please help.Screen shot for How I added the additional class to our plugin field:
https://drive.google.com/file/d/1-knb7PfzkMZ0DVMomlIq1A1G57YoHIpt/view?usp=sharing
I added it like this: Did I give Commas & Space sorrectly? I think this might be crucial, please check..gf-single-product-wrapper, .price
- This reply was modified 2 years, 4 months ago by tejasrinivasvk.
- This reply was modified 2 years, 4 months ago by tejasrinivasvk.
So this is what I did:
Since the prices were being displayed incorrectly on the single product page, I went into that via the site editor. selected the column you mentioned in the screenshot & added the class name: “gf-single-product-wrapper” to that column, in “additional CSS Classes” in the “Advanced” section of that block. Screenshot: https://drive.google.com/file/d/1jZ5ZBFWWKlne6rB5glCChs6JafdmglR2/view?usp=sharingAfter this I added this CSS Class to our price display Plugin field. Screenshot:
https://drive.google.com/file/d/1otXQ9jVWE1scGYQMcA04D3twKGgSd9tY/view?usp=sharing.
However, Now there is a new issue.While the price is correctly Changing on the home page, the price is not changing on the home page now. Link to the screencast video:
https://drive.google.com/file/d/1IKD6GYIOOW7qYycOzO-aliobNHGZgf9o/view?usp=sharing.
Pease help.
Update: I gave the link to the screencast video here: https://drive.google.com/file/d/1IKD6GYIOOW7qYycOzO-aliobNHGZgf9o/view?usp=sharing.- This reply was modified 2 years, 4 months ago by tejasrinivasvk.
Apologies for my ignorance, But there seems to be 2 steps here:
- Add a CSS Class name: .gf-single-product-wrapper to that price column
- Then add this CSS Class name to the Product Wrapper Class in the Plugin field.
Kindly help me tell how to add the custom CSS Class to Price Column
Also, I have a doubt, this Thing – “div.wp-block-column-is-layout-flow.wp-block-column-is-layout-flow” – is this is CSS Class, shoud I add this to the product wrapper class in the plugin field?
Thanks for your patience.
Update:
Actually, I just did as you said after some learning on how to do it from the internet, while the price is correctly Changing on the home page, the price is not changing on the home page now. I will send a screencast video, please wait.- This reply was modified 2 years, 4 months ago by tejasrinivasvk.
- This reply was modified 2 years, 4 months ago by tejasrinivasvk.
Wrong Prices Displayed in Single Product Page
On my site gofroots.in, All of my Products are variable Products. While Price shown is correct on the Home page & Archive pages, Once we go into the single product page, it is showing the incorrect price. please help me correct this. The Site is live, so this is very urgent.
I can see that we are getting the right price once we change the value on the dropdown and come back to the original dropdown. But the price shown when we enter the page once itself is very wrong.
This is the link explaining the issue we are facing:
https://drive.google.com/file/d/1I17sim6W9K-ENUnc9C1bLfSP7RTmnPId/view?usp=sharing
Kindly help me, we are stuck with this issue from past 2 days and the site is live, so its hurting us.Please wait, now the issue has changed..
Thanks for the response!
Here is the link for the screencast: https://drive.google.com/file/d/1HWtxDaGEF1bxv9ImrD3Ems3yI8Q03gOt/view?usp=drivesdk
I have shared you the link for the video. I also tried to convey the issue in the same video by talking, so please keep the audio ON.
- This reply was modified 2 years, 4 months ago by tejasrinivasvk.
- This reply was modified 2 years, 4 months ago by tejasrinivasvk.
Sorry we can delete this thread. Ignore this issue, its solved but a new issue came up.
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Price not changingI closed the ticket and marked it resolved. Thank you!
But now We have a new issue. I am opening it on a separate thread.- This reply was modified 2 years, 4 months ago by tejasrinivasvk.
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Price not changingits actually working now for some mysterious reason – I think JS & CSS minify created an issue.
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Price not changingThanks for the response – Kindly notice this:
My website shows the Product variation dropdown even on the Home/Archive and all other pages.
The Price displayed changes according to the Variation selected on its mother site on all pages due to your plugin. Mother site link: https://woo-sensationally-blue-lollapalooza.wpcomstaging.com/. The only difference is the theme, The Mother site uses a paid Amulet Theme, while gofroots.in uses a free twenty-twenty-four theme.
I have a feeling that adding the correct wrappers would help. Kindly also tell me where exactly to put the commas. Please help.
Status as of now:
Scenario 1:Without changing anything, with these settings:
https://drive.google.com/file/d/1Hr30DCla8im4dbh7WL1JoFjIYZ2-j7jN/view?usp=sharing
It shows a single price on the single product page, which dynamically changes according to the variation selected, but the price doesn’t change on all other pages even when the Variation dropdown selection is changed.Scenario 2:
With both of these:.product.product-type-variable .entry-summaryAdded to product wrapper and this:
.product.product-type-variable .upsells .priceAdded to price class, its not working even on the single product page – I mean One price (the second one) is changing, but the upper one which generally shows the price range, is showing only the minimum price now which doesn’t change according to the variation selected.
Scenario 3:With only this added to the product wrapper:
.product.product-type-variable .upsells .priceResults same as scenario 1, It shows a single price on the single product page, which dynamically changes according to the variation selected, but the price doesn’t change on all other pages even when the Variation dropdown selection is changed.
Scenario 4:
Even Just this on product wrapper:
.product& this on price class
.product.product-type-variable .upsells .priceis not working.
Scenario 5:
.product.product-type-variable .col-innerThis to product wrapper is also not working.
Kindly help. Share your email address so I can send you my admin details if needed.
- This reply was modified 2 years, 4 months ago by tejasrinivasvk.
- This reply was modified 2 years, 4 months ago by tejasrinivasvk.
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Price not changingMore information:
4. It is working inside a single product page somehow (It didn’t work previously). But still, the price is being shown twice.5. After using this code snippet, for some reason it is showing the price correctly too, at only one place on the single product page, but it isn’t working at Shop/Home/Search/Category Pages. This is still working on all places on the mother site: https://woo-sensationally-blue-lollapalooza.wpcomstaging.com/
Code snippet:add_action('woocommerce_variable_add_to_cart','bbloomer_update_price_with_variation_price');functionbbloomer_update_price_with_variation_price() {global$product;$price=$product->get_price_html();wc_enqueue_js( "$(document).on('found_variation','form.cart',function( event, variation ) {if(variation.price_html) $('.summary > p.price').html(variation.price_html);$('.woocommerce-variation-price').hide();});$(document).on('hide_variation','form.cart',function( event, variation ) {$('.summary > p.price').html('" . $price . "');});" );}More Important Info:
The mother site uses Amulet Theme while gofroots.in uses twenty-twenty-four theme.
I don’t think CSS/JS Minify etc might be an issue since I have deactivated the plugin now, but the variation price is still not working.- This reply was modified 2 years, 4 months ago by tejasrinivasvk.
- This reply was modified 2 years, 4 months ago by tejasrinivasvk.
- This reply was modified 2 years, 4 months ago by tejasrinivasvk.