Page 1 of 1

[RELEASED] ProductsGenerator - Random products generator

Posted: Wed Oct 17, 2012 11:08 pm
by iSenseLabs
Image

What is ProductsGenerator?

ProductsGenerator is a fast intelligent solution that populates your database with any number of random products. Ideal for testing and showcasing purposes.

Features

✯ Quickly creates random generated products
✯ Generate data in a couple of clicks
✯ Choose to generate among 41 different fields
✯ Ideal for testing and showcasing purposes
✯ Perfect for developers

Product Pictures

Image
Image

Product Demos

Front Store DEMO
Admin Panel DEMO

Download ProductsGenerator from OpenCart Store
Download ProductsGenerator from iSenseLabs

iSenseLabs Support. Open a Support Ticket from here

Unparalleled Support

From specialized community forum to private home-build ticket support system. iSenseLabs is a highly personalized, reliable, 48-hour guaranteed reply time (except holidays and weekends, which might take longer). We have got your back.

FAQ and Licensing

You can find more information about module Licensing, Compatibility with MijoShop/AceShop and FAQ in the Documentation Tab

♥ Find us on Facebook
♥ Add us to your Circles in Google+
♥ Follow us on Twitter

Happy with your purchase? Please rate our product. ★★★★★

OpenCart Premium Modules and Themes. Made by iSenseLabs

Re: [RELEASED] ProductsGenerator - Random products generator

Posted: Wed May 08, 2013 7:11 pm
by iSenseLabs
We are proud to an update to ProductGenerator

Download: http://www.opencart.com/index.php?route ... on_id=8791

Whats new in ProductGenerator:
- Added support for filters
- Bug Fixes

Re: [RELEASED] ProductsGenerator - Random products generator

Posted: Mon Aug 12, 2013 7:50 pm
by iSenseLabs
New ProductGenerator Update

Download: http://www.opencart.com/index.php?route ... on_id=8791

Whats new:
- Added support for OpenCart 1.5.6

Re: [RELEASED] ProductsGenerator - Random products generator

Posted: Wed Jul 02, 2014 8:53 am
by IP_CAM
I am presently using this fine Products-Generator to test my Site. It's made to let one know on, how fast a Site, loaded with lot's of Products, act's under REAL LOAD. Despite of frequently 'loosing' some (surrounding) Product Page 'Sections' as well as their 'Content'', for unknown reasons, it's a great Time-Saver and it works rather efficiently. It's one of those MUST HAVE Tools for every competent Shop-Designer.

An IMPORTANT Detail needs to be known, I waisted half a night, looking everywhere, in order to find out, why my CHECKOUT Section (suddenly) did not longer display Number 3 + 4 Selection, so, there was no way to select ANY SHIPPING Details, at least, in half of the products generated, regardless of any setting tried...

MOST OC-Users are probably unable to understand anyway, why this 'Shipping Setting-Thing' is verbally pronounced so wrongly, as I understud it's name, it meant for me, that such ITEMS could NOT be offered by direct Cash Pick Up, but only as Shimpent, shipped from some (other, product-predefined) Place. I never figured, this (likely overlookable) Option could, as a Consequence, even prevent a TESTER from 'ordering' a (!PG-mass-generated!) Package, consisting out of one 'not shippable' and one 'shippable' Product, in one Order. If this is really so, in Reality, as well, then, it presents a very 'incomplete' OC Solution, to that matter, after all...

Anyway, it's THIS line, in the

Code: Select all

/shop/admin/model/tool/productsgenerator.php
responsible for creating the SHIPPING Value as either 0 or 1 'RANDOM' Figure.

Code: Select all

'shipping' => !empty($f['shipping']) ? $this->randomSequence('b', 1) : NULL,
After unsuccessfull attempts to make it work as required, I found an easier Solution for the Problem here:

Code: Select all

/shop/system/library/cart.tpl
by changing:

Code: Select all

public function hasShipping() {
	$shipping = false;
to:

Code: Select all

public function hasShipping() {
	$shipping = true;
As a Result, regardless of any 'default' Setting, every Product will be shipable, a MUST, it one wants
to avoid unpleasant/unexpected OC Checkout Behaviour, when testing a Shop with Products, generated by
iSenseLabs Products-Generator.

it may help one or the other..
Ernie

(english Language) filled with 10'000 auto-generated Products, (german language) filled with 500 Products.
(Can be done with the Products-Generator only. If edited later by Admin for some reason, the Product-File
MUST be 'completed' in the second language as well, to enable 'saving' the File with the 'edited' Content.)
Try any Category with 1'500 Prod.-Selection:
http://www.ipc.li/shop/

Image

Change Image Path on ProductsGenerator

Posted: Wed Aug 20, 2014 10:45 am
by IP_CAM
For those Testers, using a 'seperate' Image URL, like:

Code: Select all

http://images.somehost.com/
to call/use an 'central' image Directory for Mass Products Generation, please check the image, I have replaced the 'internal Server Root Path' to the 'full Server Directory Root Path' in order to make the Mass ProductsGenerator set the Image Path correctly.

I figured, it could be of help for one or the other of you...

Ernie

openshop.li

Re: [RELEASED] ProductsGenerator - Random products generator

Posted: Thu Nov 20, 2014 5:15 pm
by iSenseLabs
ProductsGenerator v2.0 Update:

Download: http://www.opencart.com/index.php?route ... on_id=8791
More info on: https://isenselabs.com/products/view/pr ... h-products

Whats new in ProductsGenerator 2.0:

- Fully compatible with OpenCart 2.0
- Using OCMod as rewriting engine
- All versions from now on will be compatible with OpenCart 2.0+ only.
Added Bootstrap