oxyhydrogen1987
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop eCommerce] Pictures and Language Problemsi only can Translate it is with This here…but its not soo cool
add_filter(‘gettext’, ‘translate_reply’);
add_filter(‘ngettext’, ‘translate_reply’);function translate_reply($translated) {
$translated = str_ireplace(‘Proceed to checkout’, ‘Zur Kasse gehen’, $translated);
return $translated;
}And one other Question too, at my Product Page it says: In stock (x available) how i can Translate this i dont finde any option for this
Okay and my Problem with the Gallery is it dosent work at all.
I Create a New product add some text add an Thumbnail all this works, but wehn i want to add more Pictures of the product and Upload some in the Gallery as soon i press Save
the picrures are gone and its says “For this product, gallery has not been created yet”- This reply was modified 9 years ago by oxyhydrogen1987.
- This reply was modified 9 years ago by oxyhydrogen1987.
- This reply was modified 9 years ago by oxyhydrogen1987.
Forum: Plugins
In reply to: [Jigoshop eCommerce] Pictures and Language ProblemsOkay i try it with an capital “C” and small “c”
# @ jigoshop
#: ../shortcodes/cart.php:186 ../shortcodes/cart.php:210
msgid “Proceed to checkout →”
msgstr “Zur Kasse gehen →”I edit the .mo and .po File, but its still in English =)
- This reply was modified 9 years ago by oxyhydrogen1987.
- This reply was modified 9 years ago by oxyhydrogen1987.
- This reply was modified 9 years ago by oxyhydrogen1987.
Forum: Plugins
In reply to: [Jigoshop eCommerce] Pictures and Language ProblemsWith the gallery – do you mean the gallery in Jigoshop’s Core, or an external plugin?
Its the Jigoshop’s Core
Okay here is an Exampel: On the Homepage it´s Proceed to Checkout → (&rarr ; )
In Po Edit its: Proceed to Checkout → (&rarr ; )
In German its: Zur Kasse gehen →(&rarr ; )But its still in English
- This reply was modified 9 years ago by oxyhydrogen1987.
- This reply was modified 9 years ago by oxyhydrogen1987.
- This reply was modified 9 years ago by oxyhydrogen1987.
- This reply was modified 9 years ago by oxyhydrogen1987.
Forum: Plugins
In reply to: [Jigoshop eCommerce] Partially English words instead of GermanI have the same Problem, i also so try to edit the .po file and in my .po its all German ….(with Poedit) also try it with Loco Translate and some more stuff…but there are some words/buttons that are still in english like the Proceed to Checkout button or the return to shop button…and some more. Any Advise for me ?
- This reply was modified 9 years ago by oxyhydrogen1987.
- This reply was modified 9 years ago by oxyhydrogen1987.