Git Product home page Git Product logo

magento-1's People

Contributors

andrewrowanwallee avatar edgaraswallee avatar sbossert avatar schurter-wallee avatar theodorspringwallee avatar thomashunziker avatar victoralbala avatar vttn avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

magento-1's Issues

Call to getMethodInstance() on Mage_Sales_Model_Order_Payment of a Wallee order

In Magento, for example with the Magento Paypal payment method paypal_standard, when calling call $order->getPayment()->getMethodInstance() it returns the object Mage_Paypal_Model_Standard. When doing the same with a Wallee payment method, it will just trow an error The requested Payment Method is not available. coming from app/code/core/Mage/Payment/Model/Info.php:82 because $this->hasMethodInstance() return false where it should return true.

Cannot read property 'validate' of null in aw-onestepcheckout.js

Hi,

we installed the latest version of AheadWorks OnestepCheckout Extension (1.3.11) and after setting a Wallee Payment Method and finishing the checkout process by clicking the buy btn, we get this Error Message in the console :
Uncaught TypeError: Cannot read property 'validate' of null at klass.validate (aw-onestepcheckout.js:57) at klass.<anonymous> (prototype.js:391) at klass.validate (prototype.js:429) at klass.placeOrder (form.js:54) at HTMLButtonElement.<anonymous> (prototype.js:391) at HTMLButtonElement.responder (prototype.js:5598)

Wallee_Payment is version 1.0.6

Any idea how to fix this?

Broken checkout when not configured

Currently the checkout breaks because this.informationUrl is set to null. Therefore a redirect is triggered to the cart. Also there is no option to enable/disable the payment method?!

	fetchInformation: function(callback) {
		if(!this.informationUrl) {
			return;
		}
		// ...
	},
	

Failed opening 'Wallee/Payment/Model/PaymentMethod1.php' for inclusion

Hi,

i installed the last commit in our test environment but the Payment Method is not shown in checkout and we see this error in the system.log "ERR (3): Warning: include(Wallee/Payment/Model/PaymentMethod1.php): failed to open stream: No such file or directory in .." and actually there is no such file only a template File Template.php.tpl. Can't find any installation instruction for this.

best
Steffen

UPDATE:
I've seen that you dynamically create the payment method classes but i dont know excactly how. we restrict access on our testsystem by http auth - can that be the problem?

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.