Post by JAY6390 » Tue Mar 15, 2011 10:05 pm

Ah OK. Yeah its more a case of making updates to the product without it having to update the options by clearing them out and reinserting the same ones again for no good reason, and makes the issue mentioned by Allen that more frequent

Image


User avatar
Guru Member

Posts

Joined
Wed May 26, 2010 11:47 pm
Location - United Kingdom

Post by Qphoria » Tue Mar 15, 2011 10:18 pm

Well I can add my workaround that i mentioned for now. Mine isn't a real fix but will prevent the problem for now

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by WSurfer » Wed Mar 16, 2011 12:56 am

Hello all!

I was searching for this issue for few days now and I can't find answer, so therefore it may be bug just on my side.

I have OC 1.4.9.3 and when I add products to featured products module they get sorted automatically by date entered on both sides; frontend and backend in featured module box.

It doesn't matter in which order I insert them to box, after I'm pressing save, products get sorted by date inserted to OC.

Can some one just tell me which file should overwrite or something, because I really don't know how to solve this issue.

Best regards

http://playroom.si


New member

Posts

Joined
Thu Mar 11, 2010 5:17 am

Post by allenshea » Wed Mar 16, 2011 7:54 am

I think we have already talked about Download Order Status issue before, This is not a bug, but if we can make some change would be great.

Currently Download Order Status in Setting can only select with one Option, our shop is Pending, so clients can download the files after checkout. But now we have too many pending orders in admin. If we change the order status to Complete, then clients will not see what they have download before.

Do we have multiple selection for Download Order Status in 1.4? or we will have it in 1.5?
Download Order Status.jpg

Download Order Status - Download Order Status.jpg (33.35 KiB) Viewed 4883 times


I know nothing about PHP and SQL, but I still try my best to understand it.


Active Member

Posts

Joined
Mon Dec 14, 2009 10:01 pm

Post by JAY6390 » Wed Mar 16, 2011 8:54 am

baby steps allen, baby steps :-)

Image


User avatar
Guru Member

Posts

Joined
Wed May 26, 2010 11:47 pm
Location - United Kingdom

Post by Qphoria » Wed Mar 16, 2011 10:50 am

Ya the download status is on the top of my list of things to do.. but it will likely be on the top of the 1.5.x list. I have a huge laundry list of things but am waiting on 1.5.x to avoid having to do them all twice.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by darwinius » Fri Mar 18, 2011 4:15 am

This may be posted elsewhere but I've looked and can't find it - I've recently upgraded to 1.4.9.3 and am liking the itemized PayPal checkout. However, I've noticed a 'rounding up' discrepancy between the opencart invoice and paypal invoice. I can see it's because opencart allows you to set product costs to 4 d.p., which is needed for ex vat prices, but PayPal only considers the product cost to 2 d.p.

Note - it's only really a problem on multiple product orders, e.g.

4 items at £8 inc 20%vat as given by: -
opencart: (4 x £6.6667) x 1.2 = £32.00,
paypal: (4 x £6.67) x 1.2 = £32.02.

Is there a known fix to this or do I have to change all product costs so they are to 2.d.p, before and after tax?

Newbie

Posts

Joined
Thu Dec 17, 2009 6:17 am

Post by Qphoria » Fri Mar 18, 2011 4:18 am

Try the latest Paypal patch and see if that helps. There was a lot more rounding being done before that I removed
http://forum.opencart.com/viewtopic.php?f=2&t=17855

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by darwinius » Fri Mar 18, 2011 7:29 am

Thanks for the support Qphoria. I've downloaded the patch and copied all files but the problem still exists.

Usually I can find a solution to any problem in the forum, but I'm lost with this one.

Newbie

Posts

Joined
Thu Dec 17, 2009 6:17 am

Post by lucian0308 » Wed Mar 23, 2011 10:45 pm

is a bug in system/library/image.php resize function

if i have an image with 120x 140 and and images settings are 120x180
on if ($scale == 1) {return; } it will stop because width scale = 1
and it don't resize image to 120x180 , it give same image with 120x140 in cache

if i have time i will came with a overwrite function

Newbie

Posts

Joined
Wed Mar 23, 2011 10:31 pm

Post by jasonwilson7 » Mon Apr 04, 2011 1:39 pm

Captcha not working (Version 1.4.9.3) for the contact page:
http://ethernetcable.com

Contact form does not allow contact email to be sent to ethernet cable. Please help! I greatly appreciate it. Thanks,

Newbie

Posts

Joined
Tue Mar 29, 2011 5:35 pm

Post by pris54 » Mon May 02, 2011 6:44 am

jasonwilson7 wrote:Captcha not working (Version 1.4.9.3) for the contact page:
http://ethernetcable.com

Contact form does not allow contact email to be sent to ethernet cable. Please help! I greatly appreciate it. Thanks,
Hi, I'm not 100% the problem I had was the same but FYI I got the contact form to work when I replaced the link with JS with a standard submit button, that is:

(I'm using 1.4.9.1) On catalog/view/theme/[your theme]/template/information/contact.tpl I replaced this bit of code:
<a onclick="$('#contact').submit();" class="button"><span>Continue</span></a>

with this one:
<input type="submit" name="submit" value="Send" />

The problem seemed related to the CAPTCHA using the wrong MIME type, I wish I had time to properly debug the JS code but I don't, this simple modification does the trick. I hope this helps!

Newbie

Posts

Joined
Mon May 02, 2011 5:52 am

Post by ethernetcable » Mon May 02, 2011 6:51 am

The forgot to mention on my original post that the issue is with Chrome only (important info). Would your solution help with that? I appreciate your help.

Newbie

Posts

Joined
Fri Apr 29, 2011 11:03 am

Post by bee » Tue Nov 15, 2011 5:23 pm

Slightly confused :S

E-Mail Address does not appear to be valid!

and i i see i have to download something from somewhere a patch :S

and i get this message:

Notice: Use of undefined constant EMAIL_PATTERN - assumed 'EMAIL_PATTERN' in /home/content/02/8283502/html/shop/catalog/controller/account/create.php on line 326Warning: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash in /home/content/02/8283502/html/shop/catalog/controller/account/create.php on line 326

in simple, bimbo English can someone tell me, and in simple words and facts, break down the process what i need to do.

pretty please

with loads of cherry on top.

thanks

bee
New member

Posts

Joined
Tue Nov 08, 2011 7:00 pm

Post by Qphoria » Tue Nov 15, 2011 10:27 pm

bugs.. best update to 1.4.9.6
For the least amount of overwriting of your files..
Patch-step your way up from
1.4.9.3 to 1.4.9.4
1.4.9.4 to 1.4.9.5
1.4.9.5 to 1.4.9.6
All patches available here:
http://code.google.com/p/opencart/downloads/list

most are just bug fixes and you should not need to worry about any changes to your site.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by bee » Tue Nov 15, 2011 10:54 pm

I Did a back up for my backup.sql but how can i prevent losing my products and data i have already entered.

is there any other back up i should do?

how afterwards how can i restore my backup.sql

even, after updating all of these, will i lost the product information

bee
New member

Posts

Joined
Tue Nov 08, 2011 7:00 pm

Post by bee » Tue Nov 15, 2011 10:58 pm

i also downloaded this extension, and i love it..

http://www.opencart.com/index.php?route ... order=DESC

will i not be able to use it again, if i download all the patchs, which this get replaced!!

bee
New member

Posts

Joined
Tue Nov 08, 2011 7:00 pm

Post by Qphoria » Tue Nov 15, 2011 11:17 pm

That's a theme, not an extension.... and no I don't think that has been updated for 1.5.x so you won't be able to bring it with you. But perhaps there are other 1.5.x themes that are equally attractive to you.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by bee » Tue Nov 15, 2011 11:20 pm

Qphoria wrote:bugs.. best update to 1.4.9.6
For the least amount of overwriting of your files..
Patch-step your way up from
1.4.9.3 to 1.4.9.4
1.4.9.4 to 1.4.9.5
1.4.9.5 to 1.4.9.6
All patches available here:
http://code.google.com/p/opencart/downloads/list

most are just bug fixes and you should not need to worry about any changes to your site.
OMG I LOVE YOU... U FIXED ALL MY PROBLEMS.. U ARE THE BEST... U REALLY ARE ..

bee
New member

Posts

Joined
Tue Nov 08, 2011 7:00 pm

Post by bee » Tue Nov 15, 2011 11:23 pm

Qphoria wrote:That's a theme, not an extension.... and no I don't think that has been updated for 1.5.x so you won't be able to bring it with you. But perhaps there are other 1.5.x themes that are equally attractive to you.
Do i have to update this cart to 1.5 ??

can i just stay on this one..any reason why i should.. im quite happy where i am...

im not a programming person, and whn u told me to that update.. my heart was beatin soo fast lol... i thought i was gonna lose everything..

<hilarious i know i am> im sorry

i dont know why

plus i love this theme, its the best. i cant be asked changing everything again... u have no idea how long it took me to do all of this lol

:D

i love u loads.. thank u xx

bee
New member

Posts

Joined
Tue Nov 08, 2011 7:00 pm
Who is online

Users browsing this forum: No registered users and 8 guests