Giter Club home page Giter Club logo

opencart-plugins's People

Contributors

mitskevich avatar qwerty541 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

opencart-plugins's Issues

2 bugfixes for Simple-cookie-policy-notice

The following bugs should be fixed for Simple-cookie-policy-notice:

File admin/controller/extension/module/cookie_notice.php line 62:

Replace
'module_id' => $this->request->get['module_id'] ?? null
with
'module_id' => empty($this->request->get['module_id']) ? null : $this->request->get['module_id']

File catalog/controller/extension/module/cookie_notice.php line 7:

Replace
$data['cookie_consent'] = $this->request->cookie['cookie_consent'] ?? false;
with
$data['cookie_consent'] = empty($this->request->cookie['cookie_consent']) ? false : true;

Otherwise, it will complain on some PHP versions!

Juergen

Rename projects

Let's rename projects to some names that will indicate purpose more clearly and will not collide with other extensions in marketplace.

My proposal:
Navigation -> Simple-Navigation-Bar
Cookie-consent -> Simple-Cookie-Policy-Notice
Main-page-catalog -> Full-Catalog-Display

Installation Issue - Catalog display plugin

Catalog display plugin- Getting error while uploading extension via opencart installer.

"Forbidden
Forbidden

<title>403 Forbidden</title>

Forbidden

You don’t have permission to access this resource.

Additiionaly, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

"

Issue with Catalog display plugin

Name of plugin
Catalog display plugin

Describe the bug
После добавления,в Товаре не появляется переключатель "Show in catalog"

To Reproduce
Steps to reproduce the behavior:

  1. Find the product you want to show in the catalog:
    Catalog -> Products -> Product name -> Edit
  2. Go to Data section.
  3. Switch option Show in catalog to Yes.

Server / Test environment (please complete the following information):

  • OpenCart version 3.0.3.2(rs.2) Русская сборка
  • PHP version 7.3.15
  • Chrome

Rewrite simple cookie policy plugin

At the moment, you need to manually enable the plugin on each page. It would be better if the plugin will be enabled by default on all pages in catalog and it was possible to disable it.

It doesn't show anything on one installation of two

Nice and simple. One issue though. I have two almost identical installations of OC 3.0.3.7, one on a subdomain and the other on the main domain. On the subdomain the plugin worked like charm at the first try. On the main domain it did not show anything, even if I followed the exact same steps. Tried all possible combinations of refreshing theme, deleting browser's cache, to no avail, it does not show at all, whatever I do. Any idea, please?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.