Easy Populate & Products Attributes
#8761
Posted 30 April 2012 - 04:28 PM
BUT, it has instructions for 2.2 in the download
#8762
Posted 30 April 2012 - 05:50 PM
I have just installed EP_v2_77a_22RC2a by Roaddoctor (4 March 2012 package) on a MS2.2 store with about 3500 products.
I can download something simple such as a Model/Category file but When I click Create & Download I eventually (after about a minute) get an 500 Internal Server Error. What is the problem?
Thanks,
Ben
#8763
Posted 30 April 2012 - 07:05 PM
#8764
Posted 30 April 2012 - 07:05 PM
Apache-Error: [file "mod_auth_basic.c"] [line 264] [level 3] user admin not found: /test/admin/easypopulate.php, referer: http://www.mysite.co.uk/test/admin/categories.php?selected_box=catalog Apache-Error: [file "core.c"] [line 3714] [level 3] File does not exist: /home/account/public_html/401.shtml, referer: http://www.mysite.co.uk/test/admin/categories.php?selected_box=catalog
Edited by Benjjj6, 30 April 2012 - 07:07 PM.
#8765
Posted 30 April 2012 - 08:32 PM
I know we can split the file for uploading, but what about downloading?
#8766
Posted 30 April 2012 - 08:53 PM
And, Does EasyPopulate support the updating of attributes? I am not sure how to get that to work?
Edited by Benjjj6, 30 April 2012 - 08:57 PM.
#8768
Posted 01 May 2012 - 08:04 AM
#8769
Posted 01 May 2012 - 08:29 AM
zeus_r6, on 30 April 2012 - 12:24 AM, said:
Anybody know what this error points to in a 2.3.1 shop?
It indicates an error in the code around lines 1080 to 1083 in easypopulate.php.
If we could be shown 10 lines before and after that line, might be able to help more.
HTH
G
Edited by geoffreywalton, 01 May 2012 - 08:32 AM.
Virus Threat Scanner
My Contributions
Basic install answers.
Click here for Contributions / Add Ons.
UK your site.
Site Move.
Basic design info.
For links mentioned in old answers that are no longer here follow this link Useful Threads.
If this post was useful, click the Like This button over there ======>>>>>.
#8770
Posted 01 May 2012 - 08:35 AM
GoTTi, on 01 May 2012 - 08:04 AM, said:
SKU is not a standard field, open easypopulate.php and follow the instructions on how to add new fields in the product file.
Then use the Export EP or Froogle Products File and down load a cutom file.
HTH
G
Virus Threat Scanner
My Contributions
Basic install answers.
Click here for Contributions / Add Ons.
UK your site.
Site Move.
Basic design info.
For links mentioned in old answers that are no longer here follow this link Useful Threads.
If this post was useful, click the Like This button over there ======>>>>>.
#8771
Posted 01 May 2012 - 08:37 AM
Benjjj6, on 30 April 2012 - 08:53 PM, said:
And, Does EasyPopulate support the updating of attributes? I am not sure how to get that to work?
You can upload using files that only contain the columns you need but read the documentation for the mandatory fields certainly the model no and EOREOR are 2 you need.
HTH
G
Virus Threat Scanner
My Contributions
Basic install answers.
Click here for Contributions / Add Ons.
UK your site.
Site Move.
Basic design info.
For links mentioned in old answers that are no longer here follow this link Useful Threads.
If this post was useful, click the Like This button over there ======>>>>>.
#8772
Posted 01 May 2012 - 08:42 AM
Benjjj6, on 30 April 2012 - 08:32 PM, said:
I know we can split the file for uploading, but what about downloading?
Either set the maximum execution time in php.ini to a higher value or make a custom feed and filter on manufacturer of category.
HTH
G
PS Attributes can be loaded using EP but it took me ages workiing out how to do it, download a sample file of products that have attributes and then use that as a template to upload/amend products with attributes.
Virus Threat Scanner
My Contributions
Basic install answers.
Click here for Contributions / Add Ons.
UK your site.
Site Move.
Basic design info.
For links mentioned in old answers that are no longer here follow this link Useful Threads.
If this post was useful, click the Like This button over there ======>>>>>.
#8773
Posted 01 May 2012 - 09:51 AM
geoffreywalton, on 01 May 2012 - 08:42 AM, said:
HTH
G
PS Attributes can be loaded using EP but it took me ages workiing out how to do it, download a sample file of products that have attributes and then use that as a template to upload/amend products with attributes.
Thank you for your help Geoffrey, I really appreciate it.
#8774
Posted 01 May 2012 - 12:04 PM
geoffreywalton, on 01 May 2012 - 08:29 AM, said:
If we could be shown 10 lines before and after that line, might be able to help more.
HTH
G
}
//*******************************
//*******************************
// S T A R T
// PAGE DELIVERY
//*******************************
//*******************************
require(DIR_WS_INCLUDES . 'template_top.php');
?>
<td class="pageHeading" valign="top"><?phpecho "Easy Populate ".EP_CURRENT_VERSION." - Default Language : " . EP_DEFAULT_LANGUAGE_NAME . '(' . EP_DEFAULT_LANGUAGE_ID .')' ;?>
<script type="text/javascript"><!--
function switchForm( field ) {
var d = document;
var frm = field.form;
var tbl = d.getElementById('customtable');
if(d.getElementById)
^ Lines 1070-1090
Edited by zeus_r6, 01 May 2012 - 12:04 PM.
#8775
Posted 01 May 2012 - 03:04 PM
sorry to sound like a dunce here but does anyone know if the latest version of Easy Populate works with v2.2 rc2 as it seems to be playing a few tricks with my products.
Cheers
#8776
Posted 01 May 2012 - 03:53 PM
zeus_r6, on 01 May 2012 - 12:04 PM, said:
}
//*******************************
//*******************************
// S T A R T
// PAGE DELIVERY
//*******************************
//*******************************
require(DIR_WS_INCLUDES . 'template_top.php');
?>
<td class="pageHeading" valign="top"><?phpecho "Easy Populate ".EP_CURRENT_VERSION." - Default Language : " . EP_DEFAULT_LANGUAGE_NAME . '(' . EP_DEFAULT_LANGUAGE_ID .')' ;?>
<script type="text/javascript"><!--
function switchForm( field ) {
var d = document;
var frm = field.form;
var tbl = d.getElementById('customtable');
if(d.getElementById)
^ Lines 1070-1090
Most people would have a space between <?php and echo
HTH
G
Virus Threat Scanner
My Contributions
Basic install answers.
Click here for Contributions / Add Ons.
UK your site.
Site Move.
Basic design info.
For links mentioned in old answers that are no longer here follow this link Useful Threads.
If this post was useful, click the Like This button over there ======>>>>>.
#8778
Posted 01 May 2012 - 08:17 PM
Cheers
G
Virus Threat Scanner
My Contributions
Basic install answers.
Click here for Contributions / Add Ons.
UK your site.
Site Move.
Basic design info.
For links mentioned in old answers that are no longer here follow this link Useful Threads.
If this post was useful, click the Like This button over there ======>>>>>.
#8779
Posted 02 May 2012 - 12:32 AM
#8780
Posted 02 May 2012 - 07:54 AM
MouseSA, on 26 April 2012 - 12:49 PM, said:
Now problem is that after installing easypopulate when i click on catalog--> product attributes in the backend of OSC then i come out to the EP documentation.
What file did i stuff up to do this?
Can anybody help me with this please?









