bibibabi

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Products from https://www.giochigiachi.it/prodotti #9921


    bibibabi
    Participant
    Post count: 3

    Has send email

  • in reply to: Products from https://www.giochigiachi.it/prodotti #9916


    bibibabi
    Participant
    Post count: 3
    This reply has been marked as private.
  • in reply to: Products from https://www.giochigiachi.it/prodotti #9915


    bibibabi
    Participant
    Post count: 3

    I’m slowly understanding and setting up.

    I have to ask you a few more little things while I get started.
    I hope it doesn’t take up too much of your time

    PRICE__________
    SITUATION:
    I have a problem with a site that has prices appearing with load popup
    (https://www.manicomixdistribuzione.it/HARRY-POTTER—POP-FUNKO-VINYL-FIGURE-131-HARRY-FLYING-W/-WINGED-KEY-9CM.html)

    I have to be registered, but then the real price only appears if I put the mouse over it (the black box).
    I saw that the box is generated in real time. There is no class and div before you hover over it.
    Alternatively, I know that the price in the black box is visible price – 60%

    QUESTION1:
    Is there a way to set the price increase (like in the plugin settings) only on one site and not on all sites? So as to put “visible price – 60%”
    QUESTION2:
    Is there a way to open the wholesaler discount price popapp via your plugin? maybe a hover or a jquery?

     

     

    DEFINITION OF THE VISUAL CLASS:_________________
    when you visibly select a div content it often comes out:

    //*[@class=’std’]
    //*[@id=’productForm’]/ol/li/div/a

    Now I have a complicated complicated price div
    The price class is “mainPriceAmount”, but this class appears about 20 times in the document, so I need to identify the “mainPriceAmount” class but only inside “detailsBox”
    < div class=”detailsBox” >
    < table >< tbody>
    < tr class=”price”>
    < td data-label=””>
    < h3 class=”mainPrice”>
    < span class=”mainPriceAmount”>58.49</span>

    How do I write the string correctly? Like this
    //*[@class=’detailsBox’]/table/tbody/tr/td/[@class=’mainPrice’]/[@class=’mainPriceAmount’]

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