Menu Content

Support

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

Profile for Pocomalo

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 23:23
  • Posts: 2
  • Profile Views: 2842
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Thank you, but we have to explain better our problem:

We don't need to insert extra fields from the client of virtuemart, but we need to insert the product's extra filed (see my example attachment).

For example, in Virtuemart we use to print (recall) the value of a field in this way:

<div class="date">
<?php
$con = mysql_connect("myhosting-db","myuser_db","mypassword_db");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}

mysql_select_db("myname_db", $con);


$result = mysql_query("SELECT custom_value FROM zzd8y_virtuemart_product_customfields WHERE virtuemart_product_id=".$product->virtuemart_product_id." AND virtuemart_custom_id=22" );

while($row = mysql_fetch_array($result))
{
echo htmlentities($row['custom_value']) ;
}

mysql_close($con);
?>
</div>



But using VMINovice, we are not able to insert in any files this code, to show it in the invoices.

We would like to know if it's possible to do it from the back-end of VMInvoice or if you know how insert my code in your files.

Thank you
VMInvoice and Virtue ...
Category: Customer Support
emo
Hi to all,
we have a problem with VMInvoice and some Custom Fields we made in VirtueMart.

We have created some Custom Fields in our VirtueMart products.
Now we need, if it's possible, to print one specific Custom Fields in the Invoice Template maded by VMInvoice.

Is that possible?
How is it possible?

E.G.
How is it possible to print in the invoice the custom field with the 23 id?

Thank you in advance,
Maurizio

Joomla 2.5.8
VirtueMart 2.0.10
VM Invoice 2.22
VMInvoice and Virtue ...
Category: Customer Support
More
User Login Empty