-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove angularJS dependency in prestashop and use same standalone PHP component #149
Comments
Alright. |
Removing AngularJS and using the checkout.js from blockonomics/woocommerce-plugin#276
Do we add these component since we want our checkout.js to be uniform across platform? Or we simply comment these in javascript for now, since we are looking to properly handle errors anyway - blockonomics/woocommerce-plugin#279
|
Both of these can be included in the Prestashop module as these form part of the checkout and should only affect the frontend.
Is there a reason we are using caps in Prestashop? We should try resolve this in PS rather than changing the checkout JS.
Using Let's not make changes until the woocommerce release has been finalized. |
We can create a separate github repository to contain the checkout php, js, and css. Some limitations include:
|
Yes, we are doing it to display the $crypto['code'] in checkout page as shown below So, we can just remove these lines so that it isn't passed in caps to payment.tpl and in our smarty template, just do |
Copy blockonomics/woocommerce-plugin#276
Few things to think about:
The text was updated successfully, but these errors were encountered: