Hi,
I have a working drupal commerce site with lots od commerce modules installed. I want to set the prices as a price table as explained in the nice screencast: http://www.commerceguys.com/resources/articles/271
But when I use the module, I got different behavior...
A picture says more than 1000 words...thats why I placed my problems in the screenshot. I have installed the module, and set the price table field standard because of other issues within the issuequeue.
When I add the price table figures it goes ok, see 1)
But when I show the price table 2) it shows for all ranges the same price, which is the regular price!
3) When I show the price table using Inline Entity Form widget, the prices show correctly
But the prices are never correctly calculated...
Could it be that somehow the table itself is not correctly filled within the module?
Thanks a lot in advance for helping me!
Greetings, Martijn
| Comment | File | Size | Author |
|---|---|---|---|
| Slide1.jpg | 84.92 KB | summit |
Comments
Comment #1
summit commentedHi,
I got the price table listed with the following things changed:
- No Commerce Backoffice implementation. I use the product-clone method where Backoffice is not needed anymore: https://drupal.org/node/2031865
- Commerce Price Rule gives aggregate default error with patching: https://drupal.org/node/2172423
But without changing the rule, the price table gets listed on node-level!!!
When I go into the rule and set the deafult using aggregate, the rule doesn't have errors anymore, but then the price table itself is not working anymore. All ranges get the same prices shown which is the basic price with VAT.
Therefore I think the pricing rule is not correct. Something to do within commerce_price_table_rules.inc with:
Can anybody help please with this?
PM I can give site admin info.
greetings,
Martijn
Comment #2
summit commentedHi,
Am I the only one with this problem?
I do not see where the problem is? Can anyone help me with this please?
I can give login credentials to the one who is willing to help me?
Just don't now how to get this working.
Thanks a lot in advance,
greetings,
Martijn
Comment #3
summit commentedHi,
I got it working by bringing Drupal Commerce Stock to the latest .dev version..
I saw somewhere that those rules could interfere...
Greetings, Martijn
Comment #4
rszrama commentedSounds like this was fixed after addressing a module conflict. Sorry this took so long to follow-up.