We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Which classified plugin? | Forum

Topic location: Forum home » Support » Oxwall Store
Paul
Paul Dec 9 '16
I would like to use a classified plugin for the user, which can sell items.


There are 3 plugins in the store: 


shop (user can also advertise their items)

Classifieds - Ultimate Pro

Classifieds Pro


I have 2 Plugins from aron, eg. the search pro, and would like use the classifieds pro, a) he never answere on questions and b) the excamle page ist ugly as hell.


Which plugin are you using and prefer?

dave Leader
dave Dec 9 '16
Hi Paul, 


Have you considered Ostore  


https://developers.oxwall.com/store/item/1101


it has a multi merchant setup where users can become merchants and sell their own items, it also has download support and many other features.


However if you just want a classified plugin i would go with this one


https://developers.oxwall.com/store/item/260


write him and make sure it is updated/tested and ready to go as he just got back from a absence. 



The Forum post is edited by dave Dec 9 '16
Igor
Igor Aug 24 '17
Hi guys,

Which one is better: OxStore or Shop Pro?
https://developers.oxwall.com/store/item/1384
https://developers.oxwall.com/store/item/274

My goal is to allow painters to upload their work and possibly sell it via Oxwall.
OxStore looks nice and but I'm not sure if it allows other users publish their items.
Shop Pro is also nice and also not clear if others can publish

Although Shop Pro seems to have more options, for my specific case with pictures for sale OxStore has a better visibility of items.

Please share any ideas!
I'm tired of buying wrong or not working plugins :-D
Thanks.
dave Leader
dave Aug 25 '17
Be sure it comes with a payment processor.  Many plugins out there require you purchase a separate payment process plugin which is not good. 


Also be sure to check reviews.  If they only have one review, many times that is the dishonest developer pretending to be a customer and rating their own plugin, it happens sadly. 


Also i might advise you really think hard before getting anything from aron.  His customer service is horrible and many of his plugins dont work.  Dont believe me, just ask around. I would not say anything about another developer normally but he has a very long reputation for not doing things right and not coding properly.


You might check out ostore as well 

https://developers.oxwall.com/store/item/1101


Yes its mine but it works and there will be an update out i hope before the end of the year and it does both single (admin) and multi vendors (users) and it has a built in payment process already in place.  You can also upload non tangible (downloadable) items for sale.


If it meets your needs great, if not then thats ok too, i want you to get what you need that will work for you.  :)


Shaun
Shaun Sep 4 '17
I use the classified plugin by Puros and it works great.
dave Leader
dave Sep 4 '17
Good to know shaun thanks for sharing.. 
Webster Molaudi
Webster Molaudi Sep 8 '17
Hi Dave,

Any updates on those issues / fixes we spoke about regarding https://developers.oxwall.com/store/item/1101 as its been months now, your plugin is good but it would be great if those issues are attended urgently though.

I would recommend any other to use this plugin with a little bit of TLC and minor updates / fixes this would do exactly what you're looking for ... !!!
Quote from dave Be sure it comes with a payment processor.  Many plugins out there require you purchase a separate payment process plugin which is not good. 


Also be sure to check reviews.  If they only have one review, many times that is the dishonest developer pretending to be a customer and rating their own plugin, it happens sadly. 


Also i might advise you really think hard before getting anything from aron.  His customer service is horrible and many of his plugins dont work.  Dont believe me, just ask around. I would not say anything about another developer normally but he has a very long reputation for not doing things right and not coding properly.


You might check out ostore as well 

https://developers.oxwall.com/store/item/1101


Yes its mine but it works and there will be an update out i hope before the end of the year and it does both single (admin) and multi vendors (users) and it has a built in payment process already in place.  You can also upload non tangible (downloadable) items for sale.


If it meets your needs great, if not then thats ok too, i want you to get what you need that will work for you.  :)



dave Leader
dave Sep 8 '17
I worked a few hours on it yesterday.  Last week i got frustrated because i got lost in my own code lol and so i did the other update for the other plugin as it was easy and different.  Yesterday i was able to take a fresh look at it and got the problem i was having solved.  I will work on it a bit this weekend too.  Its a huge update so ill make sure its done asap but it has to be done right or i wont release it. 
Mark
Mark Oct 24 '18
Whatever you do, don't purchase OxStore by BkaScript. Features advertised do not exist, the plugin doesn't function correctly, etc. The developer's website doesn't even load. I have an open case with paypal trying to get a refund.
dave Leader
dave Oct 24 '18
Hi Mark, sorry you are having a difficult time with your plugin.  You are referring to this one i guess.  https://developers.oxwall.com/store/item/1384


It is too bad that some devs have to be that way.  I wonder how they got it listed on code canyon.   When i looked into that a few years ago there was something (i dont rremember exactly what it was now) about the code canyon license or their policies that prevented me from listing it there.   I remember talking to Den from oxwall about it because there was some block or something legal that would not allow it.  I wish i could remember what it was..

Patricia Zorrilla Leader
Patricia Zorrilla Mar 18 '19
Soon it will be for sale, I am waiting for it to be approved

MemberAds

It has no "payment gateway", it is only for members to be announced.

I await your opinions and suggestions.

Demo site: https://somoscd.es/testsite
The display changes a lot depending on whether you sign up without registering or as a paid or free member.

Test accounts:

Free user: TestUser pwd: TestUser

Premium user: TestUserPremiun pwd: TestUser


The Forum post is edited by Patricia Zorrilla Mar 18 '19
AppXprt
AppXprt Mar 24 '19
Nice work Patricia!
Patricia Zorrilla Leader
Patricia Zorrilla Mar 27 '19
The new version 2.0 of the memberads plugin is now available at

https://developers.oxwall.com/store/item/1607

It incorporates all the suggestions that have been made to me.

I had it done a few days ago but I did not publish anything without having tasted it well before.

The next one that incorporates a watermark in the photos is already in preparation

See it:

testsite

Do not forget to access as:

free user: TestUser pwd: TestUser

paid user: TestUserPremium pwd: TestUser

to see the differences



The Forum post is edited by Patricia Zorrilla Mar 27 '19
ArtMedia
ArtMedia Mar 28 '19

why you storing locations and categories on ow_base_config tab not on separate tabs? this is very bad practice,


i know oxwall core very well, so if you check method OW::getConfig()->getValue(), then you see on contructor generate tab with all configs values, but this values are not caching, so always when using OW::getConfig() then first class load all entries from table ow_base_config, so if you have many entries on ow_base_config then loading data from database takes more time.


Now i creating plugin using one entries on database which have name "settings" and i stored this settings as serialized data

The Forum post is edited by ArtMedia Mar 28 '19
Patricia Zorrilla Leader
Patricia Zorrilla Mar 28 '19

Only the list of registered locations is read when editing or adding an ad, which is rarely.

For the next version it has been improved with my own cache.

But I like your idea of using serialize() / unserialize() to save a single entry and what I'm going to modify.

Thank you for your cooperation!


The Forum post is edited by Patricia Zorrilla Mar 28 '19
ArtMedia
ArtMedia Mar 28 '19

Quote from Patricia Zorrilla Bcn

Only the list of registered locations is read when editing or adding an ad, which is rarely.


no it always redead, when oxwall core or plugins call OW::getConfig() instance
Patricia Zorrilla Leader
Patricia Zorrilla Mar 29 '19
I have already solved it brilliantly, only one entry in the table, a single read access per user and only one write each time the admin press "save settings" in the plugin.

I have implemented it in all the plugins that I have in development.

The one I have for sale will include it in the next version, just for this improvement it is not worth updating it because

I have more improvements for it in development. Again,

thanks for the idea, ArtMedia !!!

Patricia Zorrilla Leader
Patricia Zorrilla Apr 4 '19
The new version 3.0 of the memberads plugin is now available at https://developers.oxwall.com/store/item/1607

It incorporates all the suggestions that have been made to me.

See it:

testsite

Do not forget to access as:

free user: TestUser pwd: TestUser

paid user: TestUserPremium pwd: TestUser

to see the differences.

The Forum post is edited by Patricia Zorrilla Apr 4 '19