Home › Forums › WoodMart support forum › Max price
Max price
- This topic has 26 replies, 3 voices, and was last updated 7 years, 1 month ago by
leds-pros.
-
AuthorPosts
-
January 12, 2018 at 2:02 pm #33177
leds-prosParticipantHello,
Some times ago, you helped me to hide max price and just let display lower price.
Thanks a lot, it is working and I use it to all my clients.
However, I am using a plug-in to have specific prices to specific customer ( you need to be logged with a particular ID ).
And unfortunatly, when you are logged like this, max price re-appears as the attachment.
I let you the ID Private content.
Is it possible you have look ?
Thanks a lot for this new help.
Best regards,
Leds-prosAttachments:
You must be logged in to view attached files.January 12, 2018 at 3:11 pm #33200
Artem TemosKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.original-computed-price { display:none; }
Regards
January 12, 2018 at 5:11 pm #33208
leds-prosParticipantThanks. It is working but too much…
Even the lower price has disapeared. And I need to keep the lower price to show that clients have a discount…
My problem is ( only with variable products and if you are connected with a discount price ) make diseappear max prices.January 12, 2018 at 5:16 pm #33209
leds-prosParticipantSorry, I was not clear. Now with the code only the price not discount disappear. But I need to keep the price with not discount and only the lower price not discount with variable products.
January 12, 2018 at 7:24 pm #33216
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings.
.product-grid-item .price .original-computed-price { font-size: 0 !important; } .product-grid-item .price .original-computed-price > del { display:none; }
Regards
January 12, 2018 at 7:35 pm #33217
leds-prosParticipantYES, you are the best ! So happy to have chosed your theme for all my clients !
Otherwise, is it possible to have ” You may like also” ( as the attachment ) with “recently viewed products”, i.e only with picture, no text, no prices ?Attachments:
You must be logged in to view attached files.January 13, 2018 at 10:11 am #33237
Artem TemosKeymasterYes, try to add the following CSS code
[] .single-product-page .widget_recently_viewed_products .product_list_widget { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; } .single-product-page .widget_recently_viewed_products .product_list_widget li { -webkit-box-flex: 0; -ms-flex: 0 1 50%; flex: 0 1 50%; max-width: 50%; padding-right: 5px; padding-left: 5px; padding-bottom: 0; margin-bottom: 10px; border: none; } .single-product-page .widget_recently_viewed_products .product_list_widget li a { margin-bottom:0; } .single-product-page .widget_recently_viewed_products .product_list_widget .product-title, .single-product-page .widget_recently_viewed_products .product_list_widget .price { display:none; } .single-product-page .widget_recently_viewed_products .product_list_widget .wp-post-image { float: none; margin-right: 0; max-width: 100%; } div.upsells-widget .small-product-info { display:none; }
January 13, 2018 at 10:31 am #33251
FireballParticipantYou are the best ! Just a little thing, all product are vertically tiled with only one column.
Is it possible to have as your theme 2 columns and no space betwwen them ?
You may see your result hereJanuary 13, 2018 at 12:19 pm #33279
leds-prosParticipantYou are the best ! Just a little thing, all product are vertically tiled with only one column.
Is it possible to have as your theme 2 columns and no space betwwen them ?
You may see your result hereJanuary 13, 2018 at 4:10 pm #33314
Artem TemosKeymasterYou need to correct this line in the Custom CSS https://gyazo.com/2a46740c550e258582e94fa08fb916ca
Replacegt;
with>
January 13, 2018 at 4:21 pm #33317
leds-prosParticipantSorry, I had try this, empty cash but nothing. Always one column…
January 13, 2018 at 4:43 pm #33320
Artem TemosKeymasterCheck how it looks now.
January 13, 2018 at 4:46 pm #33321
leds-prosParticipantThanks a lot. It is working.
What do you change if I need that to my others Woodmart website ?January 13, 2018 at 5:10 pm #33325
Artem TemosKeymasterWe have removed unnecessary brackets https://gyazo.com/4e771f1cf638ea8da3bcbad8d1c3be85
January 13, 2018 at 5:32 pm #33336
leds-prosParticipantAs usually, thanks a lot for your help and work.
Very happy to have changed to woodmart.
My clients also πJanuary 13, 2018 at 7:54 pm #33351
Artem TemosKeymasterYou are always welcome.
January 19, 2018 at 2:51 pm #34266
leds-prosParticipantI know I am a little bit ” present” this time on support, but we are near to open the website…
Some times ago, you give me a code to have recent products viewed as ” You may also like”. It is working and I am very happy of this. But if we let the mouse on picture, the price doesn’t display as on your preview. Do you believe we could have the same thing ?January 19, 2018 at 3:01 pm #34274
Artem TemosKeymasterCould you please provide a screenshot for better understanding?
January 19, 2018 at 3:07 pm #34277
leds-prosParticipantOf course. We are all thinking that customer don’t need to have all informations about recently products viewed. It is why we asked you to have the same thing as “you may also like”. Only the pictures. But in your theme, when the mouse is over a picture, the price and a little resume appears as the attachment. But in the code you give us, the price doesn’t display if we let the mouse over. I hope to be more understandable… π
Attachments:
You must be logged in to view attached files.January 19, 2018 at 3:13 pm #34285
Artem TemosKeymasterSorry, but we can’t style the recently viewed widget with this hover effect since it doesn’t have a required HTML structure.
January 19, 2018 at 4:01 pm #34313
leds-prosParticipantNot sure to understand with my poor english…. It is not possible to add line with the code you give me ?
January 19, 2018 at 4:33 pm #34317
Artem TemosKeymasterSorry, but it is not possible to add them with a CSS code.
January 19, 2018 at 4:35 pm #34319
leds-prosParticipantAnd do you think that our idea is good enough to be develloped in the next update ?
January 19, 2018 at 6:07 pm #34324
Artem TemosKeymasterSorry, but we don’t plan to implement it in our next theme update since we can’t edit this widget’s structure. It comes with WooCommerce plugin.
January 19, 2018 at 6:10 pm #34327
leds-prosParticipantOK thanks. I believed that it was in woodmart theme.
As usually, thanks for your help.
Do you think I can contact Woocommerce and propose thisJanuary 19, 2018 at 7:36 pm #34345
Artem TemosKeymasterWe suggest you to not waste your time since they will not consider adding such thing in their updates
January 19, 2018 at 7:42 pm #34348
leds-prosParticipantI see… No coment π
Thanks -
AuthorPosts
The topic ‘Max price’ is closed to new replies.
- You must be logged in to create new topics. Login / Register