Help – How to add a custom customer number

My Client wants to be able to set a separate Customer Number for their clients, different from the auto-generated id. The requirements are:

  • Ability to filter/search Customers by that number
  • Display that number on the Invoice PDF
  • Ability to edit that number in the admin interface

Since I’m a newcomer to magento development I was hoping I could get some pointers as to where to start solving this. I don’t think there already is a module that should do that? (At least I couldn’t find any)

I’ve watched this tutorial on module development and have found it very helpful, but am still somewhat struggling to figure out what the best solution for this problem would be.

Aby help is greatly appreciated.

submitted by /u/Your_Friendly_Nerd
[link] [comments]

What Are the Vital Function of Magento Developer In Ecommerce Service?

Magento growth incorporates a substantial selection of jobs as well as additionally a considerable ability, in the setup and also configuration of your Magento store in your scratch, to developing Magento subjects as well as customized attributes, upgrading your shop to the most recent variant, migrating from a various platform refining the shop’s performance, as well as a lot more.

submitted by /u/guideinfoways
[link] [comments]

Make r/Magento great again!!!

Following a previous post about this thread being abandoned and in the community spirit I think we can do more to gain control of our community space.

What rules would you like implemented? Could we use flair / filters effectively? Are their any communities we would aspire to be like?

Dead,dying,thriving,evolving whatever your thoughts are on the CMS we are all going to be working on it for at least 5 more years.

I’m prepared to invest and put some agency resources to making this thread great if I have some peers to support me.

submitted by /u/delta_2k
[link] [comments]

when you go to https://magento.test/gear/bags.html for example how does magento handle it

I mean I read that the anatomy of a magento url is something like frontName/controllerName/actionName. but what about when I navigate to gear and then bags

It takes me to ‘https://magento.test/gear/bags.html ‘ and then when I try to click on sort by product name it takes me to https://magento.test/gear/bags.html?product_list_order=name What handled the click and changed the url.

I’m confused so much can anyone give help or guidelines or steps I can take to understand how this is hapening

submitted by /u/Spiritual-warrior
[link] [comments]

Unable to read response, or response is empty error

Hi! I am using Magento 2.2.7 on a dedicated VPS server (CentOS 7).

I am trying to active intregration with Klaviyo service.

When I click on System -> Integration -> Activate I get this error in var/log/exception.log:

[2022-04-01 14:12:37] main.CRITICAL: Unable to read response, or response is empty {"exception":"[object] (Zend_Http_Client_Exception(code: 0): Unable to read response, or response is empty at /home/domain/public_html/vendor/magento/zendframework1/library/Zend/Http/Client.php:1093)"} [] 

I also checked with tcpdump and it seems there is some issue with remote CA:

https://imgur.com/kAXr5jI

I followed this guide (since Klaviyo is hosted behind CF network):

https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/install-cloudflare-cert/

Anyway, still no luck.

Any suggestion?

Thank you very much!

submitted by /u/sughenji
[link] [comments]

Unique hostnames for each Magento server in cluster, is it possible?

Hi all,

With magento is it possible to have a unique hostname to address an individual node in a web cluster for testing purposes?

The scenario is this:

We have multiple identical web nodes behind a load-balancer. I want our QA teams to be able to test an individual node independently by bypassing the load balancer and hitting the node directly. We could use something like web1.domain.com web2.domain.com and so on. The point here would be to validate that functionality works properly on an individual node rather than assessing through a load balancer where you might get session fixation or random flapping that hides the problem.

I know that a QA tester could alter the hosts file to achieve this, but having a go-to hostname seems a simply solution.

It’s easy enough to add a server alias in apache or nginx, but I’m not sure what kind of Magento config would be necessary to have a single store instance respond correctly to multiple hostnames/aliases. Hopefully this is doable?

Appreciate your thoughts!

submitted by /u/kwisatzcraperach
[link] [comments]

How to Add Custom Product Attribute Programmatically using Data Patch in Magento 2

Hello, Magento Buddies!

While working with an eCommerce website, you need to add product attributes to allow customers to choose the desired option for the product like color, size, material, etc. In Magento 2, the admin can add any custom product attribute. Deep dive into How to Add Custom Product Attribute Programmatically using Data Patch in Magento 2.

Complete Tutorial on How to Add Custom Product Attribute Programmatically using Data Patch in Magento 2

submitted by /u/themagecomp
[link] [comments]