How do I use the Product Designer? |
|
Important Please also note that the Product Designer is only compatible with CORE themes. If your theme is HTML-5 the Designer cannot be used. 3dcart's Product Designer allows you to create a product that can be easily customized by your customers by adding their own image, text or selecting from your preset designs. Product Designer - Basic SettingsThe Product Designer can be set up in several different ways but let's first go over the basic settings you'll need to be aware of. Base LayerThe product designer will include a base image of your product and an interface that the shopper will use to customize the product. As the shopper selects and adds their customizations to it, the selected additions will be added to this base layer. Therefore, the first step in this process is to set the base layer and the basic "work" area they'll be using. Note
A popup menu will appear with some of your main products. Use the search bar at the top of the popup modal to locate your specific product.
You will see the following: As mentioned, we need to set up a base layer to act as the work area for the designer, so follow these steps:
Additional Information
As mentioned, these additional parameters aren't used for the base layer. Instead, they are used for any additional layers you might be adding to the base layer (i.e. transparent overlays). Typically, the overlay items you can add are smaller in scale than the base image, therefore we include scaling and positioning fields for these situations. For the base layer, they can be left default.
Designer SettingsDepending on the size of your base layer image, you may have some clipping or overflow of the work area graph background. To correct this you'll need to set the work area to have the same resolution as your base image.
Tip Also on the Designer Settings popup, you will see checkboxes for displaying Text, Image, and "Choose from Designs" portions of the Designer interface. With the Product Designer, you can make the customization options either openly customizable by the user (meaning they can add their own images/text and place them wherever they choose on the product), or the option parameters are set by you as to where they can be applied on the product (for example, if the design can only be applied to certain areas of the product). These checkboxes, if marked, will give the shopper the ability to add the customizations and move them around freely on the product. We'll cover these more in the next sections. Designs (optional)Below the product designer settings area, you will see a section labeled "Designs" and an open text field. One of the Product Designer options you can present to your shoppers is the ability to select from preset designs that they can apply to the product. In order to use this option, you will first need to create the designs as transparent .PNG images (or .SVG) and upload them to your store using FTP or the File Manager. Then, when the images are uploaded, special coding will be needed in this Designs area to reference those images. Tip In the example shown above, we are using the same coding as the sample code provided, but with the "source" paths and titles changed to reflect the images used in the tutorial. Fonts (optional)Below the Designs section, you will see a similar section labeled "Fonts" with its own open text field Another aspect of the Product Designer is the ability to let shoppers add their own custom text to the product. This section allows you to specify the fonts that the shopper can select from. As with the Design section, this section will use special code to provide the shopper with fonts to select. Tip In our example above we used the same sample coding with some additional font choices added. Product Designer ExamplesNow that we've covered the basic setup of the Product Designer's base layer and options, let's go over some examples of how it can be set up. For this tutorial, we'll set up a simple T-Shirt that can be customized in one of three ways:
Open Design vs Merchant SpecifiedAs the merchant, you can configure the design options on the Product Designer in either of two ways:
We will outline how to set up each method separately, but you may also use a combinations of both methods to get the desired effects for your product's customizations. Open DesignTo set up the customization options and have them openly placed by the shopper, follow the steps outlined above to complete the following:
Once those steps are done:
Additional Information When marked, their respective options will appear at the top of the Product Designer and allow the user to add each option as a layer.
Once you get taken back to the Product Designer, click on the preview button to see your product Your shopper can click on the "Add" button and add their selected customization. After the customization is added, they will be able to click on it and manipulate its size, placement, font and more. The user also has the option of adding/deleting layers on their customization, download and print the mocked up image, zoom in and reset their customization as needed. Note Additionally, be aware that with the Custom Text option, the user is limited to only the base color (black) for their font. In the next section, we'll cover the Merchant Specified way of adding designer options. This method offers you more control in limiting the customer's ability to change the size and positioning of the design, as well as giving you control of how many layers are created for the product. Merchant SpecifiedTo set up the customization options and have them placed by the shopper where you specify, follow the steps outlined above to complete the following:
Once those steps are done click on the Designer Settings button and uncheck all three checkboxes and click "Save" on the Designer Settings window Note However, for your particular needs, you may wish to keep them turned on. It is entirely up to you. For Custom Text:
You can also set the placement variables if you'd like, but these can be left at their default settings as well if you'd like.
The Product Designer will load up again, and you will see the base image along with your text layer.
You can also resize and edit the layer further as needed during this point. Where you place it and whatever size you make it will serve as the "bounding box" for the layer. The end-user will not be able to apply their text outside of this space. Note
Your shopper can now click on the placeholder text to customize the text as well as the text's coloring. However, due to the text layer's settings, they will not be able to place the text just anywhere nor change the size of the text since it will be limited to the layer's bounding box. For Image Uploads and Preset Designs:
*Tip
You can also set the placement variables if you'd like, but these can be left at their default settings as well if you'd like.
The Product Designer will load up again, and you will see the base image along with the image you specified for the “Upload Zone” layer.
You can also resize and edit the layer further as needed during this point. Where you place it and whatever size you make it will serve as the "bounding box" for the layer. The end-user will not be able to size or apply their image outside of this space.
Your shopper can now click on the Upload Zone area to see the options available to them.
Whichever option is selected, they will be able to resize the design as long as it stays within the bounding box area. However they will not be able to rotate the design or move it outside of the bounding box. Furthermore:
Advanced UseFor the purposes of this tutorial, we described the Open Design and Merchant Specified methods separately. However this was merely for demonstrative effect. You are free to set up the designer however you’d like. You can set it up to use all both methods on a single product or combinations of option settings to get different effects for your product. Also be aware that the steps outlined here are simply the “out of the box” set up steps. The coding that is generated by the Product Designer can be edited further by you at any time to provide you more control. You may review the generated code simply by clicking on the “Advanced Settings” button of the Product Designer. Important | |
|