Nopcommerce 3.3 Plugin for admin required - nopcommerce

I am looking to create nopCommerce plugin which will add menu in admin and from that menu i want to show a report view and than want to add report functionality on that view.
I am able to add menu in admin from plugin but when trying to access view from admin site its giving view not found error .
Thanks in advance if anyone can provide me any sample of admin plugin.
Regards
Sunil

In version 3.30 the views are embedded resource. Check the properties of the view and path in the method, which return this view.
This is working example:
return View("Nop.Plugin.Shipping.FixedRateShipping.Views.ShippingFixedRate.Configure");

Related

Free, editable calendar for Wordpress site that using Elementor?

I am updating a website that was built (not by me) in Wordpress using Elementor. I'm trying to add a calendar that can list basic events and provide links to them. I found the plugin called "Wordpress Calendar" and have been able to add one of those to the draft of the site, but whenever I right-click on the calendar and choose "edit calendar," a bar pops up on the left hand side of the screen telling me about "user restrictions." So I can't actually add any events to the calendar. I think I have full access to edit the site. Is there a way to bypass Elementor and create the calendar in Wordpress code?
Is there a free way to add an editable calendar? I see this but I'm not sure how to integrate it into the Elementor site: https://wordpress.org/plugins/the-events-calendar/
Sorry, I'm new to WP.
You can use this solution:
1- Install that plugin you have found https://wordpress.org/plugins/the-events-calendar/
2- Visit this page https://theeventscalendar.com/knowledgebase/k/embedding-calendar-views-with-the-tribe_events-shortcode/ and get the shortcode you need. The shortcode will display the calendar you want on any page you place the shortcode in.
3- Insert the shortcode within Elementor builder: just add a new "Shortcode" element and insert the shortcode you need into it.
Note: the calendar can only be edited by you in the backend.

How to customize Wordpress edit post page

I want to add some extra form fields to an existing page in Wordpress.
This page is where you are redirected whenever you edit a post or page.
My problem is I don't know where to find this file or what its called.
I need to know what file i need to edit in order to be able to add the new inputs.
this page would only be seen if you are an administrator and logged in and in dashboard.
I'm using wordpress edge shuffle theme.
The easiest way to solve this is to use Advanced Custom Fields. ACF allows you to specify custom fields that appear on certain edit pages in the admin. You'll then have custom data to use on your frontend templates.
Check out this tutorial for more.
For me, as I was just trying to figure out how to edit my posts page
While logged on to my admin account to edit, I went to my actual page and the top admin bar had an option of "customize" and that took me where I needed to go to add some css

Sonata Admin Create Page Like Settings

I am using sonata admin as my backend, and there is a list of the modules(services) here.
When I clicked on left side menu links, it will redirect me to listing page.
Now I have one module in where I do not want listing page, but I want a page like below where I can directly have the fields and update the values in the database everytime same as the setting page. Where I can have the columns just I update the values.
Please enlighten me for the same.
Thanks in advance.
Menu in Sonata Admin is based on KNP Menu. So depending on what you really need to add there are some ways to customise it using:
custom controller
menu provider
extending the menu
Details in the docs.

How to create a static page where to add posts in wordpress?

I am new with Wordpress and I need some help.
I have added this theme to my website (theam demo link) and I am trying to create a page where I can add new post and every post must be on the same page and with a read more button (like home page from the link).
Go to Settings > Reading and under "Front page displays" select "Your latest posts."
You should go to the WordPress site and read the getting started as this is a basic setting. Also, read the documentation that comes from the theme developer. It will have further information as well.
In your WordPress admin,
go to Pages » Add New to create a new page Like Blog
go to Settings » Reading
under the Front page displays option choose A static page.
under the Blog page displays option choose A Blog page.
Hello,
You should create a child theme where you can enter a custom template where you can enter the custom loop you need to have the posts you want to show.
Then you will need to create a page and activate it with the custom
template you made.
Hope that can help, however there are a lot of other ways to achieve what you want and this one is not the most beginner friendly but i think it is the most developer friendly, so i think you should at least check it out.
install the plugin visual composer it will help you a lot

Customize Silverstripe Login Form

I have password protected my whole Silverstripe site and now I need to customize the form fields for the login screen. Where can I find where this is happening? Another problem I would have is: I want to show the custom login screen to anyone not trying to access http://example.com/admin (meaning, show the default login screen if an admin is trying to login, else show the custom one).
I'm using the latest version of Silverstripe (2.4.5)
might need this too in a future project, so i did some research and found these:
http://tamethebackbutton.blogspot.com/2009/09/customize-your-own-silverstripe-login.html
might work for you too?

Resources