Allow user post products - e-commerce

I need to know if I can in prestashop or another eccommerce framework allow the users to publish his own products.
I ask this because i need that feature to my site.
Thanks in advance !

No ecommerce system has this feature by default. You can have modules for this feature. I am not sure about any module for any e commerce system, but hopefully you will get one if you search using google. If you did not find any, then you have to develop it by some one.

Related

How to Create Multistore StoreAdmin User that manage only his Store in prestashop?

I already implemented/enabled Multistore functionality in my project but I don't know how to Create Multistore, StoreAdmin, User that manage only his store in PrestaShop?
I created one profile and try to give permission for only to manage this store but I don't find any store based permission in PrestaShop backoffice?
Thanks
Prestashop doesn't support this feature. To turn your Prestashop store into Prestashop marketplace multi vendor, you can refer this Prestashop Marketplace Builder module:
https://addons.prestashop.com/en/marketplace-creation/32443-marketplace-builder-multi-vendor.html
Good luck!
As far as I remember, PrestaShop does not have this feature by default.
You have to search for additional module to improve access management.
MarketPlace modules usually have such a possibility.
https://addons.prestashop.com/en/marketplace-creation/8057-advanced-marketplace.html
https://addons.prestashop.com/en/marketplace-creation/21669-knowband-multi-vendor-marketplace.html
https://marketplace.webkul.com/add-ons/prestashop/
https://www.jose-aguilar.com/modulos-prestashop/en/36-ja-professional-marketplace.html

adding 2checkout to impresspages

Dear Impress Page users,
I need to know how to setup 2checkout as peyment option in my widget,
currently my ms-widget has Filter.php referring to plugin 'PayPalSubscription',
I want the plugin to refer to '2Checkout'
I am not good in php, and I also wanted to ask if someone can provide the script, or let me know how I can edit the paypal script to use 2checkout.
Many thanks
Are you talking about ImpressPages MultiSite? If yes, this plugin is not hardly bind to PayPal. You can install any kind of payment system and MultiSite will use it. Basically I would say have a look at PayPalSubscription plugin as example and create 2checkout plugin. But if you are not very good at PHP you can probably order this plugin to be built for you on ipmultisite.com support page.

Starting a big shop with Drupal Commerce (I don't wanna use Magento)

I want to start a big shop... Too many products, detailed catalog, more power with attributes handling, fast, easy to extend and so on... and I don't want to use Magento for this. I don't have any experience with Drupal and its extensions, I'm extremely new to it. All I ask is... "is Drupal (Drupal Commerce or others) the thing I'm looking for?"
I don't know anything about Magento, but I am familiar to Drupal. A Shopping site CAN be implemented easily with Drupal.
If you are planning to use Drupal, then I would suggest you to use Drupal Commerce. The two main modules used for the shopping cart are Drupal commerce and Ubercart. Ubercart has actually no "relation" with Drupal, but is actually more "experienced" than Drupal commerce.
But Drupal commerce, on the other hand, is the commerce module of Drupal. We can customize the options provided by this module in any way. Drupal commerce definitelys is more extensive than ubercart. But when it comes to the payment integration and all, Ubercart has much more to provide than Drupal commerce.
Good luck with your site.
Try OpenCart. Drupal is not best solution for big shop.
OpenCart have very easy product options, attributes, multilangs... Drupal Commerce and UberCart take much more time for for same functionality.

Integrate payment gateway prestashop

I am trying to integrate a payment gateway into my prestashop website. I have the companies API, but unfortunatley they do not yet have a plugin on prestashop. Can anyone please suggest where I should start from or how I can go about getting this done.
What I think: I’m assuming prestashop saves order information in a file I can access through my file manager. So maybe I can write some code maybe in xml that retrieves the details requested by the paga api from the prestashop file. I don’t know if I’m thinking correctly. Can you guide somehow?
Thanks in advance

Rest API integration with joomla

I have to integrate this API (http://api.iqrez.com/documentation/) in a template of joomla 3.0. Do you know if there is an extension that can permit me to integrate this API? Or please can you give me technical infos for integrate it?
Thank you in advance
Luca
A Joomla Template provides a theme or style mechanism for the website.
The API you've pointed to is described as "Online Booking Engine"
The Joomla Extension Directory (JED) has a section on Bookings & Reservations
Searching the JED for "iqrez" reveals no hits.
None of these are questions suitable for StackOverflow, which is why you're getting downvoted.
To integrate a Joomla site with a 3rd party API you will need to create an extension, the Docs website has a Developer portal. Depending on the exact functionality you want and the degree of integration you will need to create either a "component", "module" or "plugin". Or a combination of all three.