37

Product support

Visit this product's website for support.

Categories

.

.

Please, use the following credentials user:manager,password:manager for logging to the Dashboard.

New FREE Shopaholic Bootstrap Theme Available!

Free E-Commerce Bootstrap for Shopaholic theme is now available on October's marketplace. Check out the theme's live demo version. It demonstrates what you can build with Shopaholic and will soon have support for all our plugins and extensions. We will also constantly update it to cover all Shopaholic functionality.

Open to your Ideas!

Let us know if you have any questions, ideas or suggestions! Just drop a line at shopaholic@lovata.com

Live Demo

You can visit our Live Demo site. Sign in to backend using: login - manager, password - manager. You can deploy the demo site locally. To do so, you need to clone the repository, follow the steps from the "Installation guide", install the plugins. As a result, you will receive a copy of the demo site with a full database. Having a ready-made demo site example, you can easily learn how to operate the plugins.

Large Catalog Performance Live Demo

If you would like to know how our plugins perform with large catalogs of products, you can visit our Large Catalog Live Demo that has 21 000 products, 68 000 offers and 210 000 variations of property values.

Below are the performance characteristics for server setup: Dual Core CPU with 4GB of RAM.

For a catalog containing 210 products

Catalog page load time: 100-150 ms

Product list filtering time: 80-100 ms

For a catalog containing 21 000 products

Catalog page load time: 900-1100 ms

Product list filtering time: 500-600 ms

Support

Please join us on #shopaholic channel in October CMS slack chat in order to have quick support on all our products. You will also get all newest updates and insights about our existing and upcoming products!

If you have any specific requests, suggestions or ideas please do not hesitate to send us a message, it will help us make our products even better.

If you don't have access to octobercms.slack.com, please register here

Required Plugins

General information

The plugin gives you access to Paypal Express and Paypal Pro methods, allowing your project to have full support for the Paypal payment gateway. Now you can choose to send data directly to Paypal, redirect to payment page and more with this single plugin.

Get involved and contribute to the project

If you’d like to help us improve the project, you can do so in the following ways:

You can also visit LOVATA’s GitHub page.

License

© 2018, LOVATA Software Development Company under Commercial License.

Developed by Andrey Kharanenka.

The full plugin documentation is available here.

Installation guide

Run the command below in the root folder of your project.

  1. Install the ignited/laravel-omnipay package:
    composer require ignited/laravel-omnipay
  2. Install the omnipay/paypal package
    composer require omnipay/paypal

If you using omnipay v3, then you should add some custom code in your project:

public function boot()
{
$factory = Omnipay::getFactory();
$factory->register('PayPal');
}

More information about Omnipay v3 can be found here.

Usage

  1. Create a new payment method in the backend area of your October installation.
  2. Generate an API token in your PayPal account.
  3. Add the generated token to the created before payment method.
  4. Set up the link between the order properties and the fields that will have been transferring to the payment gateway in the payment method.
  5. Create a new order to verify the PayPal payment gateway works.
  • Found the plugin not useful on 12 Apr, 2022

    Hello, I have purchased the plugin, but in the backend panel of my October installation I can't see the configuration for PayPal gateway, I see only "Name", "Code" and "Description" fields, I think I'm missing something. The documentation link redirect me to a general Shopaholic docs, not specific for this plugin, can you help me?

  • author

    Replied on 12 Apr, 2022

    Hi! You should install "ignited/laravel-omnipay" and "omnipay/paypal" packages via composer in your project. If you using omnipay v3, then you should add some custom code in your project:

    public function boot()
    {
        $factory = Omnipay::getFactory();
        $factory->register('PayPal');
    }

    You can find more information about omnipay v3 here

  • Found the plugin useful on 27 Oct, 2020

    I just buy the PayPal Plugin, can you please tell me where to find the step-by-step guide!

  • author

    Replied on 27 Oct, 2020

    Hi, Oliver!

    We've updated the Documentation tab on the plugin page. Please, follow the guide published there.

  • Found the plugin useful on 5 Aug, 2020

    heya ! awesome theme and plugins, I have buy the Pay Pal plugin but I have no idea how to use it. As Eric Hu, may I have the demo code ? here is my mail andymooteealoo@outlook.com Looking forward for your reply, thanks a lot !

  • author

    Replied on 25 Aug, 2020

    Hi, Andy!

    Thx for using Shopaholic. We've sent an email with the step-by-step guide to you. Have you received this email?

  • Found the plugin useful on 6 Jun, 2020

    Hi there, I was paid for this plugin and installed in my project. but I have no idea about use it. Would you like to show me the demo code? My email address is hushulin12321@126.com, it's also my payment account. I look forward to your comments. Thx

  • author

    Replied on 11 Jun, 2020

    Hi, Eric!

    Thx for using Shopaholic. Just sent an email to you. Please, check your inbox.

  • Found the plugin useful on 16 Nov, 2018

    One of the best plugins for payment gateways. The best part is that it easily integrates into your own theme and no custom theme is mandatory. I would like to specially mention the great support (from Andrey Kharanenka) I got during integration to my project. Creating orders is easy, creating offers is easy and the database is quite easy to understand. Great plugin. Highly recommended.

  • author

    Replied on 16 Nov, 2018

    Thank you for your feedback! We'll continue to release new great plugins for different payments services.

1.1.0

Added composer.json to plugin

May 01, 2021

1.0.0

initialize plugin

Aug 07, 2018