Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for bart198x

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 03:30
  • Posts: 10
  • Profile Views: 4615
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Hello :)
Would someone write if that function would be added (or not) or how to include it - but for that I think I should write a ticket :)

I would sleep more calmly :).

Best regards.
Order password in vm ...
Category: Feature Requests
emo
VMinvoice 3.0.3 on vm 3.0.6.4 and joomla 3.4.1
Hello. Is there any simple mathod to get secret order password to be displayed on invoice with Your component (password what You get after making order as unregistered user, in my opinion, it should appears if such order password exists).
I was looking for it in invoice template configuration and did't found, I was looking something like {order_password},{secret_key} or something.
If there is no way to get that in 3.0.3 version, could it be added in new wersion?
I'm opening new shop in maybe two weeks, and I would like the shoppers to have that password on their invoice too.
If there is such option please write how to get that :) , because I can't find that.
Thanks in advance and best regards.

Lorenc Bartosz
Order password in vm ...
Category: Feature Requests
emo
OK.
For more cros-version compatibility:
administrator/components/com_vminvoice/views/order/tmpl/default.php
about the line 17
JHTML::_('behavior.mootools');

change to this:
if(JVERSION<3) { JHTML::_('behavior.mootools');
} else { JHtml::_('behavior.framework'); }


Logical condition, checking Joomla version and setting proper mootools injection method.

I made change of the previous verion deleting ',true' from :

JHTML::_('behavior.framework', true);

I think it's no need to load MooTools More libraries, and that 'true' was makeing it (was loading MooTools More libraries). If I'm wrong, just live that 'true' alone.

But that is more for developers information :). Because if someone install it on J3 and VM3 he wouldn't need both methods alternately.

The rest of thing looks fine - have a little problem with deleteing orders from vminvoice but looks to work fine now
don't know why ? :) but works.

THE END.
VM INVOICE and J3.3. ...
Category: Pre-sale Questions
emo
I am shocked but it looks like everything works as should:

After repair written above and config (without delivery note) invoices are creating as it is set in invoice template.
Plugin sending invoices automaticaly - if you don't have cron- works fine too.
Else functions I didn't test - only what I need, but I believe that they works too.

end topic.
VM INVOICE and J3.3. ...
Category: Pre-sale Questions
emo
Ok So I got "create new order" starting.

The reason of error was that joomla3 has mootools initialization changes in comparison with J2.5

file :
administrator/components/com_vminvoice/views/order/tmpl/default.php

line 18 (in version 2.0.39 form .xml file)
JHTML::_('behavior.mootools');

to
JHtml::_('behavior.framework', true);


and that's the changes
I will make functionality test later, for now I just get rid of the initial errors.
I will write later what is happenning :)
Maybe nothing... or everything :)
VM INVOICE and J3.3. ...
Category: Pre-sale Questions
emo
OK I did backup and start to make a fuss :)

On first look is ok (not tested at all, only first look)

The only error I see is : 500 JHtmlBehavior::mootools not found. on create new order.
Any idea?

Still waiting for answer.

oo and sorry J 3.3.6
VM INVOICE and J3.3. ...
Category: Pre-sale Questions
emo
My question is actualy in subject.
Sorry by sending mail with it to You, I've found forum later.
I'm building shop on that config etc. and I need to know if is compatibile or when would be, and VM3 for J3 is coming with big steps :) .

Thanks in advance.
VM INVOICE and J3.3. ...
Category: Pre-sale Questions
emo
Topic to delete.
there was a little problem with publicate vat tax rule 0%.
I was sure that it was publicated (it was showing in product settings etc.), finaly I found that somehow this calculate rule was NOT PUBLICATED. My stupidity, sorry.
Ewerything is fine for now :)
VAT 0% error
Category: Customer Support
emo
Hello.
I think (I may be wrong).
When I set the VAT (via istraxx eu vat checker) to 0% the invoice is send to me with VAT -100% why is -100% not 0% as it is set on product (everything is configured well, VAT rates are ok except this one 0%), even tax rate on shipping method is calculated ok to 0% (when is needed of course) but on product hmm... not
example on picture
tested for 0% and any other VAT rate
VAT 0% error
Category: Customer Support
emo
Simply request to make independent {order_sale_date} (date of sale on).
in 99% cases the date is the same as invoice date but some times, when customer make the bank transfer for his own the difference between order_sale_date and invoice date (date of posting the money on my account) can be even few days (weaks if some one forgot).
Besides most invoice in my country (Poland) have date of sale and invoice date (to be honest I don't know if that has to be by the law or not :) ).
I tried to reprogram that by my own (trying to add {order_sale_date} replacement field in php and db) with no luck :) .

And the second thing. Is there any chance to make {total-words} in polish (or any clue how to make it)?
Thanks in advance.

Lorenc Bartosz
Order date, and invo ...
Category: Feature Requests
More
User Login Empty