• Resolved Tamhas

    (@tamhas)


    Hi! Your calculations work beautifully, excellent solution, i tried other plugins but they could only add and subtract, couldn’t multiply. Seems I will buy the pro version so i can calculate weight as well.

    However I noticed that the calculated price doesn’t appear on mobile view. With your default Custom selector (id/class) for a product price html tag i am fine for all except mobile view.

    When I check CSS for that element, i get:
    .entry-summary .price .js-cpo-price-starting
    which it seems is covered by your default settings.

    When in mobile view the CSS for price element is
    .mobile-summary .price .woocommerce-Price-amount
    But if i try inserting that into your default CSS i get no results at all for price calculation.

    From the above can you see what I am doing wrong? Thanks

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author moomooagency

    (@moomooagency)

    Hi,

    Thanks! Please, rate it here, it helps us much ??

    As for your question, please, write us on email [email protected] and we – me or my colleagues – will help you with this. I think we need admin access to check solutions.

    Thanks.

    Thread Starter Tamhas

    (@tamhas)

    hi! Thanks for your quick reply. I don’t mind giving you admin if needed, but I prefer only to do so on a need-to basis only, everyone seems to ask for admin access before even looking at the question these days …

    If you could please have a quick look at the question above i would appreciate it. You can see what my css is above, or if you want you can just go to the URL i gave above. And just tell me what i should then put in your settings for price element in your settings page.

    If that works then good, if that doesn’t work then we can do next step, which may mean giving you access. Also i appreciate you have support ticket system, but if you answered questions here, everyone can see the answers, next person with same problem might see that answer to my problem contains answer to theirs… that will save you time. And people can see that you are solving problems, instead of just telling people to contact your email. Thanks!

    Plugin Author moomooagency

    (@moomooagency)

    Hi,

    The thing is that you know the answer – adjust CSS selector setting. You say you even tried that, but it does not work for you. So, I have to investigate why and how to fix it.

    Thread Starter Tamhas

    (@tamhas)

    Thanks again for quick reply. Problem is I am just a CSS pleb

    I can find the CSS, which is .entry-summary .price .js-cpo-price-starting
    and for mobile is .mobile-summary .price .woocommerce-Price-amount

    But if I try to insert anywhere in with your default CSS .summary.entry-summary .price > .amount, .summary.entry-summary .price ins .amount it just breaks.

    I just pretty much need to know where in your default I should insert .mobile-summary but I am sadly clueless.

    For example I tried to do this: .summary.entry-summary .price, .mobile-summary .price .woocommerce-Price-amount > .amount, .summary.entry-summary .price ins .amount but that doesn’t work …

    So I was hoping your keen eyes might see what I am doing wrong, and you will say hey just try doing .summary.entry-summary .price .XXXXXXX > .amount, .summary.entry-summary .XXXXXXX .price ins .amount or something and if that didn’t work then i give you admin

    Is that try-able with above info? Thanks

    Plugin Author moomooagency

    (@moomooagency)

    You’d really better contact us via email ??

    Thread Starter Tamhas

    (@tamhas)

    sure sure, captain tough love :-}
    I just bought pro, and prepping your admin login and will mail you

    Thread Starter Tamhas

    (@tamhas)

    OK mailed you info and admin login, look forward to your kind help. Thanks very much!

    Plugin Author moomooagency

    (@moomooagency)

    Ok I will check it.

    Thread Starter Tamhas

    (@tamhas)

    Hi! Your guy Andrii got me sorted, checked the site and figured out the right format for the CSS selectors. All working now. My price and weight calculations work perfectly. The conditional functions are really great. I am pretty sure there is nothing your plugin can’t calculate. Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘CSS for price on mobile’ is closed to new replies.