Home Forums WoodMart support forum Max price

Max price

Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #33177

    leds-pros
    Participant

    Hello,
    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-pros

    Attachments:
    You must be logged in to view attached files.
    #33200

    Artem Temos
    Keymaster

    Hi,

    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

    #33208

    leds-pros
    Participant

    Thanks. 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.

    #33209

    leds-pros
    Participant

    Sorry, 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.

    #33216

    Artem Temos
    Keymaster

    Try 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

    #33217

    leds-pros
    Participant

    YES, 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.
    #33237

    Artem Temos
    Keymaster

    Yes, 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;
    }
    #33251

    Fireball
    Participant

    You 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 here

    #33279

    leds-pros
    Participant

    You 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 here

    #33314

    Artem Temos
    Keymaster

    You need to correct this line in the Custom CSS https://gyazo.com/2a46740c550e258582e94fa08fb916ca
    Replace gt; with >

    #33317

    leds-pros
    Participant

    Sorry, I had try this, empty cash but nothing. Always one column…

    #33320

    Artem Temos
    Keymaster

    Check how it looks now.

    #33321

    leds-pros
    Participant

    Thanks a lot. It is working.
    What do you change if I need that to my others Woodmart website ?

    #33325

    Artem Temos
    Keymaster

    We have removed unnecessary brackets https://gyazo.com/4e771f1cf638ea8da3bcbad8d1c3be85

    #33336

    leds-pros
    Participant

    As usually, thanks a lot for your help and work.
    Very happy to have changed to woodmart.
    My clients also ๐Ÿ˜‰

    #33351

    Artem Temos
    Keymaster

    You are always welcome.

    #34266

    leds-pros
    Participant

    I 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 ?

    #34274

    Artem Temos
    Keymaster

    Could you please provide a screenshot for better understanding?

    #34277

    leds-pros
    Participant

    Of 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.
    #34285

    Artem Temos
    Keymaster

    Sorry, but we can’t style the recently viewed widget with this hover effect since it doesn’t have a required HTML structure.

    #34313

    leds-pros
    Participant

    Not sure to understand with my poor english…. It is not possible to add line with the code you give me ?

    #34317

    Artem Temos
    Keymaster

    Sorry, but it is not possible to add them with a CSS code.

    #34319

    leds-pros
    Participant

    And do you think that our idea is good enough to be develloped in the next update ?

    #34324

    Artem Temos
    Keymaster

    Sorry, 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.

    #34327

    leds-pros
    Participant

    OK thanks. I believed that it was in woodmart theme.
    As usually, thanks for your help.
    Do you think I can contact Woocommerce and propose this

    #34345

    Artem Temos
    Keymaster

    We suggest you to not waste your time since they will not consider adding such thing in their updates

    #34348

    leds-pros
    Participant

    I see… No coment ๐Ÿ˜‰
    Thanks

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

The topic ‘Max price’ is closed to new replies.