Home Forums WoodMart support forum more info on basic product preview

more info on basic product preview

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #30614

    Face2design
    Participant

    Hi,

    Is it possible to get more info on the products page, like we get when we activate summary on hover?

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

    Artem Temos
    Keymaster

    Hello,

    We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.

    Do you mean to show your products short description on other product hovers? What hover style will you use? We will provide an instruction how to display it there with a bit of a code customization.

    Kind Regards
    Xtemos

    #30633

    Face2design
    Participant

    Hi,

    Thanks for your quick support.

    What I want is like the attached file. Just some info extra on the products overview.

    Like a short description, delivery/order details and the price. With and without tax if that is possible

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

    Artem Temos
    Keymaster

    So what kind of product hover do you want to use? Because you can use “Summary on hover” add put all the needed information to the short description field.

    #30637

    Face2design
    Participant

    See attachment. I want the layout of the link the same as the hover (summery option), but without the scaling transformation.

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

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    div.woodmart-hover-base {
          -webkit-transform: none!important;
       transform: none!important;
    }
    
    div.woodmart-hover-base .content-product-imagin {
        left: 15px;
        right: 15px;
        top: 0px;
        bottom: 10px;
        opacity:1;
        visibility: visible;
        transform:none;
        margin-bottom:0!important;
    }
    
    div.woodmart-hover-base .fade-in-block {
       position: static;
       visibility: visible;
       opacity: 1;
          -webkit-transform: none!important;
       transform: none!important;
    }
    
    div.woodmart-hover-base .wrapp-swatches {
          -webkit-transform: none!important;
       transform: none!important;
    }
    #30640

    Face2design
    Participant

    Ok, almost perfect, can I get the short description also in that screen?

    kind regards,

    Frank

    #30645

    Artem Temos
    Keymaster

    But the short description is already there.

    #30647

    Face2design
    Participant

    No I see the title of the product and the Price. But I want the short description also if that is possible

    #30648

    Artem Temos
    Keymaster

    Could you please provide us your website link so we can check it?

    #30649

    Face2design
    Participant

    Oh, I run it locally by mamp pro ;-(

    #30650

    Artem Temos
    Keymaster

    Strange, but by default this hover already has a short description. You can see it on our demo. Check Hover content option in Theme Settings -> Shop -> Products and categories styles.

    #30651

    Face2design
    Participant

    Oh, sorry I set it on additional information ;-(

    thanks this looks ok to me.

    #30654

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘more info on basic product preview’ is closed to new replies.