Giter Site home page Giter Site logo

magebay99 / magento-product-designer-tools Goto Github PK

View Code? Open in Web Editor NEW
1.0 6.0 1.0 108 KB

Free Online Products Designer Pro Connector for Magento 1.9.x

Home Page: https://goo.gl/m8iIh7

License: Apache License 2.0

PHP 61.40% HTML 36.53% JavaScript 0.05% CSS 2.01%
online-printing product-designer-tools magento screenprinting dtg-printing onlineproductsdesignertools personalized-printing t-shirt-designer-tool magento-tshirt-designer-tools

magento-product-designer-tools's Introduction

Demo Online Product Designer Pro https://goo.gl/kYho1j

About Online Products Designer Tools #PDP

Products Designer Pro (#PDP) are compatible with the most popular ecommerce platforms, such as Magento 1.9.x, Magento 2.x, Woocommerce, OpenCart, Shopify, Prestashop. It provides solution for online printing on demand services. Alt text Helpful links:

Free download The Magento 1.9.x Connector plugin for the Product Designer Tools

  • The Magento 1.9.x Connector plugin will connect Magento 1.9.x with Product Designer Pro system https://goo.gl/AFlnBQ
  • Manage order and export all customized designs from Magento Backend (Export and Edit customized design from customer's order details)
  • Manage personalize products which was pushed by #PDP (Update information)
  • Customer can save customized design in My Customized Design section (Magento user can save or order customized design)
  • Source code is open for any suggest or customization the shopping cart rules.
  • Only contributors can submit commit.

Download

Lastest Version

Installation Guide

  1. Disable Cache of Magento 1.9.x from System Cache management.
  2. Download and upload into your Magento 1.9.x root directory
  3. Refresh cache and logout to ignore authentication 404 issues
  4. Config module in Magento Backend

Disable Cache

Alt text

Configuration the connector module

Alt text

Enter installed path of PDP. For example domain.com/designer then just enter 'designer'

Alt text

One click to push products from PDP to Magento1.9.x

  1. Config Connector #PDP with Magento 1.9.x.
  • Enable Shopping cart and connect to Magento 1.9.x:

Alt text

  • Enter API access information to connect with Magento 1.9.x(it can be Magento admin access) Alt text Check this post for tutor how to get Consumer key and secret https://goo.gl/z9ZjtA
  1. Push products into Magento 1.9.x for ready to sell.
  • Push single product to Magento 1.9.x Alt text
  • Push multiple products Alt text

After products are pushed succesful, all these items status will be change to LIVE in #PDP, and ready for sell on Magento 1.9.x.

We have not tested on Magento 1.8.x or less than version number. 3 . Display Button Customize it in category page. 2017-04-24_1417 1

Open file app/design/frontend/YOUR_PACKAGE/YOUR_THEME/template/catalog/product/list.phtml

find code

<button type="button" title="<?php echo $this->quoteEscape($this->__('Add to Cart')) ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>

Change it to

<button <?php if($ispdp) { echo 'style="display: none"'; } ?> type="button" title="<?php echo $this->quoteEscape($this->__('Add to Cart')) ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>

Add the code to above it

<?php $ispdp = false; ?> <?php if(Mage::helper('core')->isModuleEnabled('PDP_Integration')) { if(Mage::helper('integration')->checkPdpProduct($_product->getSku())) { $ispdp = true; } } ?>

Add the code to below it

<?php echo Mage::app()->getLayout()->createBlock('integration/pdpproduct')->setData(array('product_data'=>$_product))->setTemplate('integration/product/list.phtml')->toHtml(); ?> 2017-04-24_1454 1

See Customized Design in Admin Order

Go To Sales => Order ymlhsnx

See Customized Design in Customer Email . If Store Send an email to user's email ater completing order. He can see Link design in his email. He can click to link view detail design. firefox_2017-06-12_14-49-26

See Customized Design in Customer Account Page. If user access to his account page. He can see the design in his order. 6ghcn1o

Module Connector for other e-commerce platform

magento-product-designer-tools's People

Contributors

haunv8888 avatar magebay99 avatar maiuoc avatar storevan avatar tansautn avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

magento-product-designer-tools's Issues

Shopping Cart

Edit product: go back to designer page to continue edit the design.
Click on customized design open on new tab with customized design.
Same Magento 2.

Adding Colored Shirts and Size Prices without custom options.

Hi,
I need to add colored shirts cost and prices per size without using custom options. It can be added in the section where shirt colors are added. Then it sums up with the price on the price grid for a total price.
Here's is an example of what I currently have with my other software (See Attached).
sample

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.