bug with shipping address
Hi,
I think i found a bug.
when a user checksout they are asked the billing and shipping, for some reason when you leave teh shipping to be the same as billing, everytime the system saves teh shipping address to the users profile again and again.
i had to delete teh same address in teh users profile many many times! and its the same exact address just the system saved it each time the user placed an order!
Comments
Check this
Hi
Check these:
http://drupal.org/project/commerce_addressbook (read just where says "Important")
http://drupal.org/node/1308754 (here's the solution)
Thanks
ok i see the issue is known.
ok i see the issue is known. however the second link that you said is the solution, i am really lost here, there are patches a few of them, which one do i need and i have no clue what to do with them. or am i completely not understanding whats going on?
Check this
Hi,
Here you can learn how to apply a patch:
http://drupal.org/patch/apply
Thanks
this info help but how do i
this info help but how do i find where the directory is for this patch.
in the instructions you sent me it says to place the patch in the correct path or directory but how do i know where that is for this module? its not in /sites/all/modules, so where would it be and how in future can i find this info?
i tried applying the patch
i tried applying the patch however i get an error: modules/order/commerce_order.modul no such directory of file. i am running from teh root!
am i doing something wrong?
hi i tried everything, there
hi i tried everything, there is something wrong with this patch, if you open the patch it trying to change /modules/order/commerce_order.module but there is no such directory or file, can you please help me with what i am doing wrong. i tried to put the patch in the root directory and apply it from there but i get the error no such file, becuase there is no such file nor even such a directory.
thanks
Here's more help
Hi,
Ok, I'll give you more help
commerce_order.module is here: (this path is in your hosting)
profiles/commerce_kickstart/modules/contrib/commerce/modules/order
Are you using windows, linux or mac? (your machine, not the hosting)
This info will help you to apply the patch
If you want there's a module to manage patches too:
http://drupal.org/project/patch_manager
Thanks
i am using a windows computer
i am using a windows computer. the server is centos 6.
how would someone go about finding a path to somewhere?
thanks for the extra help.
Try this
Hi,
Follow these steps:
1. copy all the files in profiles/commerce_kickstart/modules/contrib/commerce/modules/order
into your local machine (let's say c:\patched_module)
2. copy the patch that you want to apply to: c:\patched_module)
3. Follow these steps: http://drupal.org/node/75790#comment-2615716
Or check these videos:
http://www.youtube.com/watch?v=nTMfZHwJ47U
http://www.youtube.com/watch?v=i-oe7_qHreY
Thanks
thank you. i would have
thank you. i would have never found how to do this on my own!
i appreciate the extra help