ridersjin
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] List view displayHi Roxy,
Thank you for your reply.
Well noted. I will contact the theme developer for support.Forum: Plugins
In reply to: [WooCommerce] Display price with vat below price without vatHi Lorro,
The code works perfectly.
Thank you very much ??Forum: Plugins
In reply to: [WooCommerce] Display price with vat below price without vatHi Lorro,
It works perfectly now. Thank you very much.
In single product page, I wish to reduce the suffix prices fonts size (ex. vat and inc. vat)
Can you help me please ?
https://ibb.co/6gbXhV5Forum: Plugins
In reply to: [WooCommerce] Display price with vat below price without vatHi Lorro,
Thank you for your email.
The code works well for the discounted prices but not the normal prices.
Find below picture for details
https://ibb.co/g6PJxyt
I think we need to add another css code.
Thanks in advance for your help.Forum: Plugins
In reply to: [WooCommerce] Display price with vat below price without vatHi Tamrat,
Thank you for your reply.
When I add your css code, both prices (exc. vat and inc. vat) are reduced.
I wish to reduce the price inc. vat only.
Can you please help ?Thanks in advance.
- This reply was modified 1 year, 3 months ago by ridersjin.
Forum: Plugins
In reply to: [WooCommerce] Display price with vat below price without vatHi,
I managed to put the price inc. vat below the price ex vat by added code below in functions.phpadd_filter( 'woocommerce_get_price_suffix', 'wc_add_price_suffix_price_inc_tax', 99, 4 ); function wc_add_price_suffix_price_inc_tax( $suffix, $product, $price, $qty ){ $suffix = '<small><small> +vat</small></small></br>' . wc_price( wc_get_price_including_tax( $product ) ) . ' <small><small>inc.vat</small></small>'; return $suffix; }
Now I wish to reduce the fonts size of the price inc. vat for shop page and single product page.
I think that there is a css code to insert. Can you please help ?
Find below website address:
https://itbox.mu/beta/product-category/pc-desktops/
Thank you in advance.Forum: Reviews
In reply to: [WooCommerce] Very good support !Very good support !
Forum: Plugins
In reply to: [WooCommerce] Strikethrough pricesHi lorro,
Thank you for the code. It works perfectly ??Forum: Plugins
In reply to: [WooCommerce] Strikethrough pricesHi Lorro,
Please find below the address:
https://itbox.mu/shop/pc-desktops/dell-vostro-3910-mt/
Thanks in advanceForum: Plugins
In reply to: [WooCommerce] Display long description on shop pageHi Royo,
After added the priority to 2. It works !
Thank you so much ??Forum: Plugins
In reply to: [WooCommerce] Display long description on shop pageHi Tamrat,
Thank you for your prompt reply.
When i change the priority more than 5. I have the price above the description. See screenshot below
https://ibb.co/gMqbZNN
I want the the description is between the title and the price.
May be there is a CSS code to add in style.css to fix this issue ?
Thanks in advance for your help