If you also want to incorporate my fix for Warning the User about entering Vouchers, Coupons and Reward Points to the mini Cart as per this vQmod:
http://forum.opencart.com/viewtopic.php?f=131&t=38144
(which fixes the header Checkout text link)
Download this vQmod Instead of the vQmod in the first post above.
http://forum.opencart.com/viewtopic.php?f=131&t=38144
(which fixes the header Checkout text link)
Download this vQmod Instead of the vQmod in the first post above.
Hello Simon
found this last one quite useful
Trying to translate it into portuguese-pt, however when using portuguese-pt through the admin setup, on the shop on the radio button to view cart I always get "button_viewcart" statement instead of 'Ver Carrinho'
<file name="catalog/language/portuguese-pt/portuguese-pt.php">
<operation>
<search position="replace"><![CDATA[$_['button_checkout'] = 'Checkout';]]></search>
<add><![CDATA[$_['button_checkout'] = 'Checkout';
$_['button_viewcart'] = 'Ver Carrinho';]]></add>
</operation>
</file>
using
<file name="catalog/language/english/english.php">
leads to the same result. Would be great to have this on both languages, but if unavailable my choice is of course the local portuguese one
What am I missing here ?
thks
found this last one quite useful
Trying to translate it into portuguese-pt, however when using portuguese-pt through the admin setup, on the shop on the radio button to view cart I always get "button_viewcart" statement instead of 'Ver Carrinho'
<file name="catalog/language/portuguese-pt/portuguese-pt.php">
<operation>
<search position="replace"><![CDATA[$_['button_checkout'] = 'Checkout';]]></search>
<add><![CDATA[$_['button_checkout'] = 'Checkout';
$_['button_viewcart'] = 'Ver Carrinho';]]></add>
</operation>
</file>
using
<file name="catalog/language/english/english.php">
leads to the same result. Would be great to have this on both languages, but if unavailable my choice is of course the local portuguese one
What am I missing here ?
thks
yes I understand that, but seems to me 'button_viewcart´ does not exist in any language file and is being created locally on the vqmod, that´s why I am unable with my limited knowledge to control its contents, but maybe Simon can help
yes, it is a new definition, so you should be able to just manually add to your language file:
$_['button_viewcart'] = 'Ver Carrinho';
$_['button_viewcart'] = 'Ver Carrinho';
I have this working fine in 1.5.1.3, so not sure why it isnt finding the search for you.
Make sure you have the latest vqmod installed.
Maybe you have another vqmod working on the same file/code
Open the vqmod file and check the file it is having problems with and if need be, copy/paste the code you find into the search tag of the vqmod file
Make sure you have the latest vqmod installed.
Maybe you have another vqmod working on the same file/code
Open the vqmod file and check the file it is having problems with and if need be, copy/paste the code you find into the search tag of the vqmod file
Who is online
Users browsing this forum: No registered users and 3 guests