Page 3 of 7

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Wed Sep 28, 2011 12:13 am
by crookedview
Just adding my request for this excellent addon to be updated for 1.5.1.2.

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Thu Oct 06, 2011 1:35 am
by clapiana
1513 please

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Thu Oct 06, 2011 5:59 am
by madimar
Really really good and useful! Thank you!

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Wed Oct 19, 2011 11:07 am
by alin
i'm using 1.5.1.3, I'm not using vqmode so i edit files manual
I get this error

Code: Select all

Notice: Undefined index: 86_price in /home/goleovn/public_html/admin/controller/catalog/product.php on line 278Warning: Cannot modify header information - headers already sent by (output started at /home/goleovn/public_html/admin/index.php:79) in /home/goleovn/public_html/system/engine/controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at /home/goleovn/public_html/admin/index.php:79) in /home/goleovn/public_html/system/engine/controller.php on line 29
Please help me to use this great mode.

thanks

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Wed Oct 19, 2011 1:33 pm
by alin
Hi,
Me again
alin wrote:i'm using 1.5.1.3, I'm not using vqmode so i edit files manual
I get this error

Code: Select all

Notice: Undefined index: 86_price in /home/goleovn/public_html/admin/controller/catalog/product.php on line 278Warning: Cannot modify header information - headers already sent by (output started at /home/goleovn/public_html/admin/index.php:79) in /home/goleovn/public_html/system/engine/controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at /home/goleovn/public_html/admin/index.php:79) in /home/goleovn/public_html/system/engine/controller.php on line 29
Please help me to use this great mode.

thanks
I solved this error, but i can not update price, model, qultity..., only status can be updated, please advise

Thanks.

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Thu Nov 24, 2011 11:57 pm
by neopet001
Tested with 1.5.1.1 , working flawlessly, thank you developer!

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Sun Dec 11, 2011 1:55 pm
by hamburgler
I managed to get update 1.6 to work with my fairly standard 1.5.1.3 install. Lines 15,73,81,84,135,138 needed changing. I also removed the following code from line 223 to avoid the issue alin was having:

Code: Select all

if ($.trim(this.value == '')){
        	this.value = (this.defaultValue ? this.defaultValue : '');
    	}
This means that if you delete all the text from a field you'll have to refresh to get your data back. Might try to figure out a more elegant solution sometime.

My version is attached, use at your own risk :)

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Fri Dec 23, 2011 2:52 am
by crookedview
hamburgler,

With your version, I don't see the Update button at all. Wonder if I'm missing something?

EDIT: Nevermind, my product_list.tpl was the issue. Fixed. Thanks!

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Wed Dec 28, 2011 11:28 am
by visnetmedia
Hi thanks for the 1.5.3.1 version but for some reason I can't find the update button - is it meant to be up top or down the bottom? Also wondering if I can change the category. Great work thanks...

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Sat Dec 31, 2011 8:31 pm
by NS2341990
visnetmedia wrote:Hi thanks for the 1.5.3.1 version but for some reason I can't find the update button - is it meant to be up top or down the bottom? Also wondering if I can change the category. Great work thanks...
If u have using oc1513_easy_enable_disable_buttons plz delete it. I can work very good but have error when update. I can see changes in product page but in categories page with product don't changes. What happent ?

Edit: Edit anyone product after Save it. :)

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Tue Jan 03, 2012 9:50 am
by visnetmedia
Hi thank you that did the trick - must be conflicting - is there anyway I can change the code to have the category and manufacturer to change as well - I know big ask but would be extremely helpful.
Thanks again...

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Thu Jan 05, 2012 8:24 am
by hamburgler
visnetmedia wrote:is there anyway I can change the code to have the category and manufacturer to change as well
To simply add an extra editable column you need to add this code to the 5.1.3 mod after <file name="admin/controller/catalog/product.php">

Code: Select all

<operation error="skip">
            <search position="after"><![CDATA[
		'price'      => $result['price'],			
            ]]></search>
            <add trim="true"><![CDATA[
		
		'manufacturer'      => $result['manufacturer'],
		
            ]]></add>
        </operation>
Then go through the mod and wherever "price" is mentioned, duplicate the code with "manufacturer". This is a quick and dirty fix and won't play nice with sort or filter, but it does everything I need it to.

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Fri Jan 13, 2012 3:55 am
by stifutkin
I get this error

Code: Select all

Notice: Undefined index: 53_status in /home/goodgod/good-god.ru/docs/vqmod/vqcache/vq2-admin_controller_catalog_product.php on line 325Warning: Cannot modify header information - headers already sent by (output started at /home/goodgod/good-god.ru/docs/admin/index.php:83) in /home/goodgod/good-god.ru/docs/vqmod/vqcache/vq2-system_engine_controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at /home/goodgod/good-god.ru/docs/admin/index.php:83) in /home/goodgod/good-god.ru/docs/vqmod/vqcache/vq2-system_engine_controller.php on line 29

Please help me.

thanks. 1.5.1.3

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Wed Feb 01, 2012 2:45 pm
by ldb
visnetmedia wrote:Hi thanks for the 1.5.3.1 version but for some reason I can't find the update button - is it meant to be up top or down the bottom? Also wondering if I can change the category. Great work thanks...
Change in "vqmod_edit_prices_admin_product_list_1513.xml":

Code: Select all

	<file name="admin/view/template/catalog/product_list.tpl">
        <operation error="skip">
            <search position="replace"><![CDATA[
    <div class="buttons"><a onclick="location = '<?php echo $insert; ?>'" class="button"><?php echo $button_insert; ?></a><a onclick="$('#form').attr('action', '<?php echo $copy; ?>'); $('#form').submit();" class="button"><?php echo $button_copy; ?></a><a onclick="$('form').submit();" class="button"><?php echo $button_delete; ?></a></div>
            ]]></search>
            <add trim="true"><![CDATA[
    <div class="buttons"><a onclick="location = '<?php echo $insert; ?>'" class="button"><?php echo $button_insert; ?></a><a onclick="$('#form').attr('action', '<?php echo $simple_pu; ?>'); $('#form').submit();" class="button"><?php echo $button_simple_pu; ?></a><a onclick="$('#form').attr('action', '<?php echo $copy; ?>'); $('#form').submit();" class="button"><?php echo $button_copy; ?></a><a onclick="$('form').submit();" class="button"><?php echo $button_delete; ?></a></div>
		    ]]></add>
        </operation>
to:

Code: Select all

	<file name="admin/view/template/catalog/product_list.tpl">
        <operation error="skip">
            <search position="replace"><![CDATA[
    <div class="buttons"><a onclick="location = '<?php echo $insert; ?>'" class="button"><span><?php echo $button_insert; ?></span></a><a onclick="$('#form').attr('action', '<?php echo $copy; ?>'); $('#form').submit();" class="button"><span><?php echo $button_copy; ?></span></a><a onclick="$('form').submit();" class="button"><span><?php echo $button_delete; ?></span></a></div>
            ]]></search>
            <add trim="true"><![CDATA[
    <div class="buttons"><a onclick="location = '<?php echo $insert; ?>'" class="button"><span><?php echo $button_insert; ?></span></a><a onclick="$('#form').attr('action', '<?php echo $simple_pu; ?>'); $('#form').submit();" class="button"><span><?php echo $button_simple_pu; ?></span></a><a onclick="$('#form').attr('action', '<?php echo $copy; ?>'); $('#form').submit();" class="button"><span><?php echo $button_copy; ?></span></a><a onclick="$('form').submit();" class="button"><span><?php echo $button_delete; ?></span></a></div>
		    ]]></add>
        </operation>

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Tue Mar 06, 2012 9:00 pm
by karma
Updated code as per Idb and hamburglar. Works flawlessly on my setup.

Use at your own risk.

Changes not being properly propagated

Posted: Thu Mar 08, 2012 7:52 am
by giz510
I installed the 1513 version, no problems with the install. It doesn't work as it should, however:

- when I change any of the edit fields (and hit Update Selected)), it saved the changes in the product list, but not the Store Front. I have to click Edit to get to the product edit page (all the changes I made previously are there) and then hit Save right away. Then then changes show up in the Store Front. Somehow this mod is not propagating the changes correctly...

- when I change the Enabled/Disabled drop down menu and Update Selected, I can see that the product count change in the Store Front, but the product listing didn't change, so it's still there when it shouldn't and vice-versa. I have to go into the product and hit Save there for this to work, just as with the first problem. It defeats the purpose of having this addon.

Does anyone else have this problem?

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Sat Mar 10, 2012 11:32 am
by Sam Hayes
Not working on my 1.5.1.3 installation, but I have the category extension installed as well.

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Fri Mar 16, 2012 4:42 pm
by Shir.L
hamburgler wrote:I managed to get update 1.6 to work with my fairly standard 1.5.1.3 install. Lines 15,73,81,84,135,138 needed changing. I also removed the following code from line 223 to avoid the issue alin was having:

Code: Select all

if ($.trim(this.value == '')){
        	this.value = (this.defaultValue ? this.defaultValue : '');
    	}
This means that if you delete all the text from a field you'll have to refresh to get your data back. Might try to figure out a more elegant solution sometime.

My version is attached, use at your own risk :)
Hi i have installed this : vqmod_edit_prices_admin_product_list_1513.xml and it seems to work fine just that the changes only appear on my product list but not on my store front. When i click edit into individual product, the changes i made previously doesnt show up either. Please advice what can i do to make it work actually? I have a hell lot of products and this module seem very helpful.

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Mon Mar 26, 2012 11:44 pm
by seank123
Cheers for this - looks like being very useful.

Tried it on v1.5.2.1 but didn't work (no Update Selected button) - have made a few very small edits to the file and it now seems to work fine - have attached it here.

Also, is it possible to have this show and edit pricing and quantities of product options (eg t shirts being small, medium, large etc)

Many thanks

Re: [vQmod] Edit Multiple Products from Products List Page

Posted: Fri Mar 30, 2012 11:54 am
by visnetmedia
Hi can somebody please tell me how to add the update button and get to work - the files seem to be missing that.
Thanks....