prunycb / magento-w2p

Automatically exported from code.google.com/p/magento-w2p
0 stars 0 forks source link

Merge default product creation #589

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Changes made for Issue #568, Issue #576, Issue #577, Issue #578 need to be 
merged.

http://code.google.com/p/magento-w2p/source/diff?spec=svn1661&r=1661&format=side
&path=/branches/w2p_petar/app/code/community/ZetaPrints/WebToPrint/Block/Catalog
/Product/Edit/Tab/Templates.php

http://code.google.com/p/magento-w2p/source/diff?spec=svn1661&r=1661&format=side
&path=/branches/w2p_petar/app/code/community/ZetaPrints/WebToPrint/Helper/Data.p
hp

http://code.google.com/p/magento-w2p/source/diff?spec=svn1661&r=1661&format=side
&path=/branches/w2p_petar/app/code/community/ZetaPrints/WebToPrint/controllers/C
atalog/ProductController.php

http://code.google.com/p/magento-w2p/source/diff?spec=svn1681&old=1606&r=1681&fo
rmat=side&path=%2Fbranches%2Fw2p_petar%2Fapp%2Fcode%2Fcommunity%2FZetaPrints%2FW
ebToPrint%2FModel%2FConvert%2FMapper%2FProduct%2FCreating.php

http://code.google.com/p/magento-w2p/source/diff?spec=svn1677&old=1655&r=1680&fo
rmat=side&path=%2Fbranches%2Fw2p_petar%2Fapp%2Fcode%2Fcommunity%2FZetaPrints%2FW
ebToPrint%2Fetc%2Fconfig.xml

http://code.google.com/p/magento-w2p/source/diff?spec=svn1677&r=1677&format=side
&path=/branches/w2p_petar/app/code/community/ZetaPrints/WebToPrint/etc/system.xm
l#

http://code.google.com/p/magento-w2p/source/diff?spec=svn1680&r=1680&format=side
&path=/branches/w2p_petar/app/code/community/ZetaPrints/WebToPrint/sql/webtoprin
t_setup/mysql4-upgrade-10-11.php

Original issue reported on code.google.com by jamb...@gmail.com on 16 Jun 2011 at 10:35

GoogleCodeExporter commented 9 years ago

Original comment by ad...@zetaprints.com on 16 Jun 2011 at 10:17

GoogleCodeExporter commented 9 years ago
Atanas, can you please make a stub post on help for the issue? I need a link.

Original comment by Anatoly....@gmail.com on 28 Jun 2011 at 8:15

GoogleCodeExporter commented 9 years ago
Diffs: http://code.google.com/p/magento-w2p/source/detail?r=1723

Original comment by Anatoly....@gmail.com on 28 Jun 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Use this one:
http://www.zetaprints.com/magentohelp/create-simple-web-to-print-products/

we will update the post later

Original comment by agur...@gmail.com on 28 Jun 2011 at 8:26

GoogleCodeExporter commented 9 years ago
Link was added.

Diff: http://code.google.com/p/magento-w2p/source/detail?r=1728

Original comment by Anatoly....@gmail.com on 28 Jun 2011 at 2:59

GoogleCodeExporter commented 9 years ago
Please, re-test it with 1.9.1.0alpha9 release.

Original comment by Anatoly....@gmail.com on 28 Jun 2011 at 5:27

GoogleCodeExporter commented 9 years ago
Tested on a fresh install on /mageimage/ and /magedev/

1. Issue 578
I installed the latest stable then upgraded to alpha9. Didn't get a msg when I 
came back to magento admin dashboard.

2. When I try to run product creation profile, I get this err 
(prod_creation_err.png). Both on /mageimage/ and /magedev/ with virtual and 
simple product creation.

Original comment by agur...@gmail.com on 29 Jun 2011 at 1:55

Attachments:

GoogleCodeExporter commented 9 years ago
1. I didn't add notice to the release. Need to discuss it with Max firstly.

2. Fixed.

Please, re-test with 1.9.1.0alpha10 release. 

Original comment by Anatoly....@gmail.com on 30 Jun 2011 at 11:37

GoogleCodeExporter commented 9 years ago
Something is wrong with the testing instances. I reinstalled them and tried to 
log in. Get err:
Fatal error: Call to a member function getId() on a non-object in 
/var/www/zetaprints-com/mageimage/app/code/core/Mage/Adminhtml/controllers/Syste
m/Convert/ProfileController.php on line 117 

Original comment by agur...@gmail.com on 30 Jun 2011 at 12:39

GoogleCodeExporter commented 9 years ago
it went away, I'm able to log in now. Testing the issue...

Original comment by agur...@gmail.com on 30 Jun 2011 at 1:08

GoogleCodeExporter commented 9 years ago
Tested on

web_to_print_store_incl_theme   1.9.1.0alpha10 (alpha)

Issue #568 - Bug reported in my last comment on that issue remains. Product 
attribute copying is buggy, basically doesn't work. After running the profile 
with a source product assigned, one still needs to open a product and save it 
to make it appear on front end.

Issue #576 - More Work. According to the original issue, the profile is also 
suppose to create a "New templates" category and place all newly created 
products in there. This did not happen. No categories were created and there's 
only one root/store.

Issue #577 - Test OK

Issue #578 /

Original comment by agur...@gmail.com on 30 Jun 2011 at 4:12

GoogleCodeExporter commented 9 years ago
> Issue #568 - Bug reported in my last comment on that issue remains...

Was it solved before merge? I don't see any changes/fixes by Petar after you 
mentioned it.

> Issue #576 - More Work. According to the original issue...

Which scenario did you use? Did you use a source product for newly created 
products?

Original comment by Anatoly....@gmail.com on 1 Jul 2011 at 6:38

GoogleCodeExporter commented 9 years ago
Issue #568 - I don't know if anything was changed after I reported the bugs in 
those issues.

Issue #576 - No, this was the first time I imported templates and created 
products. No source products were set yet. First time running the prod creation 
profile after the install.

Original comment by agur...@gmail.com on 1 Jul 2011 at 8:05

GoogleCodeExporter commented 9 years ago

Original comment by ad...@zetaprints.com on 1 Jul 2011 at 8:08

GoogleCodeExporter commented 9 years ago
Issue #568 - Well, then I have to fix the bug. Because it seems the bug wasn't 
fixed by Petar.

Issue #576 - Seems a bug, I'll dig into it.

Original comment by Anatoly....@gmail.com on 1 Jul 2011 at 10:31

GoogleCodeExporter commented 9 years ago

Original comment by Anatoly....@gmail.com on 6 Jul 2011 at 8:22

GoogleCodeExporter commented 9 years ago
2. (Issue #576) Fixed. Diff: 
http://code.google.com/p/magento-w2p/source/detail?r=1747

For Issue #568 I will create separate report.

Original comment by Anatoly....@gmail.com on 11 Jul 2011 at 11:05

GoogleCodeExporter commented 9 years ago
Please, test it with 1.9.1.0alpha14 release.

Original comment by Anatoly....@gmail.com on 11 Jul 2011 at 2:14

GoogleCodeExporter commented 9 years ago
Tested on /mageimage/ and /magedev/
web_to_print_store_incl_theme   1.9.1.0alpha14 (alpha)

Issue 576 - Test OK

Original comment by agur...@gmail.com on 12 Jul 2011 at 8:50

GoogleCodeExporter commented 9 years ago

Original comment by ad...@zetaprints.com on 4 Aug 2011 at 11:42