virtuemart

What is the point of this line of code?

I found this line of code in the Virtuemart plugin for Joomla on line 2136 in administrator/components/com_virtuemart/classes/ps_product.php eval ("\$text_including_tax = \"$text_including_tax\";"); ...

Large MySQL tmp files using Joomla/VirtueMart

I am using Joomla 1.5 and VirtueMart 1.1.3. There is an issue where tmp files that are 1.6 GB are created every time a certain query is executed. is this normal? I think virtuemart is using a huge join statement to pull the whole products table and several other tables. I found the file that builds the query but i don't know where to be...

virtuemart with joomla show multiple images

When we upload multiple images using the media uploader, they don't appear as multiple views on the product page - no matter which category flypage we choose. ...

how to increaase the speed joomla loads

I have a virtue mart website it takes forever to load.How do I increase the speed with which the site loads. ...

Multiple child in virtuemart

Hi all,i want to ask. I'm intending to make custom build computer page with virtuemart. As example,customer can choose the processor,mainboard,optical drive,etc then sum the prices and display it.Is it possible to do it? How to do it? Thanks.. ...

Virtuemart Add to Cart Sends to User Homepage Due to URL When Using an Intro Page

I am using Joomla 1.5x and have installed Virtuemart. I've got an intro page to the main site which is a child of "Home" in the main menu. In order to make the intro page the first thing you see, you have to make it the default in the main menu... You can see my setup at dirtygertie.samwinans.com. If you click Purchase Soaps! and t...

Product Image on front page

i am working with www.botguruz.com, i am uploadng product image from my admin(virtuemart), but it's not display in product's frontpage. it displays product detail link. how can i display product image in products front page. ...

product thumble image in product front page

when i add product image in full size as well thumble image it display only in product detail page but it not display product description front page.how can i display product image in product description page... ...

add to cart button not working in mozila firefox.

add to cart not working in mozila firefox but it is working in internet exploral,Netscape,crome...how can i solve this problem. site url is:: http://www.botguruz.com/buy-a-bot.html?page=shop.browse&category%5Fid=1&vmcchk=1 ...

product thumble image not showing in order by page but it will display in product detail page...

product thumble image not showing in order by page but it will display in product detail page... how can i solve these problem site url is:: http://botguruz.com/buy-a-bot.html?page=shop.browse&category%5Fid=1 ...

problem add to cart not working in mozila

add to cart doesnt working in mozila firefox.only one time working when i refresh a page then when i am not refreshing the page it s not working add to cart option not display. ...

Virtuemart bulk upload module

I'm looking for a Virtuemart bulk upload module. I have surfed for ages now, but can't find anything, does anyone know a sollution for this? ...

how to auto resize image in sql database in a table

Hello all, I have a question, I have a database with some webshop products. I load 2 images from a url (domain.com) one is for the thumb image (product_thumb_image) and the other is a full image. (product_full_image) I use for both the same url and resize the image by having a Height="100" attribute in the image tag.I know this is not...

How does Virtuemart do EAV without using EAV?

I understand the three basic failures in EAV, namely that it takes a lot of work to reassemble the data. However, I want a database where I can add custom fields. A lot of people say that Virtuemart allows custom fields but without using an EAV database structure. Can someone explain how this can be done or provide links? ...

Suggestions for building a clothing exchange site with Joomla/virtuemart

Hello guys, I want to build a website to allow users exchange clothes with each other.The website will be similar to an online auction site and a book exchange. This will be a point-based exchange community. The website allows users to 1) register for a private account 2) list items based on a specific, yet simple form that they ...

Disable MooTools in VirtueMart

I'm creating a custom module for displaying VirtueMart categories, but need to disable VirtueMart from loading MooTools because it uses an older version of MooTools than what I need. I've searched everywhere, but I can't seem to find the file or function that will allow me to disable it. Any help would be greatly appreciated. ...

Mixing Custom/Drop Down attributes in VirtueMart for Joomla

I am trying to add a product that requires form fields...however, by creating the attributes that dropdown, then custom attributes, it displays that way, Drop down first, Custom Second. Is there a way to create a mix of custom, then drop down, then custom? See current site: www.MSLawMart.com Select Legal Forms -> No Fault Divorce...y...

mootools in virtuemart

hi, I am trying to use mootools in my virtuemart module. Basically the module must be able to display an image slider components with the snapshots of products Can any one tell me how to go about it ? ...

Virtuemart databse connection in Joomla 1.1

Hi All, I'm modifying the Product Form to add in a field that allows a tagline for products. In the database, I've created a new field in the jos_vm_product table and added an entry in the $fields array in the ps.product.php file. In my product.product_form.php file I've used this code to insert the tagline into the database: <textare...

Why does Joomla debug show 446 queries logged and 446 legacy queries logged?

I have been called in to fix the performance of a Joomla site that was already setup. I look at the debug output and it shows the same queries twice, once for queries logged and again for legacy queries logged. My guess is that it is actually running the same queries twice make for just under 900 queries per page (hope I am wrong) The ...