beholder2008-04-28 22:34 | you probably misunderstood. I don't use html hyperlinks at all in product description, the "link" is just a text of the URL, that means, no <a href..., just plain text, http..... |
treewood (OpenSolution)2008-04-29 08:08 | beholder - ok we will think about it .. it will be tested etc. but you are first at all who found this problem so this is very rare problem |
beholder2008-04-29 13:05 | It's not really a problem, it is easily fixed via CSS. I just suggested you the fix as a way to enhance QC. |
s4motny![]() 2008-04-29 17:43 | are there any plans for MySQL version in future for hi traffic sites ?? |
treewood (OpenSolution)2008-04-30 09:06 | beholder - of course we will try to fix it but remember ... you think that is fix ... and maybe it is but we must test it in other browsers IE 6, IE 7, Safari, FireFox 2.x, Opera 9.x. Did you tested it in this browsers? |
beholder2008-04-30 15:36 | I've tested it in Opera 9.5 beta 2 and IE6 SP2 and FF 2, so you don't have to bother that much with those three. |
beholder2008-04-30 15:59 | Here are 2 different fixes for the Word-Wrap:break-word problem I mentioned in the last post (Opera and Moz don't support that tag, IE does): |
Tom2008-05-02 04:10 | Great new cart! Do you have a new Paypal code to go with it? Thomas Lavelle |
belial![]() 2008-05-02 15:58 | Version 3 is very good and interesting. Please, where am I setting czech charset? Translate isn't too, but I need windows-1250 for data from version 2.2. Thanks |
treewood (OpenSolution)2008-05-05 07:58 | belial - in lang/cz.php set charset |
beholder2008-05-08 00:56 | in the core/orders.php one line is doubled, like this: v. 3.0 final |
treewood (OpenSolution)2008-05-08 08:31 | beholder - of course this is not neccessary ... it not bug but mistake ... bug for me is that what is not working well ... but this code don't do anything wrong. |
shawty![]() 2008-05-09 10:12 | Good day! I have such a problem with this version. |
treewood (OpenSolution)2008-05-09 11:43 | shawty - i cant give you advice ... maybe upload cart on server and i will check it? |
shawty![]() 2008-05-09 14:34 | How can I do it? |
shawty![]() 2008-05-09 14:44 | By e-mail? |
beholder2008-05-09 16:23 | >>shawty v. 3.0 final |
beholder2008-05-09 16:34 | This seems rather serious bug, treewood: QC v. 3.0 final |
shawty![]() 2008-05-09 18:16 | 2. and/or deselected it in the settings/pages administration dialogs, there should be something other than "none" selected under "orders page". |
treewood (OpenSolution)2008-05-10 11:38 | beholder - i know ... about this. this will stay and for us it is not bug. for example when you deleted category by mistake you will lose 10-20 products... because of that we didn't add products to deletion. maybe you are wright we will display products in list even if their category was deleted. thanks ... it will be in next version. but we will never delete product after category deletion.
if( isset( $aExp[3] ) && $aExp[3] >= $iStatus && isset( $aPages[$aExp[0]] ) ){
replace to
if( isset( $aExp[3] ) && $aExp[3] >= $iStatus && ( !defined( 'CUSTOMER_PAGE' ) || isset( $aPages[$aExp[0]] ) ) ){
|