Questions tagged [virtuemart]

VirtueMart is an Open Source E-Commerce solution for the Joomla! Content Management System. Virtuemart questions can also be asked on https://joomla.stackexchange.com

Written in PHP and MySQL, VirtueMart is an extension that allows administrators running the Joomla! CMS to have an ecommerce component to their site.

Virtuemart 2.x Versions are designed with MVC structure.

License: GNU General Public License

See also:

715 questions
2
votes
1 answer

Content repeated in Joomla modal window

I'm having a really weird problem. When I click on Quick View the first time on http://coderweb.info/tbps/index.php/shop/accessories the content appears in the modal window as it should, namely once. The second time I click on any of the Quick View…
inarilo
  • 804
  • 1
  • 9
  • 14
2
votes
1 answer

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 and Product…
aspirinemaga
  • 3,753
  • 10
  • 52
  • 95
2
votes
1 answer

Joomla paypal plugin post variables with special character not working

I am using joomla 2.5.4 and Virtuemart 2.0.6, When i try to do a payment with paypal, in paypal summary of order: Description is showing without special character. it shows like N�mero instead of Número. How can i fix this ?
Sino Thomas
  • 141
  • 1
  • 7
  • 22
2
votes
1 answer

How can I preview Virtuemart2 Order verification email layout changes?

I am trying to change the layout ( css/html structure) of Virtuemart 2 order verification emails. Problem is that I have to make a fake purchase each and every time I do a change in the 10 different files (located @…
George D.
  • 1,630
  • 4
  • 23
  • 41
2
votes
1 answer

How to get all products in cart in virtuemart?

im a newbie of Joomla and Virtuemart. i want to get/show all products in cart (product id, product image, product quantity) and i insert some code in index.php in template folder like this: foreach( $this->cart->products as $pkey =>$prow ) { ... …
user1912285
  • 112
  • 1
  • 7
2
votes
1 answer

Obtain order item custom field value in Virtuemart

I am creating a custom VirtueMart order item export. Some products have a custom field of type "Cart Variant". In this specific case, customers can select "yes" or "no" from a list when they put the product in the basket. I need to include the…
2
votes
2 answers

Add affiliate tracker code to virtuemart thank you page

I want to add an affiliate tracker code to my Joomla based website using VirtueMart. They told me to add the code on the thank you page but I couldn't figure it out. The VirtueMart version is 2.0.12 and the code is
Kostis
  • 953
  • 9
  • 21
2
votes
1 answer

Virtuemart 2 pdf generation

Where in the file structure will i find the php file which generates the pdf invoices for virtuemart 2? Im trying to customise it for an insurance brokers website to instead send out the insurance documents as a pdf.
Sean Lang
  • 422
  • 3
  • 6
  • 22
2
votes
1 answer

Virtuemart product filter error

I am using Joomla 1.7 and virtue-mart 2.0.6 for my website. In the administrator product filter section there is a date filter section. and this is not working. I have searched the the product model for this, but there is no condition they have…
akhil n l
  • 181
  • 2
  • 10
2
votes
1 answer

Joomla 2.5 Virtuemart hook method in a custom plugin wont fire

I managed to create this simple plugin that I need it to fire a method when ever an item is added to the cart and a method to fire when a checkout has happend. But those methods wont fire in anyway. I also seen another plugin named stockable in…
themhz
  • 8,335
  • 21
  • 84
  • 109
2
votes
2 answers

Virtuemart 2 Order confirmation before payment

I'm using VM 2.0.6 and Joomla 2.5 and the Multisafepay payment gateway. Whenever a user puts a product in his cart, and clicks on checkout, the user is send to another page completely (Multisafepay's website, so not VM anymore) where he can select…
Don Munter
  • 613
  • 2
  • 10
  • 20
2
votes
1 answer

VirtueMart Custom Checkout steps

i need help editing VirteuMart 2.0.10 checkout steps. Instead of the default stuff, all i need is to collect user information such as name, address, phone number etc along with the details of items in the shopping cart. Then display information to…
user1678293
  • 85
  • 1
  • 10
2
votes
1 answer

VirtueMart 2 custom checkout steps

I need to change the way VirtueMart performs the checkout by default. By default it goes like this: 1) cart page with login/registration, address & stuff, item list 2) confirm the order What I need: 1) only the item list 2) login/registration,…
Roman Vinogradov
  • 145
  • 1
  • 12
2
votes
3 answers

Virtuemart and automatic import of a file in my database

I would like to convert a text file to excel and then modify certain data inside the excel file and then import this new excel file to a database using PHP. The contents of the excel file, for example, will be products and their prices and the…
kostis
  • 117
  • 3
  • 14
2
votes
2 answers

Virtuemart $variables. Where can I learn / output them?

Within Virtuemart, i'm referencing such things like $this->product->images[0]->file_url; and $category->category_name; With little documentation, is there some technique that I can find what variable references are available to me? How do I…
SMacFadyen
  • 3,145
  • 2
  • 25
  • 37