• [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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author boxnow

    (@boxnow)

    Thank you for reaching out to us , our plugin has specific function requirements. Could you provide us your php and wordpress version in order to investigate ? You can reach out to us at: [email protected]

    Thread Starter Xenophon Venios

    (@xenoveni)

    I updated my website information above and also sent you an email at [email protected]. I’m waiting for your reply

    το πρ?βλημα λ?θηκε γιατ? δεν το μοιρ?ζεστε εδ?

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

    Thread Starter Xenophon Venios

    (@xenoveni)

    Ενημ?ρωσα τον τ?τλο και το post με το που λ?θηκε το πρ?βλημα πριν 4 μ?νε?. Η λ?ση στο πρ?βλημα μου ε?ναι γραμμ?νη π?νω π?νω στο post.

    Καλησπ?ρα,

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

    Ε?δα τη λ?ση που πρ?τεινε?, ?μω? δυστυχ?? δεν κατ?φερε να λειτουργ?σει το box now.

    Θα μπορο?σε? να δ?σει? περισσ?τερε? λεπτομ?ρειε? για τη λ?ση;

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

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

    Thread Starter Xenophon 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 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Solved] Doesn’t work’ is closed to new replies.