Hello again,
since I havent got a reply on my last mail, ill try it here again.
Ill post our conversation here, just so that maybe someone else can give an insight.
I really hope we can get to a sollution here because now this invoice component isnt fully compatible with VM2.0.
my reply to that
Hello Marcel,
Thanks for your reply. I understand this to some point.
But now you are just telling me your component isn’t fully compatible with virtuemart.
This is weird because the customer text input is a feature of virtuemart since the release of VM 2.0.
I have reported a bug in the custom dropbox before (see:
www.artio.net/vm-invoice/vm-invoices-changelog (proper attribute title for Custom Field Dropbox Plugin) and
www.artio.net/support-forums/vm-invoice/...ttribute-title#35554 ) For that one you guys made a good bugfix, so that one is working now.
Thanks in advance.
reply
Hello,
you are right, component takes title from table virtuemart_order_items.
It's easier for us to do it like this, instead of joining more tables.
From this point it's "mistake" on VirtueMart side, because we are not responsible what do they generate to database.
But we can offer you a paid support and modufy some classes to work well for you.
With kind regards,
First mail
Hello,
In my database I did some digging,
It seems your component takes the tilte from the table virtuemart_order_items there I find the following:
{"7169":" <span class=\"costumTitle\">Kleur<\/span><span
class=\"costumValue\" >Zwart<\/span>","7193":" <span
class=\"costumTitle\">Afmeting<\/span><span class=\"costumValue\"
>5.5x14
cm<\/span>","7195":{"textinput":{"comment":"test"}},"7198":{"textinput
":{"comment":"test2"}}}
As you can see for the textinput plugin there is stated comment.
I think the component should take the title from the table virtuemart_customs.
There you can see the custom title being what it should be.