Jump to content


Corporate Sponsors


Latest News: (loading..)

* * * * - 15 votes

Easy Populate & Products Attributes


8796 replies to this topic

#8681 geoffreywalton

  • Community Sponsor
  • 7,729 posts
  • Real Name:Geoffrey Walton
  • Gender:Male
  • Location:Norfolk, UK (close to the centre of the universe)

Posted 20 January 2012, 09:59

and read the documentation that comes with it.

Cheers

G
Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

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 ======>>>>>.

#8682 oxwivi

  • Community Member
  • 223 posts
  • Real Name:Oxwivi Oxwil

Posted 20 January 2012, 16:02

Just uploaded EP files, and now following rest of the installation instructions. I don't understand how the line in STEP #3 fits in the file:

Quote

STEP #3 - Add a link in the Admin Panel. Edit file "/catalog/admin/incudes/boxes/catalog.php"

Find this code (Around Line 25):
'' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '' .

Directly AFTER add this:
'Easy Populate'
.

The relevant lines in the my catalog.php looks like this:
	  array(
		'code' => FILENAME_PRODUCTS_ATTRIBUTES,
		'title' => BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES,
		'link' => tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES)
	  ),

Do I simply do this?
	  array(
		'code' => FILENAME_PRODUCTS_ATTRIBUTES,
		'title' => BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES,
'Easy Populate' .
		'link' => tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES)
	  ),

I don't think it fits into the array pattern or whatever it's called.

Edited by oxwivi, 20 January 2012, 16:03.


#8683 oxwivi

  • Community Member
  • 223 posts
  • Real Name:Oxwivi Oxwil

Posted 21 January 2012, 07:52

By the way, I'm guessing I won't need to do steps #4 and #5 since I'm using osC 2.3.1.

#8684 geoffreywalton

  • Community Sponsor
  • 7,729 posts
  • Real Name:Geoffrey Walton
  • Gender:Male
  • Location:Norfolk, UK (close to the centre of the universe)

Posted 21 January 2012, 11:25

If you are installing a contribution no around 500, you are installing the wrong version, look for the 2.3.1 version

Cheers

G
Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

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 ======>>>>>.

#8685 oxwivi

  • Community Member
  • 223 posts
  • Real Name:Oxwivi Oxwil

Posted 21 January 2012, 12:12

View Postgeoffreywalton, on 21 January 2012, 11:25, said:

If you are installing a contribution no around 500, you are installing the wrong version, look for the 2.3.1 version

Ah! The original addon page was updated recently (and showed up at top of the search), so I assumed it's compatible with 2.3.1. Good thing I only uploaded the files and not modify anything.

#8686 oxwivi

  • Community Member
  • 223 posts
  • Real Name:Oxwivi Oxwil

Posted 21 January 2012, 12:24

Quote

STEP #3 - Add a link in the Admin Panel. Edit file "/catalog/admin/incudes/boxes/catalog.php"
Find this code (Around Line 25):
array(
		'code' => FILENAME_PRODUCTS_ATTRIBUTES,
		'title' => BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES,
		'link' => tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES)
	  ),
Directly AFTER add this:
	  array(
		'code' => 'easypopulate.php',
		'title' => 'Easy Populate',
		'link' => tep_href_link('easypopulate.php')
	  ),

Do I need to indent the array I'm adding?

Edited by oxwivi, 21 January 2012, 12:25.


#8687 geoffreywalton

  • Community Sponsor
  • 7,729 posts
  • Real Name:Geoffrey Walton
  • Gender:Male
  • Location:Norfolk, UK (close to the centre of the universe)

Posted 21 January 2012, 12:40

Hi

You need to start reading the install documentation and just doing what it says. It has proably worked for thousands of others and if you need to do anything apart from what they say the instructions would have been changed by now. You don't want to get a rep as a help vulture.

If you keep back up copies then you can restore and try again.

If it doesn't work then post.

If you want to learn about php / css / html / mysql try w3schools.com
Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

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 ======>>>>>.

#8688 oxwivi

  • Community Member
  • 223 posts
  • Real Name:Oxwivi Oxwil

Posted 21 January 2012, 12:51

I'm doing everything according to the docs. And in the example given (as quoted in my last post), the indentation of the existing lines and the lines I am to add was different, hence the confusion. But examining the file to edit, I understood how it should be.

Thanks for the pointers.

#8689 oxwivi

  • Community Member
  • 223 posts
  • Real Name:Oxwivi Oxwil

Posted 21 January 2012, 15:55

How do I add more than one image to a product? The exported file contains no reference to the 'larger image' added to a product using the regular way.

The only references to more images to add in the documentation is the Additional Images Contribution, something for osC 2.2 I believe. Can we make it work for the now-built in ability to show more images per product?

#8690 oxwivi

  • Community Member
  • 223 posts
  • Real Name:Oxwivi Oxwil

Posted 21 January 2012, 16:51

Setting large images support in easypopulate.php to true doesn't make any difference either:

//**** Large Images osc 2.3.1 Supportg ****
define ('EP_PRODUCTS_IMAGES', true);  // default is false
define ('EP_PRODUCTS_IMAGES_MAX', 6);  // default is 6, maximum number of columns

I still get only one column dedicated to the thumbnail, with no mention of other images anywhere.

By the way, why do we need to define category image for every product? Kinda stupid. Empty cell for no changes would be great.

Edited by oxwivi, 21 January 2012, 16:55.


#8691 Douglas-John Ramm

  • Community Member
  • 28 posts
  • Real Name:Douglas-John Ramm
  • Gender:Male
  • Location:Melbourne

Posted 22 January 2012, 03:24

Quote

and read the documentation that comes with it.

Cheers

G

Did just that but could not see anywhere it states about uploading the file and it not working.

Doug

#8692 ghostrc

  • Community Member
  • 1 posts
  • Real Name:Lee

Posted 22 January 2012, 12:51

View Postbubaseballfan, on 08 January 2012, 20:55, said:

Hello,

I am setting up a new store and am having the following error

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in ....easypopulate.php on line 1082

This occurs when I click on the easy populate link in version 2.3.1

Any suggestions?

I'm also getting the same error. I have not changed the easypopulate.php file - it is exactly how it was when uploaded. Not sure what I need to change?

Many thanks.

#8693 oxwivi

  • Community Member
  • 223 posts
  • Real Name:Oxwivi Oxwil

Posted 22 January 2012, 18:32

I created some product attriubutes, and corresponding columns appeared on the exported CSV. But how do I use them?

#8694 apolyshow

  • Community Member
  • 242 posts
  • Real Name:Andreas
  • Gender:Male

Posted 22 January 2012, 23:01

I ma having two issues and i need your help.
First problem: Does easy populate cooperates with utf8 cause when i am downloading also the description then i am getting ?!!???!?!?!?&&&& in the field of description. In thew greek file.
Second: in Big numbers like 300.000,00 euro with vat the easy populate shoes as a price 2.234.234.544 for ex . It tryes to give you the price without the vat but it understands the 223.423,4544 as a 2.234.234.544. Now if i will send this price i am sure that i am going to destroy the real price so does anyone knows something?
One amateur made the Arc, 5.000 pro made the Titanic...

#8695 panthercoug

  • Community Member
  • 15 posts
  • Real Name:Mark Sandberg

Posted 23 January 2012, 01:38

View PostDouglas-John Ramm, on 18 January 2012, 12:37, said:

2.77 but read the instructions and back up your store

Thank you I read the instructions through and the install went great and everything appears to work good even with the add more fields cont.

#8696 geoffreywalton

  • Community Sponsor
  • 7,729 posts
  • Real Name:Geoffrey Walton
  • Gender:Male
  • Location:Norfolk, UK (close to the centre of the universe)

Posted 23 January 2012, 09:25

View Postoxwivi, on 22 January 2012, 18:32, said:

I created some product attriubutes, and corresponding columns appeared on the exported CSV. But how do I use them?

Set up some products with attributes and export the file.

Then you can emulate this on ne products.

Cheers

G
Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

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 ======>>>>>.

#8697 apolyshow

  • Community Member
  • 242 posts
  • Real Name:Andreas
  • Gender:Male

Posted 24 January 2012, 11:46

This is what i get for description

Μονοφασικοί Inverters του οίκου SOLAREDGE, ισραηλινής προέλευσης, με τους οποίους επιτυγχάνεται αύξηση της απόδοσης του Φ/Β πάρκου έως 25%.<br> Οι Inverters συνοδεύονται από κατάλληλο αριθμό συσκευών Βελτιστοποίησης (Optimizer Monitoring) της SOLAREDGE (Power Box - Add on).<br> <br> Δυνατότητα επέκτασης της εγγύησης για όλους τους τύπους Inverter της Solarerdge στα 20 έτη.<br>

Any help please?
One amateur made the Arc, 5.000 pro made the Titanic...

#8698 dvharrison

  • Community Member
  • 321 posts
  • Real Name:Deb
  • Gender:Female
  • Location:Essex, UK

Posted 26 January 2012, 11:36

View Postdvharrison, on 18 January 2012, 14:05, said:

Also while I have your attention, I have a separate issue with the product images being fullsize on the product page. I have read in previous threads that this can be resolved using Easy Populate but on looking at the suggested contribution in the Support documentation http://addons.oscommerce.com/info/1032 I realise its only for 2.2. Is there a version for 2.3.1 or even another way to get my main images to resize?

Or can it still be used?

Please advise.

Could I ask if anyone can help? thanks.
Debbie Harrison

#8699 dvharrison

  • Community Member
  • 321 posts
  • Real Name:Deb
  • Gender:Female
  • Location:Essex, UK

Posted 26 January 2012, 13:06

I am aware we can upload to the larger file image field, but we have about 1100-1500 images on the catalogue. please could anyone help? :sweating:
Debbie Harrison

#8700 dvharrison

  • Community Member
  • 321 posts
  • Real Name:Deb
  • Gender:Female
  • Location:Essex, UK

Posted 26 January 2012, 13:23

Found solution myself http://forums.oscommerce.com/topic/367597-help-req-image-resize-in-231/page__view__findpost__p__1577431 resolves the problem

Just as well, that could have been messy. o:)
Debbie Harrison