Hi,
Thank you for your soon response.
I have been searching for the log file, and It seems I do not have it. Please give me a clue where can I find it. I understand it is not calling the javascript, so how can I match the vqmod with the javascript? which are the core files to work on? what line? Also, I found a javascript code that was comment in options_plus_redux_vqmod file. I took the comments out but it did not make any change:
<!--
function addBatchOption() {
$('#batchoption_product :selected').each(function() {
$(this).remove();
$('#batchoption option[value=\'' + $(this).attr('value') + '\']').remove();
$('#batchoption').append('<option value="' + $(this).attr('value') + '">' + $(this).text() + '</option>');
$('#product_batchoption input[value=\'' + $(this).attr('value') + '\']').remove();
$('#product_batchoption').append('<input type="hidden" name="product_batchoption[]" value="' + $(this).attr('value') + '" />');
}); ...
....
.....
Also, I tried manual/no manual installation of the vqmod, and this is all fine.
http://www.yaisurisalamanca.com/cart/vqmod/install/
I'd appreciate any help in normal human language since I am dummy webmaster.
Thanks =)