I'm building a site for a client using WordPress and Woocommerce. They use Square are their payment provider. They want to offer Apple Pay. They tell me they have set up Apple Pay on their Square account (I don't have access to it). I have installed the Square for Woocommerce plugin successfully and it is working on everything but ApplePay. GooglePay comes up and can be used, but ApplePay remains unavailable (the button is in there, but set with display:none and when this CSS is changed to show the button it can be seen but the button still does nothing).
I read that ApplePay will only work on Safari on desktop, and I'm testing with Safari. It still does not work.
On the admin side of WordPress, an alert is shown at the top of the screen that says "Apple Pay is not available with Square - there was a problem with registering your store domain with Square/Apple Pay". It then tells me to look at the log files.
I read that some sort of verification file is required, but the client tells me there is nothing on their Square account to indicate that. They select a button apparently, and no files, merchant ID or anything else is mentioned anywhere.
The log files do not mention ApplyPay at all.
Can anyone please advise a next step? I'm at a loss.
Related
Issue Image
I am wanting to get rid of the following text on the page "* Financing not available with sale items or discount codes." If anyone has any idea as to where this type of text is typically located please let me know.
I have scoured through the code and cant seem to locate the specific wording. My working theory is that its not specifically in the code but in the builder somewhere within the bigcommerce GUI. I believe this may be the case since I cant find it in the code specifically.
I've used the stencil-cli to run the web page but only the add to cart button shows, none of the other text or button when a customer is ready to pay.
I have found what I think to be the spcific page it should be under which would be product-details.html
from this I expected to find the specific text
I have inspected the page using google chrome to find where it could possibly be
I have searched in the page builder in bigcommerce but have failed to come up on this specific piece.
I know that the financing button is input using apps and scripts in bigCommerce GUI
I received the request from client service requesting to investigate about the issue from a screenshot sent by a customer. However I met difficulties in identifying what device / platform / browser the customer has used to reproduce it; and hardly can get it from the requester:
From the screenshot, I can pretty sure that this was captured after a registration failure (due to javascript error/disabled). So the cursor moved to the First Name field - the reason why the icon showed. And the icons were not of the web site, so I guess they were from the native-ness of the device/browser. Not sure if it is filled by browser's add-on.
Have you ever met such icons? Could you help me identify the device / platform / browser they might use ? Any light is appreciated :)
Thanks
I recognize this as the LastPass extension, a password manager. In particular, the icon on the First Name field can be clicked to automatically fill in the whole form, and the icons on the password fields will automatically generate a random password using the extension.
It looks like the LastPass extension is available for various browsers, and the form icons appear to be the same for all of them, so that doesn't really offer much insight for what device and browser they're using. I am positive that it's not something built into the browser.
On my Wordpress site which is affiliating with Amazon associate, i have many native shopping ads for products, that normally displays the products pictures with their names and the prices.
Lately, i activated ublock origin on my browser, then i realized there is only a white space in place of the products, at first i thought it was only due to slow internet, then i said maybe it is the cache so i deleted the cache, but nothing changes .... it took me a while to realize that ublock is killing all my native shopping ads.
which means this was going on for a while and i never noticed. maybe that is why the low click through, even that i have a good number of visits!
without adblock, my site look like this:
enter image description here
after adblock, it looks like this:
enter image description here
how can i fix this? is there any workaround it?
I searched in google and i found about asking visitors to disable adblock. that won't do, because it makes them suspicious of the site and usually just leave it.
I know i can put a picture of the products then write information on it with affiliate text link, but that won't give me the same design and usability as amazon's native shopping ads.
So, is there any way that i can make my amazon native shopping ads visible even with adblocking activated? some WordPress plugin or something?
Your help is highly appreciated, I really need this.
Thank you.
No, there isn't an easy way to do this. Those are ads and users with adblockers want ads blocked.
You can try building your own system that delivers the ads and hope that adblockers do not adjust their filters, but that'll probably mean playing whack-a-mole: you change things, they adapt, you change them again, they adapt again.
I have a website (testing) on wordpress and installed a plugin to show google +1 button for each post. And when someone press it, the number increases with one.
My Question is Where this +1 button points ? As far as i know +1 is for google plus posts on pages on profile but my website post is NOWHERE on google plus(page) it is just on my website and the same for facebook like button (where it points)
I hope you understand what i am talking about.Please help
Well, there is a "+1s" page in Google+ user profiles, you can find your own here: https://plus.google.com/yourgoogleplususeridhere/plusones
Seems like it is not visible to other users from the beginning on. You can change that in the settings, but as an external user you probably don´t see other users +1s if they don´t want to. Maybe that´s your problem.
To be more clear on this: If you are not in someones circles and they have furthermore disabled to publicly share their +1s, you might not see them on Google+, although they are there. Somewhere.
I want to be able to upload files using django-cms, and have those files only be visible to authenticated users.
I've gotten as far as creating a "Members only" page, clicking "Login required" and selecting "for logged in users only" for Menu visibility ("advanced settings under /admin/cms/page). This gets me some of what I want; the page itself is not visible unless you're logged in. And the menu item goes away too.
But, the next step is a problem. I can upload a file using the "file" plugin. This puts the file under /media/cms_page_media/. Even though you can't see the page which displays the link, you can still get to the file if you have the direct URL to it. What I need is something which not only protects the page, but the files uploaded to it.
I know my way around most (well, some) of django, so I could do a bit of hacking to get a solution. I'm hoping to avoid writing an entire file manager from scratch (not that it wouldn't make a nice little OSS project).
Django Filer (https://github.com/stefanfoulis/django-filer) has this option in the newest release. It also has a nice set of CMS Plugins which add a lot of value over the default File plugin: https://github.com/stefanfoulis/cmsplugin-filer