Replies: 1 comment 2 replies
-
For that xpath1, the current version won't do nicely. (despite the lxml's etree support some xpath function. But I won't fix it. Because new CD will support XPath2-3.1 with elementpath lib and I found the nice trick(sissaschool/elementpath#70).) But the unreleased new one(xpath2-3.1) will can do it. You can build it manually from the main repo if you want. (but because it will change your xpath, DO NOT FORGET BACKUP. BTW if you know With the new unreleased CD, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I notify the availability of stock?thank you.
Out of Stock
<button product-id="123" disabled>Add Stock</button>
In Stock
<button product-id="123">Add Stock</button>
//button[1]/@disabled
Get the value: disabled
//button[2]/@disabled
Warning, no filters were found, no change detection ran - Did the page change layout? update your Visual Filter if necessary.
Beta Was this translation helpful? Give feedback.
All reactions