$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>plugins - How to create a nameplate extension?|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

plugins - How to create a nameplate extension?

matteradmin10PV0评论
Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 6 years ago.

Improve this question

I am looking Nameplate extension like

Where can I get the extension or how to clone it?

Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 6 years ago.

Improve this question

I am looking Nameplate extension like https://www.soufeel/necklaces/design-your-name-necklace

Where can I get the extension or how to clone it?

Share Improve this question asked Mar 14, 2019 at 5:09 RajivRajiv 113 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

Your question is not very clear, but I think what you are asking is if there is a WordPress plugin that allows people to customize a product on your website, like the example you linked to? Or, if you could clone that feature by building your own plugin?

So if that is your question, my answer is below:

The type of extension (or plugin) you are looking is a "product customizer" or "product builder". Simply search for a WordPress plugin using those keywords.

But keep in mind that the website you linked to is not using WordPress, so you might not find the exact same plugin. That website is using Magento, an e-commerce platform.

If you are using WordPress and WooCommerce, you could integrate a product customizer like this one: https://wordpress/plugins/zakeke-interactive-product-designer/. I have not tested it myself, but I came across it and thought you might find it useful. There are other plugins that do the same, you just need to be sure you use the right keywords when searching for them.

I hope this answers what I think your question is. If it was not your question, please consider editing your original question to clarify it as it has already been down-voted twice. Otherwise, you might not get an answer.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far