Create Grid in Magento Edit Customer - php

I would like to create a grid and add/edit form in magento customer edit page.
I have successfully created new tab in customer edit page. On my previous practices, I have created a grid and forms on the top menu but not on the customer page.
QUESTION:
How to create a grid and form in customer edit page? it is similar to billing agreement grid, news letter grid, wishlist grid.
The process should be like this.
The admin will choose a customer and click it.
On the edit page, the admin will navigate to a custom tab that display a grid and button.
The grid display some details like title, short description and others.
the admin can add some list that is only available to that customer.
the newly added list will be added to the grid

Related

With Gravity Forms Product Add-ons + Woocommerce, is possible to create an add to cart link?

Here's the scenario:
I have a product using gravity forms product add-ons with prepopulated fields in the URL.
Example: website.com/product/book/?title=BookTitle&price=9.99
When a user clicks the link, the fields are prepopulated into the product so when the user clicks the add to cart button on the product page, the details are injected into the product and displayed on the cart & checkout pages. This part works well.
Is it possible to create an add-to-cart link that includes the URL parameters?
Example: website.com/cart/?add-to-cart=20762&title=BookTitle&price=9.99
I know this probably doesn't work like this, but ideally, I want a simple add to cart button that adds the product to the cart and also includes the URL parameter information.

How to add a notification next to custom admin menu?

I want to show a notification bubble next to a custom menu name on admin dashboard.
It's a custom admin menu, And the notification will be showing a custom value from the Database.
Something like when there is a new WordPress update.
I viewed some question, But they were related to posts and not custom menus.
How to do that?

magento associate product grid on custom tab

I created a menu on admin panel and created two tabs under it.
1. product
2. information
I want a product grid on product tab similar to CATALOG->MANAGE PRODUCTS grid.
how to implement this can anyone tell me.

Opencart show sidebar in checkout page

I am new to opencart. Here as per my layout I have a left sidebar where I can see all the product category. I have used the sidebar in home page and product details page and it is looking fine. Like this I want to show the sidebar in checkout Page . So can someone kindly tell me how to show the sidebar in checkout page?
Login to your admin area then navigate to:
Extensions > Modules
Then click on the Edit link (under the actions column) next to Category module name.
Click the Add Module button and select Checkout as your layout and Content Left as the position.
Make sure that you've enabled it and click Save. Refresh your page and you should then see the category list on your checkout page.
Hope that helps!!

WHMCS Custom product field on Product profile page

I have looked all over and can't find it in the documentation through developer nor normal documentation, is there somehow or somewhere to allow displaying of all custom fields or X custom fields on a product overview page for the customer?
For instance we sell some products that have special keys in the custom product field for that product, we have added these custom fields to the product once the purchase is done. But how, other than the original email sent to the customer, do I show this to the customer when they view their product details page?
I figure it must be in the template file for product details but I don't know if there is a switch I'm missing to just turn it on or if I have to manually grab it (if it's even there to grab).
Well, just uncheck the admin only check then.
It will be displayed within the client area-> products and services -> product details.
And make sure that clientareaproductdetails.tpl contains something like following :
{foreach from=$customfields item=customfield}
{$customfield.name} : {$customfield.value}
{/foreach}
Well , if you want your product custom fields to be viewed by the customers,
all you have to do is allow that custom field on admin panel to be displayed.
You can do that, by admin panel ->setup->product & services -> related product->custom fields
There you make sure that followings are checked :
Show on Order Form
Show on Invoice
And the following is unchecked :
Admin Only

Categories