Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for fawad

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 06:25
  • Posts: 3
  • Profile Views: 3913
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Can someone please help me, I need the description necessarily
product description ...
Category: VM Invoice
emo
Hello and thanks for your answer!
In my shop the Prod. description is very important.
I have it on file (order.order_print.php and etc.) have made

Here the code for order.order_print.php
 
$query = 'select product_desc from jos_vm_product where product_id = '.$dbt->f('product_id');
$result = mysql_query($query);
$row = mysql_fetch_assoc($result);
echo "<span style=\"font-size: smaller;\">" . $row['product_desc']. "</span>";
 


Here the code for order.order_printdetails.php
 
$query = 'select product_desc from jos_vm_product where product_id = '. intval($dbcart->f("product_id"));
$result = mysql_query($query);
$row = mysql_fetch_assoc($result);
echo "<font size=\"-2\">" . $row['product_desc'] . "</font>";
 


I'll be very grateful if you tell me exactly where I paste the code and and..

thanks!
product description ...
Category: VM Invoice
emo
Hello!

I would like to add the product description on the invoice
Can someone please help me?

SQL Command
 
select product_s_desc
from jos_vm_product, jos_vm_order_item
where product_sku = order_item_sku;
 
product description ...
Category: VM Invoice
More
User Login Empty