Needs review
Project:
Ubercart Price Quotes
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2009 at 02:07 UTC
Updated:
13 Oct 2010 at 14:57 UTC
The release candidates changed the uc_product_price, so enabling this module will prevent viewing any product unless the module is updated to the new convention.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_quotes-update.patch | 767 bytes | imaginaryboy |
Comments
Comment #1
pareen commentedIs this still required? uc 2.0-rc7?
Also, please tell me how to apply this patch (or provide some link where I can understand how to apply a patch in Drupal).
I searched on Drupal.org and Google. But no such instructions.
Thanks in advance.
Comment #2
matteoraggi commented+ add the line
- delete the line
lines without signs are just to see where you are: http://drupal.org/node/534548
I'll be glad to help you for any problem about it, good luck an tell us how it is going the test please!
Comment #3
jaystar commentedMaybe it's clear to everyone else, but what file am I supposed to apply this patch to? I searched all Ubercart 2.2 components for the code to change but could not find it anywhere.
Comment #4
pietdepauw commentedPatch works for me, thanks! Much appreciated.
Jaystar:
You need to patch modules/ubercart/uc_quotes/uc_quotes.module
Go to line 218 an compare with the patch.
Remove any line with "-" in front of it from the module.
Add any line with "+' in front of it to the module. (and remove the prefix "+" ofcourse)
Leave any line without a prefix as it was.
good luck!
Comment #5
grub3 commentedTo apply a diff, use patch command.
If you are running Windows:
http://gnuwin32.sourceforge.net/
Download and patch:
http://gnuwin32.sourceforge.net/packages/patch.htm
Also, some SVN managers may include patch and provide an interface.
As I am using GNU/Linux, I cannot help you more with Windows.
Comment #6
paskainos commentedI was having this issue too, and this patch fixed it!