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
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
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?
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?
I know nothing about PHP and SQL, but I still try my best to understand it.
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?
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?
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
http://forum.opencart.com/viewtopic.php?f=2&t=17855
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
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
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,
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: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,
(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!
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.
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
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
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.
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.
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
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
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!!
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!!
OMG I LOVE YOU... U FIXED ALL MY PROBLEMS.. U ARE THE BEST... U REALLY ARE ..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.
Do i have to update this cart to 1.5 ??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.
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

i love u loads.. thank u xx
Who is online
Users browsing this forum: No registered users and 8 guests