News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

de-DE.com_virtuemart for the RC3J/K

Started by kpg, December 13, 2011, 22:18:23 PM

Previous topic - Next topic

kpg

Hi,

After the upgrade to the RC3 version of VM the de-DE.com_virtuemart needs some changes. Because the shipmentmehod has changed you need to add some lines.

After Line 1461 or where ever you want. ;-) But i think it is the best if it is in order.

COM_VIRTUEMART_SHIPMENTMETHOD="Versandart"
COM_VIRTUEMART_SHIPMENTMETHOD_S="Versandarten"
COM_VIRTUEMART_SHIPMENT_LIST_DESCRIPTION_LBL="Versandbeschreibung"
COM_VIRTUEMART_SHIPMENT_NAME="Versand Namen"
COM_VIRTUEMART_SHIPMENT_NAME_LBL="Versand Namen"
COM_VIRTUEMART_SHIPPINGCARRIER="Versandart"
COM_VIRTUEMART_SHIPPINGCARRIER_S="Versandarten"

And then the Backend should look and make more sence.  :D

regards

[attachment cleanup by admin]

jjk

Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

kpg

Hi,

:) Yes i saw this mistake about  30 sec after the i wrote the topic.

Never mind.

Thanks for the hint.

But as  you are a expert for the ini's. Could you tell me where i can find and change the lines for the string Price of the Customer fields for the cart variant?
Quote from: kpg on December 13, 2011, 21:29:35 PM
One more thing. bevor i searching too long. Could you tell me, where i can change the language string of the Custom Fields? I want to change the string Custom Field Type    Cart Variant. Because when i made a selection of sizes with no Price (o) it shows "free (i belive in english and kostenlos in German)". But this produces some confusions by the customers. They thinking, that it is free. It shold be possiible to add a chosen word in the space "Price" if i don't want to add a + or - Price.

Thanks / Besten Dank

jjk

In the file YourJoomlaRoot\language\de-DE\de-DE.com_virtuemart.ini around line 70
COM_VIRTUEMART_CART_PRICE_FREE="kostenlos"
Just erase the "kostenlos" or "free" but leave the quotation marks so it becomes
COM_VIRTUEMART_CART_PRICE_FREE=""
...or write something like "same price" or "no additional cost" or "+ 0 Euro"
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

kpg

Hi,

Thanks. I made the changes.  :)

regards