Git Product home page Git Product logo

woocommerce's Introduction

Build Status

wallee

This repository contains the wallee plugin that enables WooCommerce to process payments with wallee.

To use this extension, a wallee account is required.

Requirements

  • Wordpress 6.0 or later
  • Woocommerce 8.0 or later
  • PHP version supported by the Wordpress/Woocommerce version.
  • (For previous versions, see table below)

Documentation

Support

Support queries can be issued on the wallee support site.

Supported versions


WooCommerce version Plugin major version Supported until
8.x 3.x Further notice
7.x 2.x Feb 2024

License

Please see the license file for more information.

woocommerce's People

Contributors

alberto-wallee avatar alejandrososa avatar andrewrowanwallee avatar bhrugesh-linksture avatar edgaraswallee avatar nicoeigenmanncw avatar saschakruesi avatar sbossert avatar theodorspringwallee avatar vttn avatar wallee-deployment-user avatar wiesys avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

woocommerce's Issues

Stop Wallee Email to Custoer

Hello,

I Tried to stop Wallee email to send to customer when they place an order as I'm trying to manage emails because one email already sent by Woocommerce and other email from wallee i want to stop so please let me know the process how could i stop wallee email.

Thanks,

WooCommerce support

Hi everyone,

I really like the new flag "Tested with WooCommerce version X". In the past there were several cases were an untested version of Wallee broke in combination with WooCommerce.
Sadly the version of WooCommerce growing fast right now. WooCommerce is in verison 8.2.2 right now, Walle is only tested to Version 8.0.0. We stopped automatic updates for both plugins as long as they are not matching.

The current version of wallee in github is tested and released against 8.1.1 but this version is not released to the automatic wordpress plugin updates. What is the reason for this?

Is there any suggestion how to go on with this in future or to create any automatic system to test wallee against the fast growing woocommerce version without us waiting for a tested and released version as long as nothing breaks?

English text

Really nitpicking here, but IMHO the english text in the Wallee setup screen should read
"Send Woocommerce order email" (instead of "Send the Woocommerce's order email")
"Allow customers to download the invoice" (no apostroph)
"Allow customers to download the packing slip." (no apostroph)

Attaching Wallee Innvoice to WooCommerce

I'm trying to modify the plugin so that WooCommerce is sending e-mails, but by attaching the Wallee PDF (invoice) to the WooCommerce e-mail. Can you give me a headstart on which Endpoint I would need to use?

Bug with coupons activated

When an user adds a coupon with a fixed price reduction or a percentage value then the checkout can't be done... getting following error message in Woocommerce frontend

The item total '128.42CHF' does not match the order total '143.41CHF'.

The original price would be 149.90
10% percent discount of 14.99
Total 143.41

A payment through another payment gateway like cash or prepayment works well

Wordpress: 6.2.2
WooCommerce: 7.7.2
Wallee: 2.1.17

what update ?

Die neue Version funktioniert schon wieder nicht.!!! 2 update !! same error !

Payment page not working

Hi,

When the customer aborts during the payment process (when the payment is pending), my woocommerce installation sends the customer an email with a link to pay for the order ($order->get_checkout_payment_url()). However if the customer selects a wallee payment gateway, nothing happens until forwarded to a json. Any easy idea how to make this page work?

Thanks.

image

Orders won't change to processing anymore

Hi there,

Since around release 1.5.4 our orders won't change to status processing after the payment was successful. I neared the problem down to this commit: 0d45ca8#diff-49856b57d61947bf3f688209105b5afdaee2720cd0aa98a5fbd9d54077e378bdL124-L130
I don't know exactly where the problem happens.
Right now, all orders hang on OnHold, even when the transaction in wallee was successful, which doesn't allow us to directly see new orders and their correct status within woocommerce.
Could you please take a look into this problem. Feel free to ask when you need more information.

Best regards,
John

Bug with coupons activated still exists

Hi

we were in contact 3 days ago with this ticket #28

Unfortunaltey your solution didn't work and now we get the following error

Is there an update available for your plugin? We are missing a lot of payments because people can't pay at the moment

Thank you

Bildschirmfoto 2023-06-15 um 09 32 22

Critical fault by entering admin or checkout

Good morning,

Today the plugin was updated from version 1.7.18 to 2.0.6 on our website. Since then, we are no longer able to access the admin dashboard. Following error we receive:
WordPress-Version 6.0.3
Aktuelles Plugin: wallee (Version 2.0.6) PHP-Version 7.4.32

Fehler-Details

Ein Fehler vom Typ E_ERROR wurde in der Zeile 424 der Datei /home/httpd/vhosts/partyup.ch/httpdocs/wp-content/plugins/woo-wallee/includes/class-wc-wallee-helper.php verursacht. Fehlermeldung: WC_Wallee_Helper::get_clean_locale_for_string(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "Wallee\Sdk\Model\RestLanguage" of the object you are trying to operate on was loaded before unserialize() gets called or provide an autoloader to load the class definition

The frontpage is currently working. But the checkout page is failing also. I hope for a fast fix.

In the meanwhile, I downgraded to 1.7.23

Best regards,
John

PHP Notice: wpdb::prepare was called incorrectly

Hi, I came across the following PHP notice:

PHP Notice: Die Funktion wpdb::prepare wurde fehlerhaft aufgerufen. Die Abfrage enthält nicht die korrekte Anzahl von Platzhaltern (2) für die Anzahl der übergebenen Argumente (1). Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 4.8.3 hinzugefügt.)

After some digging, I found that in the file class-wc-wallee-entity-attribute-options.php on line 80, there is a small mistake in the usage of the $wpdb->prepare() method.

$wpdb->prepare(
    'SELECT * FROM %1$s WHERE attribute_id = %2$d',
    $wpdb->prefix . self::get_table_name() .   // line 80
    $attribute_id
), 

At the end of the line, a ',' comma should be used instead of a '.' period:

$wpdb->prefix . self::get_table_name() ,

Please let me know if there are any further details or clarifications required.
Would you be open to me creating a pull request to address this issue?
I hope I was able to be helpful.

Thank you!

Wallee checkout is not added automatically to checkout page

I have problem that I installed the plugin and I have the wallee account configuerd but in the chack out page there is no any walle payment methods even I added master and visa card,

is there some code must be provided to add in the woocommer-checkout templates? to add wallee?

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.