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.

CommentFileSizeAuthor
uc_quotes-update.patch767 bytesimaginaryboy

Comments

pareen’s picture

Is 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.

matteoraggi’s picture

+ 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!

jaystar’s picture

Maybe 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.

pietdepauw’s picture

Patch 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!

grub3’s picture

To 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.

paskainos’s picture

I was having this issue too, and this patch fixed it!