Add admin tab in prestashop 1.7 - prestashop-1.7

I'm trying to add some menus on the Prestashop admin sidebar.
how to add a category title like "BLOG" on this below picture?

It's all well explained in the official devdocs :
https://devdocs.prestashop.com/1.7/modules/concepts/controllers/admin-controllers/tabs/#tabs-registration

Related

Joomla - Article not showing up

I have published some articles on Joomla and added theme to module at homepage. But when i click a link, it just show up home page, not article content.
My website here http://vmfederation.com/ and i use template JD Chicago. Example: http://vmfederation.com/23-capabilities/23-why-work-with-us.html
Can anyone help me ?
You have to use the menu link: http://vmfederation.com/services/why-work-with-us.html
Capabilities does not have this item

Opencart 2.2 - new custome theme not available in the admin panel

I just followed this tutorial to create a custom new theme for my localhost opencart 2.2 installation. I followed the following instructions from the tutorial :
Let's create a new directory, named mycustomtheme underneath catalog/view/theme. ..... Furthermore, you need to create three more directories within the mycustomtheme directory: image, stylesheet, and templates.
Then I navigated to Admin->System->Settings and clicked on the 'Edit' button of the default store and in the subsequent page expected to get the custom theme in the 'Theme' dropdown but only the 'Default Store theme ' was there.
The tutorial tells that I am supposed to get a 'Template' dropdown there and I found a 'Theme' dropdown instead due to version change I think.
But how to activate the new theme then ?
To change a theme on Opencart 2.2.0.0, follow below setting:
Login to admin panel.
Go to Extension > Themes > Edit
Select your theme for Theme Directory option
Click on save to activate your new theme.
In opencart 2.2 you need to go into the Admin->Extensions->Themes
I know it's bit late to answer but it can be helpful to others.
In OpenCart 2.3.0.2 creating a custom theme is little complex , i have already answered it here , you can check this link
Why is OpenCart 2.3 custom theme not showing?
or can find this blog
http://undefined.gr/site/2016/10/09/custom-opencart-2-3-0-2-theme/
In Open Cart version:2.2
"Admin->Extensions->themes" You can Select your theme.Enable That theme.
After that go to "Extensions->Modules->Theme Control panel",choose your theme and click on insert data,then all data added successfully.

How to remove link from magento site top navigation subcategories?

How to remove link from magento site top navigation subcategories. I want subcategories should be there but it should not be click able.
Help will be appreciated.
There is no "fast way" to do it.You need to create a new module, to override the existing one and change the way that categories are printed through magento.

how to add fishpig "blog" link to main navigation in magento

I'm using Magento WordPress Integration I'm wondering how to add fishpig "blog" link to main navigation in magento ? Currently it's only adding a link to my top header navigation.
Thanks
The above answer correctly shows how to add a link to your toplinks, however this is included in the extension by default. If you want to do this, you can enable/disable this from the extension's configuration area.
If you are referring to the Topmenu (the Category menu), it is now possible to create a custom Menu in the WordPress Admin and have this automatically added to your Magento Topmenu.
To do this, create a menu in WordPress. If you only want a single link to your blog, create a menu with this just this link in. Next, login to the Magento Admin and go to the configuration area for WordPress Integration. Under the fieldset labelled 'Menu', you can enable menu integration and select your newly created menu.
This will only work if your theme uses the Magento Topmenu block, which is the default menu block for Magento 1.7. Some custom themes use a custom menu extension for this menu and it is highly unlikely that this custom extension will call the necessary event.
As always, ensure you are using the latest version of WordPress Integration as this feature is quite new and has only recently been added.

How to remove VirtueMart Featured Products from category browsing page

I have used joomla and virtuemart to build a shopping cart in the following link enter link description here
My problems are:
How to remove feature products in that category browsing page?
How to show feature products in a separate page in a separate menu item?
Thanks.
Or you can just go to the VirtueMart component Products>Special products (which will show you a check on the products that are placed as "featured".Click on those products,go to their Product Status tab and just uncheck the box which says "On Special"
1) Featured products can be removed from your browse (category) page by commenting out the line
//echo $ps_product->featuredProducts(true,10,true);
in the following files (which file depends on which layout you're using)
/components/com_virtuemart/themes/default/templates/browse/includes/
browse_layouttable.tpl.php
browse_listtable.tpl.php
browse_notables.tpl.php
2) I suggest making use of the VirtueMart Featured Products module (mod_virtuemart_featureprod) and loading the module into an article.

Resources