$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 - Upload images on 3D shape by customers|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 - Upload images on 3D shape by customers

matteradmin10PV0评论

I am planning to launch an online store for a product which is a cube based gift. Customers should be able to upload images on a 3D cube (4 sides) shape in the online store and able to customize it. The cube could be rotated by arrows (right, left) These images would appear on the 3D cube after upload. They could upload images from their computer, phone or even Facebook.

Do you think that I should reach out for a developer who only makes me a plugin for Wordpress site or similar to Wordpress? Or should I pay for a whole online store built from scratch?

If you have any questions please ask me and I will try to answer! Sorry for my bad english.

I am planning to launch an online store for a product which is a cube based gift. Customers should be able to upload images on a 3D cube (4 sides) shape in the online store and able to customize it. The cube could be rotated by arrows (right, left) These images would appear on the 3D cube after upload. They could upload images from their computer, phone or even Facebook.

Do you think that I should reach out for a developer who only makes me a plugin for Wordpress site or similar to Wordpress? Or should I pay for a whole online store built from scratch?

If you have any questions please ask me and I will try to answer! Sorry for my bad english.

Share Improve this question edited Dec 21, 2018 at 10:41 Jacob Peattie 44.3k10 gold badges50 silver badges64 bronze badges asked Dec 21, 2018 at 9:40 ShuvoShuvo 111 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

You can try using Gmedia Photo Gallery plugin. It allows you to upload and display images in Cubic 3D. You can rotate the cube left, right, up and down. Take a look at the demo.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far