Variable Products with Xpath Stock Problem
-
Hello again
Thank you for great plugin.
I’m using contentedly.
But..
I’ve problem a xml for shoe’s store.
All shoes has variable sizes and sizes has different stock numbers.
I watched that video https://www.youtube.com/watch?v=F1NX4po0dsc&feature=youtu.be
and read about many document but i could not figured out about stock and their tutorials not included about stocks.I could provide an example :
<Stocks>
<Stock>
<Feature name=”Size”>40</Feature>
<Stockcount>1</Stockcount>
<StockCode/>
<StockPrice/>
</Stock>
<Stock>
<Feature name=”Size”>39</Feature>
<Stockcount>2</Stockcount>
<StockCode/>
<StockPrice/>
</Stock>
</Stocks>As you can see that example there is different shoe’s size and stock number but i could not figured out how can set up ?
And also there is another problem for discounted price.
In XML there is no sale price just has sale discount (eg: 15%, without percentage sign) but i could not put it sale price too.
Could you please help me?Thank you so much
- The topic ‘Variable Products with Xpath Stock Problem’ is closed to new replies.