laybuy / Magento-2-Latest

2 stars 9 forks source link

Laybuy Info may not be following the Mandatories on your site from the 2019 Laybuy Launch Guide #10

Closed LiamKarlMitchell closed 1 year ago

LiamKarlMitchell commented 4 years ago

Looking at the LayBuy launch guide pdf the Popup details and wording elsewhere are different. There is no Pay By Laybuy button on checkout etc...

Do LayBuy's mandatory requirements have to match closer than this? (It is just a guide?)

I ask because it would be a shame to have LayBuy restricted at some point in the future should the Official Magento 2 module not meet the requirements, and I think it is a positive for the branding/marketing aspect to follow the guide closer.

I'm emailing Scott, onboarding@laybuy.com for more info linking them this issue.

See page 8-9 "Mandatories on your site."

Screenshots;

Laybuy Launch Guide Pages 7,8,9. image image image

Footer logo? image

Presently the Magento 2 plugin popup shows as this. image

I've seen another website implement it differently like this. (not Magento 2 / affiliated) image

And an older Magento 2 site using the previous Laybuy extension looked like this. image Clicking What's this simply redirects to https://www.laybuy.com/what-is-laybuy

image

If I recall I had to add the Pay By laybuy image into that button as well, as it was not there.

Magento 2 does not have the Pay by Laybuy button on checkout.

Payment Method when closed. image

Payment Method when open. image

Proposals

E.g. image Resized down of course.

Source the logos from the official dropbox/download of course.

Similar, Driving Sales might be able to be implemented in an easy way into this module although this section is not mandatory and probably varies depending per each store design and modules/configuration...

Marketing/Branding

Nice to haves:

Kind regards, Liam

LiamKarlMitchell commented 4 years ago

Told we can use https://popup.laybuy.com

Maybe something like this.

    require([
        'jquery',
        'popupWindow'
    ], function ($) {
        'use strict';

        $(".laybuy-modal-popup-trigger").popupWindow({
              "windowURL": "https://popup.laybuy.com/",
              "windowName": "How Laybuy works.",
              "width": 600,
              "height": 500,
              "left": 0,
              "top": 0,
              "resizable": 1,
              "scrollbars": 1
        });
    });

Or maybe this inside the modal shown on the screen, if there is concern about opening a new popup window.

    <div id="laybuy-modal-popup">
        <div class="laybuy-content-wrapper">
            <iframe src="https://popup.laybuy.com/" width="100%" height="520" frameborder="0"></iframe>
        </div>
    </div>
nikolai-overdose commented 1 year ago

Closed due to age and since updated marketing/branding.