1
price-comparison-pro Product: Price Comparison Pro
Need to alter HTML to set Last Checked using CSS so users can change this.
Related Ideas
Out of stock needs to be more accurate
approved2 years agoChecking for out of stock products was not working great. If the CSS or xPath selector was not working, it would think the product was out of stock -...Read more
Decimals/thousands separator not correctly identified when comma thousand used but no decimals in price
completed2 years agoSee this product for example: https://shopee.co.th/RICOH---SP-C250DN-C250SF-C260DNw-C261DNw-C261SFNw-i.66693213.1418425561 The price is 3,263 but it...Read more
Images not updating on screen and not saving to DB
declined2 years agoA report has been made over chat that images are not updating automatically on screen when being scraped. Separately, the user is reporting the image...Read more
May 30, 2019 @ 11:49 am
Fixed in dev version. Now there is a span like this:
And css like this:
.lastchecked:before {
content:”Last checked:”;
}
So you can override the text through CSS.