Kurzbeschreibung in Bestätigung und Rechnung

22.07.2012 17:33
#1
dime
Joomshopping forum user no avatar
Name: Dietmar
20.03.2012
Сообщения: 59
Quote
Kurzbeschreibung in Bestätigung und Rechnung

Hallo!

Kann ich irgendwo im System einstellen, das die Kurzbeschreibung des Produktes
im Bestätigungs e-Mail beim Produktname angezeigt wird.
Ebenfall in der pdf Rechnung wäre diese Kurzbeschreibung wichtig.

Bitte um Eure Hilfe!

Vielen Dank!

SG
Dietmar

 
22.07.2012 20:05
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25852
Quote
Aw: Kurzbeschreibung in Bestätigung und Rechnung

Not possible.

Need change code.
lib\generete_pdf_order.php

 
22.07.2012 22:04
#3
dime
Joomshopping forum user no avatar
Name: Dietmar
20.03.2012
Сообщения: 59
Quote
Aw: Kurzbeschreibung in Bestätigung und Rechnung

Hello!
Thank for this advise.
What is the code for short description.
I tried it but I was not sucessful.
It is important to print the description in the invoice.

Please could you help me!

Thanks a lot!

Kind regards
Dietmar

 
23.07.2012 21:04
#4
dime
Joomshopping forum user no avatar
Name: Dietmar
20.03.2012
Сообщения: 59
Quote
Aw: Kurzbeschreibung in Bestätigung und Rechnung

Hello again!

Please could you give me the code name for Kurzbeschreibung and Short description.
I've found the row in the php file but now I need the code name.

Thanks a lot!

Kind regards
Dietmar

 
23.07.2012 21:41
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25852
Quote
Aw: Kurzbeschreibung in Bestätigung und Rechnung

http://www.webdesigner-profi.de/joomla-webdesign/shop/support/little-support.html

 
24.07.2012 19:19
#6
dime
Joomshopping forum user no avatar
Name: Dietmar
20.03.2012
Сообщения: 59
Quote
Aw: Kurzbeschreibung in Bestätigung und Rechnung

:-) No problem at all.
If you could help me with all my open questions.
I'm waiting for an answer for a longer time.
I think all these question are a small change.

1. What is the code to add short description of a product into pdf invoice in a second row at product name?
2. How can I open a Popup window for shipping costs like AGB(GBT)? (both Statischer Text)
3. How can I hide the text at Payment methode, in case of adding a URL picture?
(I don't like to show a picture and text)
4.How can I send a shipping confirmation (change status) like the order confirmation.
(with all the details and new status).
A person they ordered without login data can not login and check the order.
It is important to send a shipping confirmation included the general business terms.

Please could you give me instructions for this issues with the purchase of little support?

Thank you!

Kind regards
Dietmar

 
24.07.2012 19:34
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25852
Quote
Aw: Kurzbeschreibung in Bestätigung und Rechnung

Sorry.

4. Not small change.

2.
components\com_jshopping\lang\en-GB.php

define('_JSHOP_PLUS_SHIPPING', 'plus <a href="%s" target="_blank">shipping</a>');

change to

define('_JSHOP_PLUS_SHIPPING', 'plus <a href="#" onclick="window.open(\'%s\',\'window\',\'width=800, height=600, scrollbars=yes, status=no, toolbar=no, menubar=no, resizable=yes, location=no\');return false;">shipping</a>');
3.
components\com_jshopping\templates\default\checkout\payments.php

<b><?php print $payment->name;?></b>
chage to
<?php if ($payment->image==''){?>
<b><?php print $payment->name;?></b>
<?php }?>


Последнее изменение: 24.07.2012 19:45
 
24.07.2012 21:01
#8
dime
Joomshopping forum user no avatar
Name: Dietmar
20.03.2012
Сообщения: 59
Quote
Aw: Kurzbeschreibung in Bestätigung und Rechnung

Thank you!

At the moment the link for little support is down.
What happened?

Kind regards
Dietmar

 
24.07.2012 21:15
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25852
Quote
Aw: Kurzbeschreibung in Bestätigung und Rechnung

A temporary product.
Only (Small changes in store).

4. Not small change.


Последнее изменение: 24.07.2012 21:16
 
24.07.2012 21:56
#10
dime
Joomshopping forum user no avatar
Name: Dietmar
20.03.2012
Сообщения: 59
Quote
Aw: Kurzbeschreibung in Bestätigung und Rechnung

ok
for nr. 1 I've openend a new discussion

http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/10/3506.html?lang=en

Could you release little support for that?

Thank you!

Dietmar

 
24.07.2012 22:31
#11
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25852
Quote
Aw: Kurzbeschreibung in Bestätigung und Rechnung

ok

 
25.07.2012 08:28
#12
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25852
Quote
Aw: Kurzbeschreibung in Bestätigung und Rechnung

generete_pdf_order.php

row
$pdf->MultiCell($width_filename, 4, $prod->product_name, 0 , 'L');

change to

$product = &JTable::getInstance('product', 'jshop');
$product->load($prod->product_id);
if ($order->lang==""){
$lang = &JSFactory::getLang();
$order->lang = $lang->lang;
}
$_descr = 'short_description_'.$order->lang;
$prod->product_name = $prod->product_name."\n".$product->$_descr;

$pdf->MultiCell($width_filename, 4, $prod->product_name, 0 , 'L');

 
26.07.2012 19:37
#13
dime
Joomshopping forum user no avatar
Name: Dietmar
20.03.2012
Сообщения: 59
Quote
Aw: Kurzbeschreibung in Bestätigung und Rechnung

Thank you so far!
One more little problem with this issue.
When I add this code into the ordermail.php
the e-Mail to the customer is with one description.
The e-mail to the shop owner is double and the pdf is with triple short description.

Code:

<?php $product = &JTable::getInstance('product', 'jshop');?>
<?php $product->load($prod->product_id);?>
<?php if ($order->lang==""){?>
<?php $lang = &JSFactory::getLang();?>
<?php $order->lang = $lang->lang;?>
<?php }?>
<?php $_descr = 'short_description_'.$order->lang;?>
<?php $prod->product_name = $prod->product_name."<br />".$product->$_descr;?>

<?php print $prod->product_name;?>

What is wrong with that?
Why does it count up always one additional?

Is the code for the order confirmation easier, than this code?

Please help me!

Kind regards
Dietmar

 
26.07.2012 21:31
#14
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25852
Quote
Aw: Kurzbeschreibung in Bestätigung und Rechnung

$product = &JTable::getInstance('product', 'jshop');
$product->load($prod->product_id);
if ($order->lang==""){
$lang = &JSFactory::getLang();
$order->lang = $lang->lang;
}
$_descr = 'short_description_'.$order->lang;
$_product_name = $prod->product_name."\n".$product->$_descr;

$pdf->MultiCell($width_filename, 4, $_product_name, 0 , 'L');

 
26.07.2012 22:10
#15
dime
Joomshopping forum user no avatar
Name: Dietmar
20.03.2012
Сообщения: 59
Quote
Aw: Kurzbeschreibung in Bestätigung und Rechnung

no, I mean in the order confirmation e-Mail (ordermail.php)
necessary to show the short description.
sg
dietmar


Последнее изменение: 27.07.2012 17:30
 
27.07.2012 07:06
#16
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25852
Quote
Aw: Kurzbeschreibung in Bestätigung und Rechnung

ordermail.php
after row
<?php print $prod->product_name;?>

add
<?php
$product = &JTable::getInstance('product', 'jshop');
$product->load($prod->product_id);
if ($order->lang==""){
$lang = &JSFactory::getLang();
$order->lang = $lang->lang;
}
$_descr = 'short_description_'.$order->lang;
print "<div>".$product->$_descr."</div>";
?>


Последнее изменение: 27.07.2012 07:07
 
27.07.2012 17:30
#17
dime
Joomshopping forum user no avatar
Name: Dietmar
20.03.2012
Сообщения: 59
Quote
Aw: Kurzbeschreibung in Bestätigung und Rechnung

Thank you very much!
rgds
dietmar

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.