Open source ecommerce extension designed to work with Joomla! CMS

learn more… | top users | synonyms

0
votes
0answers
6 views

Virtuemart search by country

I want search in my product page for country.To search product by country. For this i tried to edit the admin panel of virtuemart by adding country to it.But, its not showing any dropdown. Added in ...
0
votes
0answers
9 views

Virtuemart 2.0.20 show cart not redirect to cart page

I am using new version of virtuemart 2.0.20. On Product detail page when i click on show cart then it will not rediect to cart page.it is redirecting to some index page. the link it is dispalying on ...
0
votes
1answer
30 views

just echo price from this tag

how can i echo just the salesPrice without creating a pricediv? I have tried echo salesPrice but that doesn't seem to be working. <?php echo "<span class='priceColor2'>" . ...
0
votes
1answer
20 views

quantity box not updating PHP

this is part of my customised code for virtuemart. the issue is with the quantity box. basically, a user is able to update the value for the first item in the cart, but any items after that cannot be ...
0
votes
0answers
16 views

VirtueMart Problems - SQL errors when adding data

Well, I'm not too knowledgable with SQL, and I have no idea what I'm doing wrong. I have Virtuemart 2.0.20b installed on Joomla 2.5.9, and whenever I go to add a new user, or add a product etc, I will ...
0
votes
0answers
28 views

Virtuemart: Hide/Show custom fields based on customer selection

Excuse me my ignorance in this topic but I am new to virtuemart. In short, I am trying to do something like the following: ...
0
votes
0answers
8 views

set default manfacturer to be Viewed in Virtuemart backend

how to set default manufacturers products to be displayed in Virtuemart backend in joomla. If i open the Virtuemart manufacturers backend page, selected manufacturers's products must be displayed.. ...
0
votes
2answers
40 views

Disable Double-click event on VirtueMart2 checkout button

Is there any solution to prevent double-clicking on the checkout button, so it wont checkout twice at the same time ? Because of this I have a lot of duplicated orders. Filepath to working file is: ...
1
vote
0answers
19 views

How to featch data, in which state session is end in joomla 2.5?

Hi I am working on abandoned cart module in joomla 2.5.8 store which i developed with help of virtuemart 2.0.14. Now I am able to find some related data from the joomla's session table but i am not ...
0
votes
0answers
24 views

Price mark is showing up twice

On virtuemart (Joomla) i am noticing that on each of the items the price is showing up twice. Once in English and once in French. I believe it has something to do with the language extension, anyone ...
0
votes
0answers
13 views

I am not able to click on submit review in virtuemart 2.0.20b … m using joomla 2.5

Have searched high and low but couldn't resolve it...m not able to click on the submit review.. m using virtuemart 2.0.20b and joomla 2.5 on windows 7..any help wud be deeply appreciated....M in a ...
1
vote
1answer
42 views

how to edit the automatic response email via email through virtuemart joomla

On an ecommerce website after a user selects an item and goes through the purchase process, at the end of the transaction after everything is done, the seller and buyer both receive a notification ...
0
votes
1answer
25 views

Cancel confirmation email in Virtuemart 2

Do you know if is there any way to avoid/cancel the confirmation email that receives the client after a purchase in Virtuemart? I would like to keep the admin email. I searched for that option in ...
0
votes
0answers
35 views

error : Element input with attribute type whose value is button must have non-empty attribute value

Folks, I am using joomla 2.5.8 with virtuemart 2.0.6. Upon w3 validation i get following error's : Element input with attribute type whose value is button must have non-empty attribute value ...
0
votes
0answers
31 views

Virtuemart Category display in article custom Text

Folks, How can i display my virtuemart product category inside my article. just below my article text and picture. I am using joomla 2.5.8 and virtuemart 2.0.6. Thanks for looking...
0
votes
0answers
85 views

how to add product to virtuemart 2.x with just Sql queries

I am doing a project in which i need to add products to virtuemart but with custom php code with simple interface. I am using following product fields: Product name,Long Description, Price, Image, ...
0
votes
0answers
29 views

Virtuemart Joomla 1.5 product layout bug

I'm currently managing a website based on Joomla 1.5 with Virtumart. The site is used to list the products as we are a distribution company. I have a problem with the display of the product pages. ...
0
votes
0answers
20 views

Re : Virtuemart (sessions are not working)

I'm trying to add product from external page to virtuemart cart. The problem is in external page they already have php session like session_start().if am placing my joomla session in the starting of ...
0
votes
0answers
38 views

Search Engine Friendly URLs ISSUE When migrated from VIRTUEMART TO MAGENTO

We have migrated the entire shop which was in joomla/Virtuemart to Magento.the google has indexed all the older links. The older link goes like this Virtuemart URL as below ...
0
votes
1answer
35 views

Where to locate Virtuemart cart component file on windows directory?

So I want to remove this div class from my homepage (without disabling it for some reason) but I can't find where to locate those files. Can anyone help me pointed it out? ![enter image description ...
0
votes
0answers
97 views

jQuery selector for virtuemart2 product name on category view

I have altered the code on default.php for category view on virtuemart 2, here is the full code of the file now: <?php /** * * Show the products in a category * * @package VirtueMart * ...
0
votes
1answer
58 views

JSN air show list horizontal (virtuemart newest products)

I have Joomla 2.5.9 with Virtuemart 2.0.20b I am using the JSN Air template. It all works perfect, except offcourse for 1 thing. I have added a module with the VirtueMart Product module to show the ...
1
vote
1answer
40 views

How to Data migration from VirtueMart 1.1.x to VirtueMart 2.5.x?

How to Data migration from VirtueMart 1.1.x to VirtueMart 2.5.x ? I need to Migrate/update website with data and database from virtuemart 1 to virtuemart 2? vm1 to vm2 so, How can do easily ? Help ...
0
votes
0answers
199 views

Joomla Virtuemart Edit Custom Fields Formatting

I'm currently struggling to edit the formatting for custom fields in Virtuemart. On this page you can see custom fields used above the Add to Cart link to select a pattern; the problem is that the ...
0
votes
0answers
16 views

I want to customize the query of user registration performed by virtuemart

I have installed virtuemart and whenever user tries to register it comes up with virtuemart registration. Now I want to change query when the operation is being performed for entering user details in ...
0
votes
0answers
36 views

how to add product from external page into virtuemart while click on some button

I am trying to add a product directly to cart which is in virtuemart from external page. I have one external page there I have a button. When we click on that button, the product details should go ...
0
votes
0answers
33 views

How to Display the Virtuemart products with lowest price first?

I'm not sure if this was already asked before but we are currently using joomla virtuemart 2.0.18a and would like to display the child products with the lowest price based on the options selected on ...
0
votes
0answers
17 views

How to add another category in virtuemart 2.0.14

Hi I am trying to add an another category into my joomla store's Home page with help of virtuemart but not able to do that. Please help me to solve this issue. I had also try to use subcategories but ...
0
votes
0answers
39 views

virtuemart sql query, where to look for this?

I wanted to edit a query but not finding where it is made. The query is getting displayed through components > com_virtuemart > themes > default > templates > browse > browse_1.php. Can anybody help ...
0
votes
0answers
128 views

Virtuemart Related products 2.0

I bought the following joomla virtuemart theme for a client found below; ...
0
votes
0answers
22 views

virtuemart - back button not linking

this is probably a really stupid question with a easy solution but I cannot figure it out. On my website I have developing (link below;) ...
2
votes
1answer
122 views

Get a key from array inside PHP Foreach statement

I can't understand what's the problem with my code. I'am templating a website under Joomla! 2.5.9 and VirtueMart 2.0.20b. I'am working on Category pagetplname/html/com_virtuemart/category/default.php ...
0
votes
0answers
49 views

custom tracking code virtuemart 2

I have, virtuemart 2.0.18a & Joomla! 2.5.9. , PHP VERSION: 5.2.17 I have this tracking code: <--iframe height='1' width='1' scrolling='no' marginheight='0' marginwidth='0' frameborder='0' ...
-4
votes
1answer
47 views

How to call an existing class with it's ID, or something like that [closed]

I have this class class ps_wishlist { var $classname = 'ps_wishlist'; // bla bla bla function addItem() { } // bla bla bla } Now while adding an item to a new list, I am doing: $ps_wishlist = ...
0
votes
1answer
126 views

Paypal Adaptive Payments Chained Payment IPN php

I'm trying to adapt my standard IPN paypal payment to a Chained Payment to split the payment received into multiple receivers.Is it possible to create a Chained Payment by adding some hidden ...
0
votes
0answers
59 views

virtuemart Product category module not displayed when login

I am using virtuemart1.1.9 I have installed virtuemart product category module and displayed using in shopindex.tpl.php $modules =& JModuleHelper::getModules('shopmodule'); foreach ($modules as ...
1
vote
1answer
559 views

Virtuemart 2.0 Module Shopping Cart, jQuery

I'm, having troubles with the jQuery version that the Virtuemart Shopping cart Module is using. I need to load a different version of jQuery. This module is using the following link: ...
0
votes
1answer
150 views

How to display just the number of products in cart Virtuemart

I am running Virtuemart 2.0.18 and Joomla 1.5. What I need to accomplish is to just display the total number of products in the cart with a number like "10". I have a cart image and want to place that ...
0
votes
0answers
84 views

Virtuemart custom fields (generating random number as a value of the field)

I added custom fields to Virtue Mart properly and can view the fields in the Order mailed. What I want is to generate a random number to be added as a new Custom Field which also gets included in the ...
0
votes
0answers
35 views

VM2 - Where is the Code of Dropdown which is created. by Customfields?

I am using Joomla / Virtuemart 2 Created Customfields for my Article for example Shirt Sizes XL , L ; M with different prices. But i want customizing this Dropdownmenu which is created by the ...
0
votes
0answers
52 views

Virtuemart not Showing Product in menu

I had done everything, I had uploaded the products, But When I am creating a Menu Item(Type = Virtuemart), my products are not showing up there , please help..... Products are Showing up in other ...
1
vote
1answer
41 views

i want to upgrade my joomla version with viruemart component

I want to update/upgrade my joomla version and virtue-mart component as well.now my joomla version is 1.5.26 and my virtue-mart component version 1.1.9 and i want to convert into joomla 2.5 and ...
0
votes
0answers
10 views

virtumart order mail with downloaded link

Am developing a eCommerce website which will sell a e-Books(pdfs).Web site is the CMS system so that i used joomla2.5 & virtuemart2 as per the requirement once the payment success need to send a ...
0
votes
0answers
20 views

How to integrate the Send From China shipping module into Virtuemart?

I'd like to ask if anyone knows how to or can give me some assistance on how to integrate the Send From China shipping module into Virtuemart in Joomla?
0
votes
1answer
110 views

Virtuemart 1.1 product details page

I need to change the product details page (the one that's linked to from the product title hyperlink in the shopping cart). Trouble is, I just plain can't find the right file. Where is the product ...
0
votes
2answers
71 views

Joomla Virtuemar 2.x

im traying to show in the products detail page, the list of the other products by the same Manufacturer. I mean, if you are in a Shoes from Adidas, the page shows up the another adidas products. So i ...
0
votes
0answers
27 views

The continue shopping button is not working as I wish on shopping cart page. in virtue mart

The continue shopping button is not working as I wish on shopping cart page. When I click the button, then go to home page. I want go to prev category page.
0
votes
1answer
63 views

Hide Latest product modules in virtue mart page details

I am using Joomla 1.5 and virtuemart 1.1.9 i have included the latest module in virtuemart. It displays the module in product details also i want to show only in virtuemart front page only How would ...
1
vote
0answers
98 views

modules are not showing in virtuemart

I am using joomla1.5 and virtuemart1.1.9 I have included the module in admin it displays in all page except the menu which i created for virtuemart. I am wondering why this happens. i have assigned ...
0
votes
0answers
144 views

Virtuemart 2 sales / discounted products page

How could I make a Sales / Discounted products page, which is the same as any Category page? Before, I made a new ordering type in mediahandler.php , and gave that only display items where override = ...

1 2 3 4 5 10