Zen Cart Logo
Forums / Addon Admin Tools / Quick Updates plugin [support]

Quick Updates plugin [support]

Views: 180,419

Results 321 to 340 of 670
23 Aug 2007, 8:00 PM
#321
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Quick Updates plugin [support]

Moebiusenterprises:

Is there something about the Quick Updates mod that might interfere with copying product attributes via the attributes controller?I don't know what "the attributes controller" is, but I am (99.99%) sure the error you posted is not related to quick updates.
(and it is very likely that the error is caused by "the attributes controller" itself, combined with your MySQL version or settings)

30 Aug 2007, 11:57 AM
#322
kimsonvu avatar

kimsonvu

Zen Follower

Join Date:
Aug 2006
Location:
HCMC
Posts:
263
Plugin Contributions:
0

Re: Quick Updates plugin [support]

I have small issue:

If i put link to image , when i use quick update 1.3 .It will like this :

How to fix this problem?

It is ok with detail don't have open link or image don't have link to open!

Sory about my English skill.

30 Aug 2007, 12:32 PM
#323
moebiusenterprises avatar

moebiusenterprises

Zen Follower

Join Date:
May 2005
Location:
Phoenix Arizona (whew!)
Posts:
167
Plugin Contributions:
0

Re: Quick Updates plugin [support]

paulm:

I don't know what "the attributes controller" is, but I am (99.99%) sure the error you posted is not related to quick updates.
(and it is very likely that the error is caused by "the attributes controller" itself, combined with your MySQL version or settings)

The attributes controller is found under admin->catalog->attributes controller in the main ZenCart install.
This actually turned out to be a fairly simple fix, found here: http://www.zen-cart.com/forum/showthread.php?t=35219

2 Sep 2007, 8:25 AM
#324
blag avatar

blag

Zen Follower

Join Date:
May 2007
Location:
Leicester, England
Posts:
165
Plugin Contributions:
0

Re: Quick Updates plugin [support]

numinix:

Run the lines in the SQL file to alter the products table with the products_upc and products_isbn columns:

ALTER TABLE products ADD products_upc varchar(32) NULL default NULL after products_model;
ALTER TABLE products ADD products_isbn varchar(32) NULL default NULL after products_upc;

>  
> Moebiusenterprises, I'm going to give you a tip for your survival here in the forum.  Always read a thread before posting as this was covered previously.  I also announce all version numbers in my threads so you can quickly scan the thread for the relevant information regarding that version.
I think that Numinix has been a little naughty with his update to this mod.

The mod as posted in the download section does not work 'straight out of the box' (despite numinix's assurances that it does), because it appears to be dependant upon another mod. To get the very useful Quick Updates to work in Numinix's version, further modification is, apparently, necessary - **but the user has to visit this thread to find out what the additional mod is,** AND gets chastised for not reading the entire thread!!

Come on, get real, and stop this craziness, Numinix!! Update the mod so that it WILL work as posted in the downloads section without the need for additional research, **OR, since most Zen Cart users are not selling books**, please re-post the OLD version in the downloads section.
2 Sep 2007, 7:16 PM
#325
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Quick Updates plugin [support]

blag:

I think that Numinix has been a little naughty with his update to this mod.

The mod as posted in the download section does not work 'straight out of the box' (despite numinix's assurances that it does), because it appears to be dependant upon another mod. To get the very useful Quick Updates to work in Numinix's version, further modification is, apparently, necessary - but the user has to visit this thread to find out what the additional mod is, AND gets chastised for not reading the entire thread!!

Come on, get real, and stop this craziness, Numinix!! Update the mod so that it WILL work as posted in the downloads section without the need for additional research, OR, since most Zen Cart users are not selling books, please re-post the OLD version in the downloads section.

It's lack of time that has deterred me from updating this module. You can download v2.03 from the downloads section already. It can simply overwrite v2.03a/b and you shouldn't have any problems.

I've requested that v2.03a be removed from the downloads section. I'm planning to clone this mod and make it for updating all ASA attributes without interfering with the original QU v2.03.

5 Sep 2007, 1:45 PM
#326
gamer avatar

gamer

New Zenner

Join Date:
Aug 2007
Posts:
25
Plugin Contributions:
0

Re: Quick Updates plugin [support]

I get a blank page when I pull up the quickupdates page.. The configuration page shows up fine.

I use Plesk with a split ssl directory.... IE.. My httpdocs and https docs are not linked...

Did I mis something?

7 Sep 2007, 12:33 AM
#327
rhutchison avatar

rhutchison

New Zenner

Join Date:
Mar 2007
Posts:
21
Plugin Contributions:
0

Re: Quick Updates plugin [support]

I also had the error:

Unknown table 'p.products' in field list

...and I was pulling my hair out while going through the forums and trying to find the fix.

Finally looked a little closer and found it. In admin/quick_updates.php distributed with QU 2.03b there is this at line 450:

p.products_model, pd.products_name, p.products_status, p.products_upc, p.products_isbn, p.products.epier,

p.products.epier should be p.products_epier

I don't know how anyone else got this working without making the change...

-Roger

7 Sep 2007, 6:01 AM
#328
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Quick Updates plugin [support]

v2.03b was created to include updates to epier categories and since no one uses epier, there was no reason to upgrade. Only v2.03 is currently available for download via the zen cart website and all of the additional attributes that I created will be put into a new variant of quick updates solely for the purpose of updating those attributes found in Auction Site Attributes.

7 Sep 2007, 6:51 PM
#329
blag avatar

blag

Zen Follower

Join Date:
May 2007
Location:
Leicester, England
Posts:
165
Plugin Contributions:
0

Re: Quick Updates plugin [support]

I believe there is something very wrong with part of the current download version of the Quick Updates 1.3 mod (i.e. 2.03)

Around line 70 of the file the php file popup_text_edit.php looks like this:

<!-- body_eof //--> <!-- footer //--> <?php // require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> </body> </html>

When I click on the text edit button in Quick Updates admin layout, I get an error message relating to Line 70 in this file. AT present I have commented out line 70.

Surely there is something wrong in line 70? I don't know what is wrong, but perhaps somebody could compare this with a definitive version of the mod an, if necessary, publish the CORRECT version.

14 Sep 2007, 10:56 AM
#330
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Quick Updates plugin [support]

blag:

I believe there is something very wrong with part of the current download version of the Quick Updates 1.3 mod (i.e. 2.03)Don't know what's happening there, but just to be sure I downloaded 2.03 today and line 70 of popup_text_edit.php is:

</script>
```Which it should be.

> I get an error message relating to Line 70 in this file.Difficult to say anything about it without the actual error message.
19 Sep 2007, 9:50 AM
#331
blag avatar

blag

Zen Follower

Join Date:
May 2007
Location:
Leicester, England
Posts:
165
Plugin Contributions:
0

Re: Quick Updates plugin [support]

paulm:

Don't know what's happening there, but just to be sure I downloaded 2.03 today and line 70 of popup_text_edit.php is:

</script> ```Which it should be. > > Difficult to say anything about it without the actual error message. OOPs - my mistake!! (SORRY!)

I have cut out all the commented-out code and some other unncessary stuff, so my line numbering differs.

The line number for the error in the downloaded file should be line 98 onwards - thus

<!-- body_eof //--> <!-- footer //--> <?php // require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> </body>

I believe that the problem line is line 101 because there doesn't appear to be closure to the php statements - the > require(DIR_WS_INCLUDES . 'footer.php'); ?> is commented out!!

21 Sep 2007, 12:49 PM
#332
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Quick Updates plugin [support]

I have cut out all the commented-out code and some other unncessary stuff, so my line numbering differs.Why?? And why don't you post the exact error message you get?

21 Sep 2007, 5:29 PM
#333
blag avatar

blag

Zen Follower

Join Date:
May 2007
Location:
Leicester, England
Posts:
165
Plugin Contributions:
0

Re: Quick Updates plugin [support]

paulm:

Why?? And why don't you post the exact error message you get?
I would if I could, but I've commented-out the offending code. V. busy at the moment with hardware probs on my computer - sorry.

If I get round to it I'll uncomment the line and post the error message - verbatim.

22 Sep 2007, 7:53 AM
#334
blag avatar

blag

Zen Follower

Join Date:
May 2007
Location:
Leicester, England
Posts:
165
Plugin Contributions:
0

Re: Quick Updates plugin [support]

paulm:

Why?? And why don't you post the exact error message you get?
I feel pretty dumb, because I've restored what I considered to be the offending code, and cannot reproduce the error. (BLUSHES)
**
DUHHH! SORRY, everybody!!**

As to why I reduce the code: I'm possibly a bit aal - I try to cut out all unnecessary code and stuff just to gain a little bit of speed. (I know, I know - it's only a LITTLE bit, but it keeps me off the streets!)*

2 Oct 2007, 4:11 AM
#335
trole avatar

trole

New Zenner

Join Date:
Sep 2007
Posts:
27
Plugin Contributions:
0

Re: Quick Updates plugin [support]

can i use** Quick Updates v2.03** on my ** Zen Cart 1.3.7.1**, it says on README FILE that is for 1.3.6?
thanks,
Tal.

2 Oct 2007, 4:30 AM
#336
craftzombie avatar

craftzombie

Zen Follower

Join Date:
Jul 2006
Posts:
494
Plugin Contributions:
0

Re: Quick Updates plugin [support]

Trole:

can i use** Quick Updates v2.03** on my ** Zen Cart 1.3.7.1**, it says on README FILE that is for 1.3.6?
thanks,
Tal.

I just upgraded to 1.3.7 and Quick Updates is still working wonderfully for me. That was the first thing I checked after I upgraded. Definitely can't live without it!

17 Oct 2007, 1:46 AM
#337
freebird avatar

freebird

New Zenner

Join Date:
Sep 2007
Posts:
25
Plugin Contributions:
0

Re: Quick Updates plugin [support]

I am probably missing something but can somebody tell me how to move products from one category to another? I assumed that's what copy would do.

The only way I can make it work is to copy one product at a time until I make duplicates of all that product in the original category. Then I have to use the drop down boxes for the categories, change the category for each of the products that I duplicated, then hit update.

Is this the only way to do it or am I missing a quicker way.

Thanks

17 Oct 2007, 7:22 AM
#338
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Quick Updates plugin [support]

Hi Freebird,

I am not sure if I fully understand the question, but to move multiple products to another category I would just change the category for each product (using the categories drop downs in the products listing) and click "Update".

17 Oct 2007, 11:27 AM
#339
freebird avatar

freebird

New Zenner

Join Date:
Sep 2007
Posts:
25
Plugin Contributions:
0

Re: Quick Updates plugin [support]

OK...I didn't explain it right. I'm trying to copy the products to a new category, not move them.

17 Oct 2007, 9:47 PM
#340
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Quick Updates plugin [support]

In that case I think quick updates does not offer a quicker way.

The current quick copy feature can be used to quickly create multiple copies of a product, but it can't copy multiple products in one go.