Plugin Attributes

zorro

No avatar

2008-08-23 14:11

Może ktoś wie, czy plugin Attributes działa w Quick.Cart 3.x ? Jeśli tak, to jak go zainstalować? Jeśli nie, to czy jest odpowiednik tego pluginu dla Quick.Cart 3.x? Z góry dziękuję za pomoc.

» Quick.Cart v3.x

Mussorgski

No avatar

2008-08-23 18:07

I solved the porblem myself.

Step 3b of the instructions (right before Step 4):

the Line

$aSend['sMailContent'] = ereg_replace( '\|n\|', "\n", $oTpl->tbHtml( $sFile, 'CUSTOMER_ORDER_EMAIL_BODY' ) );

has to be changed into

$aSend['sMailContent'] = ereg_replace( '¥|n¥|', "¥n", $oTpl->tbHtml( $sFile, 'CUSTOMER_ORDER_EMAIL_BODY' ) );

Don't ask my why you have to do this, but now it works fine!

Regards, Thomas

Mussorgski

No avatar

2008-08-23 18:15

oops,

the forum shows the corrctions in html-mode and so it will probably not work. Therefore once more in words:

After you did what the howto describes, you have to change follwing in /core/orders.php:

line 538 (or so) must look like line 516!!

Regards, Thomas

Do góry
o nas | kontakt