checkitout icon indicating copy to clipboard operation
checkitout copied to clipboard

Magento CheckItOut! extension, the checkout framework for Magento 1.x

Results 11 checkitout issues
Sort by recently updated
recently updated
newest added

Hi, I'm getting the following javascript errros in magento administration **System > Configuration > CheckItOut! Extension**. Here are the errors ``` prototype.js:5557 Uncaught TypeError: Cannot read property 'get' of undefined...

It seems that the settings (in admin) cannot be saved in Magento version 1.9.3.4 above (tried it with 1.9.3.4 and 1.9.3.8). In version 1.9.3.0 saving the settings works correctly. Any...

It seems that CheckItOut extension does not support Payment Method fees. For example, Cash on Delivery cost is not added/removed from order totals, whenever user changes selected Payment/Shipping method. (I've...

When a user fails to select a shipping method the validation message is not showing. I am seeing this on multiple sites, can anyone confirm or offer a solution? I...

Setting Show Comment Field to Yes shows the text area on checkout but I can't see the comment saved anywhere with the order. Am I missing something? Magento 1.9.3.3 and...

Are there any plans to include the SUPEE-9767 changes? Currently formkey validation in e.g. `OnepageController::savePayment` etc. is missing.

I need a frontend developer to create a new layout as described in the following blog post: http://www.ecomdev.org/2012/11/29/magento-checkout-extension-ideas-architecture-revealed.html (Layout Handles section) Please comment this issue with your intention to help,...

help wanted

A quick scan indicates that it's not available under the `ecomdev` namespace. https://packagist.org/packages/ecomdev/

Because a step does not send data to the server if it is already in the process of sending data then there is the possibility of the data that the...

bug

The saveBilling(others?) action always reloads the shippingMethods html because the second stepHash which is used for comparison contains deleted rates. EcomDev_CheckItOut_OnepageController::saveBillingAction() .. $result = $this->getOnepage()->saveBilling($data, $customerAddressId); causes the current rates...