blazadidle
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Spreadplugin] Incorrect price shown on blogHi Thimo
Sorry for the delay, I’m away at the moment but thanks for asking.
I had a bit of trouble with setting it to display only a certain category. I had intermittent issues with adding things to my basket and they get added at a much cheaper price – I figured that was spreadshirt api though and have set it up to display as an iframe temporarily.
Just wanted to reply so you know I wasn’t ignoring, I’ll see if I can figure out any more info for you when I’m back. Thanks =)
Forum: Plugins
In reply to: [WP-Spreadplugin] Incorrect price shown on blogYeah that’s the site =), I’ve just updated the css so it shows both prices again, the top price is net the second is brut – to me they’re shown as two different prices.
The problem with the basket I mentioned in my edit seems to have disappeared though so must have been a weird temporary spreadshirt issue.
Thanks for your time
Forum: Plugins
In reply to: [WP-Spreadplugin] Incorrect price shown on blogI had a look through the code and I found the problem.
Where your code pulls the prices, you had it pull the net price for both, the second should have been pricebrut, like this:(empty(self::$shopLocale) || self::$shopLocale==’en_US’ || self::
$shopLocale==’en_GB’?number_format($article[‘pricebrut’],2,’.’,”)
EDIT –
However I’ve now got the problem that when I add an item to my basket from my wordpress website the price is waaaaay cheaper than it should be when you look at it in the spreadshirt basket.Forum: Plugins
In reply to: [WP-Spreadplugin] Incorrect price shown on blogI have done this in the CSS, so it only shows the price with tax, however the price shown on wordpress is still the price without tax.
The problem being that my wordpress website advertises the full price as less than it actually is.
Thanks for your reply, I’ll see if I can get any help out of spreadshirt!