Post by tuurbo » Sun Oct 10, 2010 7:08 pm

I'm not sure of this is a bug and i hope i'm posting it in the right section.

When the 'Stock Checkout:' is set to 'Yes' the customer can complete the checkout without any problems. Only in het cart there are still three starts (***) behind de product discription. This can be confusion for the cutomer, because there no explonation what the tree stars mean. To fix this I changed this in cart.tpl.

catalog/view/theme/default/template/checkout/cart.tpl

Code: Select all

<?php if (!$product['stock']) { ?>

Code: Select all

<?php if ($error_warning && !$product['stock']) { ?>

Newbie

Posts

Joined
Fri Oct 01, 2010 7:13 pm

Post by JAY6390 » Sun Oct 10, 2010 7:15 pm

I can replicate what you mean, but like you say, not sure if this is a bug or not

Image


User avatar
Guru Member

Posts

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

Post by tuurbo » Sun Oct 10, 2010 7:36 pm

There's something odd with the 'Append Comments:' checkbox in the 'Order History' tab.

If the checkbox is unchecked, the changes you make to the Order Status wil not be added to the Order History, but the status of the order is updated and (if checked) the customer wil recieve a e-mail.

I think this is a bug and all changes should be added to the order history, seperated of the 'Append Comments' is checked or not. I'm guessing the bug is somewhere in de AJAX code.

Quickfix
admin/view/template/sale/order_form.tpl

Code: Select all

<td><input type="checkbox" name="append" value="1" checked="checked" /></td>

Code: Select all

<td><input type="checkbox" disabled name="append" value="1" checked="checked" /></td>

Newbie

Posts

Joined
Fri Oct 01, 2010 7:13 pm

Post by mondy » Mon Oct 11, 2010 12:58 am

b"h

OC 1.4.9.1
admin -> sales -> orders

All changes are saved when you click on "Add order history" button and the "Cancel" button, in the page header, has no meaning, and don't cancel nothing.

From other hand, this is like a "Back" button to the previous page.

Mo.

New member

Posts

Joined
Tue Nov 11, 2008 8:01 am

Post by mayor21 » Mon Oct 11, 2010 5:22 pm

2010-10-10 16:07:42 - PHP Warning: fread() [<a href='function.fread'>function.fread</a>]: Length parameter must be greater than 0 in /home/xxxxxx/public_html/system/library/cache.php on line 27
hi, i got this error message recently.
i have no clue. try to browse through the forum, could not find.
now i am using latest 1.4.9.1

any help?

Currently using OpenCart ver 3.0.2.0
Trend2style.com


User avatar
New member

Posts

Joined
Wed Jul 28, 2010 5:28 pm

Post by Brook » Mon Oct 11, 2010 9:06 pm

I have Opencart v149.1 installed.

I get the same cache.php error message written to my Error Log, does anyone know what this error means? Does anyone know how to fix this error?

Active Member

Posts

Joined
Wed Feb 24, 2010 12:15 am

Post by jefrey1983 » Tue Oct 12, 2010 12:03 pm

this is a sample image i was taking about.
Image
I also tried inserting table 1 Row and 1 column and it display a lot of column

probably the WYSIWYG is bug
1.4.8B does not have this problem i think this is a new bug/glitch

User avatar
Active Member

Posts

Joined
Sat Jan 30, 2010 6:58 pm

Post by Qphoria » Tue Oct 12, 2010 10:17 pm

tuurbo wrote:There's something odd with the 'Append Comments:' checkbox in the 'Order History' tab.

If the checkbox is unchecked, the changes you make to the Order Status wil not be added to the Order History, but the status of the order is updated and (if checked) the customer wil recieve a e-mail.

I think this is a bug and all changes should be added to the order history, seperated of the 'Append Comments' is checked or not. I'm guessing the bug is somewhere in de AJAX code.

Quickfix
admin/view/template/sale/order_form.tpl

Code: Select all

<td><input type="checkbox" name="append" value="1" checked="checked" /></td>

Code: Select all

<td><input type="checkbox" disabled name="append" value="1" checked="checked" /></td>
Kinda defeats the purpose of a checkbox if you are forcing it. This is not a bug. it is a feature.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by tuurbo » Wed Oct 13, 2010 2:14 am

Qphoria wrote:Kinda defeats the purpose of a checkbox if you are forcing it. This is not a bug. it is a feature.
Let me check if I understand you right: When I don't want to add a comment when updating the order history, it's a feature that the page isn't correctly refreashed?

Newbie

Posts

Joined
Fri Oct 01, 2010 7:13 pm

Post by Qphoria » Wed Oct 13, 2010 3:13 am

tuurbo wrote:
Qphoria wrote:Kinda defeats the purpose of a checkbox if you are forcing it. This is not a bug. it is a feature.
Let me check if I understand you right: When I don't want to add a comment when updating the order history, it's a feature that the page isn't correctly refreashed?
Maybe I'm not following.

What should happen:

If "Append Comments" is checked & "Notify" is checked..
- Email is sent to customer, comments are updated

If "Append Comments" is unchecked & "Notify" is checked..
- Email is sent to customer, comments are not updated

If "Append Comments" is checked & "Notify" is unchecked..
- Email is not sent to customer, comments are updated

If "Append Comments" is unchecked & "Notify" is unchecked..
- Nothing happens.

Just tested and confirmed all 4 possibilities on my v1.4.9.1 demo store

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Bux » Wed Oct 13, 2010 6:56 pm

This problem was in 1.4.8 already, so I turned SEO URL's off all the time. Now I'd like to use it, but the problem still exists. When I turn SEO URL's on in the admin I can't enter (sub)subcategories. Is it turned off, there is no problem at all.

There seem to be many problems with the SEO URL part. Actually I wonder why you have to enter a specific SEO URL per product instead of taking the product title and replace all the spaces with '-'. Topic here.
Like this: www.myshop.net/this-product-is-good.

Bux
Newbie

Posts

Joined
Fri Aug 27, 2010 8:51 pm
Location - The Netherlands

Post by jty » Wed Oct 13, 2010 9:31 pm

The following is not a bug but it would help the begginers not get confused

In the htaccess.txt file, change the instructions to :

Code: Select all

# 2. In your opencart directory rename htaccess.txt to .htaccess.
to

Code: Select all

# 2. In your opencart directory rename htaccess.txt to .htaccess
See how the end of sentence dot is removed.

We've just had someone lose lots of time getting confused over where the dot should go

jty
Active Member

Posts

Joined
Sat Aug 30, 2008 8:19 am

Post by jefrey1983 » Wed Oct 13, 2010 10:32 pm

jefrey1983 wrote:this is a sample image i was taking about.
Image
I also tried inserting table 1 Row and 1 column and it display a lot of column

probably the WYSIWYG is bug
1.4.8B does not have this problem i think this is a new bug/glitch
has anyone encounter this problem?

User avatar
Active Member

Posts

Joined
Sat Jan 30, 2010 6:58 pm

Post by Daniel » Thu Oct 14, 2010 12:03 am

no because its not a bug. please post some where else. you have causesd this problem your self by incorrectly altering the template.

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by jefrey1983 » Thu Oct 14, 2010 1:14 am

i did not alter the template only change the color from blue to orange,anyway i tested it in a default template without changing anything or adding any modules or modified anything (new installed/different folder and database)
With short sentence causes this
Image


with long sentence it will work fine
Image


to test this you just need to put a single sentence then add a large image

User avatar
Active Member

Posts

Joined
Sat Jan 30, 2010 6:58 pm

Post by tuurbo » Thu Oct 14, 2010 1:52 am

Qphoria wrote:Just tested and confirmed all 4 possibilities on my v1.4.9.1 demo store
You're right!

I guess I was confused with the fact when the "Append Comments" is unchecked that the refresh of the page isn't the same as when this is checked. Diffence is when checked the changes are visible with the instand refresh of the page. If the Append Comments is uncheck I have to leave the orderdetails and re-open it again to see the changes in the order history.

Newbie

Posts

Joined
Fri Oct 01, 2010 7:13 pm

Post by i2Paq » Fri Oct 15, 2010 2:26 am

I'm not sure if I have read about it but when adding a product via the Order Edit it will only add the product with the original price, it does not show the Special or Discount price via the order Edit.

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by JAY6390 » Mon Oct 18, 2010 7:03 pm

Bug list has been updated. You should update the search bug to prevent issues with your search page

Image


User avatar
Guru Member

Posts

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

Post by antiques » Tue Oct 19, 2010 12:30 am

I am having the very same problem as Solarxp is having.
All works well if you check out with check/money order however; if you choose to use paypal as the payment method the postage is left off as in the pay through to paypal.
Again, the postage does not carry over to the paypal payment screen.
There is no link that can be provided (since you have to be logged in as a customer on your end to see this issue) unless you'd like some screen shots showing that the order figures correctly with postage and all but when going to paypal the shipping is left off.
This is a very clear explanation however screen shots can be provided if necessary.
Solarxp wrote:I'm having a problem with PayPal standard - it only takes the cost of the goods sold and not the postage/shipping amount. Everything is showing up correctly on the OpenCart checkout/order.

I'm obviously missing something somewhere so any help would be appreciated.

Newbie

Posts

Joined
Tue Oct 19, 2010 12:21 am

Post by JAY6390 » Tue Oct 19, 2010 12:39 am

Do you have a link to your site we can see this happening on?

Image


User avatar
Guru Member

Posts

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

Users browsing this forum: No registered users and 18 guests