Product Designer Problems

Ticket for: Product Designer
0
Product Designer Problems 1
jon fortney
Dec 20, 2021 09:58 AM 0 Answers
Member Since Dec 2021
Subscribed Subscribe Not subscribe
Flag(0)

although I like the product designer its got a few problems, I can live with 2-5 but 1 is a deal breaker...

 

 

  1. I cannot get the output to svg to work, I plan on using this designer to create files for laser engraving/cutting so I *have* to have a vector file,

    if I set the preview file to svg I can download an svg that works just fine (although your fabric.js is way out of date?)

    The "preview" under the generate button shows an SVG just fine, (its shows the background even when I have the background turned off in both the preview and output but I actually want the background in the preview so this doesn't bother me)  but the "preview" in the cart doesn't work, and nothing shows up in the order... it appears to make the SVG just fine its just not sending it to the cart/order

  2. there is no way to escape the designer except for clicking the cart button after an item is added to cart, could you add an X button?
  3. It seems (I've even looked in the product-designer.js files) that the preview and download functions both operate on the "preview_file_format" variable which means the option to select download file type isn't doing anything? should be as simple as changing the download function to a "download_file_format" if one exists, it also seems the generate function in the non pro version runs on preview_file_format, but in the pro version it operates on output_file_format like it should...
  4. If you do not have the background/overlay showing in the preview the background/overlay does not come back after you close the preview, it comes back if you click the generate function though...
    also if you click download before you click preview you download a file with the background, after you click preview you download a file, I believe you should add
    "// Remove overlayImage
    if( inc_preview_overlay !=1 ){
    canvas.overlayImage = null;
    }

    // Remove backgroundImage
    if( inc_preview_background !=1 ){
    canvas.backgroundImage = null;
    }
    "
    to the download function, and then add a bit of code to bring back the background and over lay to the end of both the preview and download function

  5. I have no idea what the purpose of the  "Include to Cart" toggle is, I would kind of just like my sides included to cart by default, but when you press the toggle the product_designer_editor_toast dialog sys 'Please wait, adding to cart' Which implies its adding the product to cart, but then you have to press the add to cart button to actually add the button to cart, I think the dialog should say something else, I would also like to be able to set my sides to default to add to cart so a customer doesn't have to click on that, or just get ride of it? again I'm not sure what purpose it serves
1 Subscribers
Product Designer Problems 1
Submit Answer
Please login to submit answer.
0 Answers
Sort By: