Forum Replies Created
-
AuthorPosts
-
February 21, 2024 at 4:28 pm in reply to: Products from https://www.giochigiachi.it/prodotti #9921
Has send email
-
February 20, 2024 at 8:04 pm in reply to: Products from https://www.giochigiachi.it/prodotti #9916
This reply has been marked as private. -
February 20, 2024 at 8:03 pm in reply to: Products from https://www.giochigiachi.it/prodotti #9915
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 timePRICE__________
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/aNow 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’] -
AuthorPosts