• [Solved] 2 problems:

    1. There is a bug when this is the only shipping method, it doesn’t work.
    2. I changed maximum weight limit to 20.000 and it worked.

    Didn’t work on Woodmart theme. Tried it on a new website with only the bare minimum:

    WordPress Version 6.4.1

    PHP Version 7.4 up to 8.2 (tried all of them)

    Theme: Twenty Twenty-Four

    Plugins: Woocommerce, BOX NOW

    Still didn’t manage to get it to work. I contacted support many times during the last months but no one helped me solve this issue.

    Great company with great prices but it doesn’t matter if you can’t use the plugin.

    • This topic was modified 2 years, 6 months ago by BERJAYAXenophon Venios. Reason: Added new information
    • This topic was modified 2 years, 6 months ago by BERJAYAXenophon Venios. Reason: Problem fixed
    • This topic was modified 2 years, 6 months ago by BERJAYAXenophon Venios.
    • This topic was modified 2 years, 6 months ago by BERJAYAXenophon Venios.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter BERJAYAXenophon Venios

    (@xenoveni)

    I updated my website information above and also sent you an email at ict@boxnow.gr. I’m waiting for your reply

    το πρόβλημα λύθηκε γιατί δεν το μοιράζεστε εδώ

    η κοινότητα γι’αυτό τον λόγο είναι . όχι για να αντιμετωπίζουμε πρόβλημα.

    Thread Starter BERJAYAXenophon Venios

    (@xenoveni)

    Ενημέρωσα τον τίτλο και το post με το που λύθηκε το πρόβλημα πριν 4 μήνες. Η λύση στο πρόβλημα μου είναι γραμμένη πάνω πάνω στο post.

    Καλησπέρα,

    Αντιμετωπίζω το ίδιο πρόβλημα.

    Είδα τη λύση που πρότεινες, όμως δυστυχώς δεν κατάφερε να λειτουργήσει το box now.

    Θα μπορούσες να δώσεις περισσότερες λεπτομέρειες για τη λύση;

    Με ποιον τρόπο άλλαξες το maximum weight; Για το shipping method, πόσες άλλες επιλογές;

    Σε ευχαριστώ!

    Thread Starter BERJAYAXenophon Venios

    (@xenoveni)

    Καλησπέρα! Στο woocommerce > settings > shipping, στις ρυθμίσεις του box now έχει ρύθμιση max weight. Επειδή έχω το eShop ρυθμισμένο σε γραμμάρια, έβαλα εκεί 20000 max weight και μου λειτούργησε. Έχουν όλα τα προϊόντα attribute βάρος? Είναι ρυθμισμένο σε γραμμάρια ή σε κιλά το eShop? Με επιλογές αποστολής μόνο μια ακόμα είχα προσθέσει.

    Καλημέρα,

    Το plugin διαβάζει το βάρος των προϊόντων ως εξής:

    $weight = $cart_item['data']->get_weight();

    Καλό θα ήταν να μετατρέπει τις τιμές σε κιλά, π.χ.:

    $weight = floatval( wc_get_weight( $cart_item['data']->get_weight(), 'kg' ) );

    Με αυτό τον τρόπο μπορείτε να είστε σίγουροι ότι το $weight είναι σε κιλά, άσχετα από τη μονάδα που χρησιμοποίησε ο διαχειριστής του eshop.

    Δείτε εδώ για περισσότερα: https://woocommerce.github.io/code-reference/files/woocommerce-includes-wc-formatting-functions.html#function_wc_get_weight

    Αλέξανδρος

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Solved] Doesn’t work’ is closed to new replies.