User Login
Latest Technology Articles
- A New Dimension of PCinvent Group Business Management
- Object's assignment, storage & grabage
- C# Mutliple Dimension Syntax
- Small Business System Diagram
- C# Desktop HTTP Post Method to Web
- PHP, Java & C# Documentation Compile
- C# to Open Firefox and go to a URL
- c++ 8 Queens Chessboard Placement in One Dimension
- My Old C++ Pointer Homework
- Simple C# Code to Open and Select File in WinForm
| Fix Bug of $product_available_date in browse page & Virtuemart v1.1 Developer Manual |
|
|
| Tuesday, 17 June 2008 | |
|
in VM1.1, if you echo $product_available_date, nothing will be returned. There is a bug exist in the shop.browse.php To fix it, here is how......
Go to line around 449, find this line:
$db_browse->f("product_availability_date") is wrong. If we check back the table in database, we will find that the table name in vm_product is called "product_available_date". To make it work, we change this line to:
Then in the browse page template, let say browse_1.php, we echo it by the following code:
Posted in offical Virtuemart E-commerce forum here: http://forum.virtuemart.net/index.php?topic=41962.0 Comments (0)
![]() Write comment
Tags: Technology Programming Fix Bug of $product_available_date in browse page & Virtuemart v1.1 Developer Manual Virtuemart QA & Testing Debug product_available_date product_availability_date Virtuemart v1.1 Bug VM 1.1 Bug |
|
| Last Updated ( Tuesday, 17 June 2008 ) |
| < Prev | Next > |
|---|




