Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.
Tagged: products, woocomerce
-
AuthorPosts
-
-
February 20, 2024 at 12:28 pm #9909
I got the plugin today, with very good expectations
But I got stuck at the first level of analysis:as you can see it is a product site (Italian).
The title of each product leads to the product sheet.
In Crawling Restrictions: I put visual and it puts:
//*[@id=”products”]/div[8]/div/div/h5which is the correct nested. Then sometimes it puts /a and other times just /5
But then it can’t open the product page with “Content Scraping Customizations:” it can’t open the visual
I haven’t found in your videos when it fails to do link analysis.
It seems simple as a site to me..I also tried with sitemap (see here: https://www.giochigiachi.it/robots.txt)
But the first page it searches for is the lost password page and I don’t know how I should treat it
I don’t know how to move forward
-
February 20, 2024 at 4:30 pm #9912
Hello,
First of all, thank you for your purchase.
Please try using the below config:
Scraper Start (Seed) URL / Keywords
https://www.giochigiachi.it/prodottiDo Not Scrape Seed URL:
checkedSeed Page Crawling Query Type:
ClassSeed Page Crawling Query String
productThis will allow the plugin to extract links from the page.
Let me know if this helped.
Regards, Szabi – CodeRevolution.
-
February 20, 2024 at 8:03 pm #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’] -
February 20, 2024 at 8:04 pm #9916
This reply has been marked as private. -
February 20, 2024 at 8:31 pm #9918
Send me temp admin login to your site and i check on this. My email is kisded@yahoo.com
-
February 21, 2024 at 4:28 pm #9921
Has send email
-
-
AuthorPosts
The topic ‘Products from https://www.giochigiachi.it/prodotti’ is closed to new replies.