Hi Terry
Yes , everything is installed in the same database, same joomla
I have the quickmode built breezing form, on the product page of the virtuemart
on the page is the product image
which displays no problem
the issue is a design one, because of the nature of the form, the product image has to sisplay within the quickmode form.
otherwise it displays above or beside the form, and the form is so large, so many questions that you have to scroll all the time to the top of the page to check the image, so the image needs to be in a section of the form, besides the sizes section.
the image displays on the joomla/virtuemart page no problem using
<img src="components/com_virtuemart/shop_image/product/<?php echo $product_full_image; ?>" width="400"/>
but I cannot put the same, anywhere, inside the quickform form and display the image.
I have tried the label areas, the description sections etc, nothing seems to work
I can display any image at all in the html description area of any section using just html code
<img src="images/stories/logo.png" width="400"/>
this works no problem
but the same as
<img src="images/stories/<?php echo $product_full_image; ?>" width="400"/>
would not work, even if it works elsewhere on the page, 'outside of the quickform'
apart from this ongoing battle, the other is the item from the seperate thread i posted, about finding the page, from which the quickform has been submitted, the code from that thread, works in classic mode built forms, but again, doesnt work in quickform built forms....
Steven