Closed (fixed)
Project:
Commerce Ajax Add to Cart
Version:
7.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2016 at 10:46 UTC
Updated:
20 Jun 2017 at 06:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sergeimalyshev commentedComment #3
tomdisher commented#2 worked for me, thanks!
Comment #4
arefen commentedpatch #2 doesn't work for me.
Comment #5
sergiivelykodnyi commentedpatch #2 worked for me. Thank you!
Comment #6
Anonymous (not verified) commentedPatch #2 cause a Jquery error with version 1.10.
You should also add the following code on line 367
drupal_add_library('system', 'drupal.ajax', TRUE);Sorry I don't have access to GIT at the moment.
Comment #7
mrpauldriver commentedThe patch appears to be broken.
Applied to 7.x-2.1
Can anyone help?
Comment #8
subhojit777try this:
-
cdinside the module directory-
patch -p1 < dc_ajax_add_cart.moduleComment #9
mrpauldriver commentedQuick reply. Thanks. Didn't work though.
Comment #10
mrpauldriver commentedAny chance of a dev commit with the patch applied?
Comment #11
mrpauldriver commentedI also tried to apply manually, but the line to be replaced doesn't seem to match. I guess this is why the patch is failing.
Comment #12
subhojit777You are using 2.1 version?
Comment #13
subhojit777If you are using 1.3 you will find the code here http://cgit.drupalcode.org/dc_ajax_add_cart/tree/dc_ajax_add_cart.module...
If using 2.1, http://cgit.drupalcode.org/dc_ajax_add_cart/tree/dc_ajax_add_cart.module...
Comment #14
mrpauldriver commentedYes 2.1 . Have not tried 1.3
Thanks for the links. Sorry to say, still finding exactly the same problem when trying to apply the patch.
Comment #16
subhojit777