Skip to content
#

opencart

Here are 305 public repositories matching this topic...

engwalid1971
engwalid1971 commented Dec 21, 2019

admin/view/template/marketplace/installer.twig

Replace:

$('#progress-text').html('<span class="text-success">' + json['success'] + '</div>');

With:

$('#progress-text').html('<span class="text-success">' + json['success'] + '</span>');

admin/view/template/marketplace/marketplace_info.twig

Replace:

$('#progress-text').html('<span class="te
arnisjuraga
arnisjuraga commented Jul 5, 2017

Hi!

We have changed the methods. Now you set assets more dynamically, in the controller or in Theme functions.php files. We needed the way, how to switch between themes.

Please, check out and test the branch: https://github.com/copona/copona/tree/add-assets
Assets are set by relative path, like:

$this->document->addStyle('assets/css/first.css');

then

  • checks, if the asse

Improve this page

Add a description, image, and links to the opencart topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the opencart topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.