Integrating Square and Magento usually requires the purchase of an intermediary system for synchronizing order and product level data. The largest issue we have faced is the case when the SKU of a product is not necessarily the same as the UPC barcode for a product. Variations of data and/or missing barcode data on certain products, can force a Magento store to use a different value for SKU numbers than the actual read-out from a UPC tag.
Add Email to Data Extension in Salesforce Using PHP
We were recently tasked to switch a data connection that was pushing contacts to Constant Contact, to a new Salesforce account. At first we found a good deal of documentation regarding their API and even PHP examples, however we soon found that much of it was outdated and not very clear as to the best approach to take.
We figured it out and will provide step-by-step instructions in this article.
Tips for hardening your Magento Instances
These are just a few tips that we have added to our standard security hardening service over the years. Some of them are fairly easy to do, while other might require some developmental effort.
Magento Page Speed Success
A success story of a current customer of the Silva Tech Solutions.
The customer sells online boutique clothing in Europe. The customer was very experienced with SEO and knew they needed to configure their store to be as best optimized for mobile as possible.
That is where Silva Tech Solutions came in.
Apache2 fixing the dreaded “ssl_error_rx_record_too_long”
Recently we started trying to configure an HTTP instance to use a self-signed certificate. No matter what we had tried, we kept receiving the “ssl_error_rx_record_too_long” error in Firefox.
Magento 2 “Check Component Dependency” Solution
A quick tip. When you try and upgrade a Magento2.0 site, sometimes you get the dreaded “Check Component Dependencies” error. The worse iteration is when there is no additional information available on the screen as to WHAT exactly is causing the error.
Magento Tealium Consulting
Silva Tech Solutions LLC is proud to announce the availability of our Tealium Data layer consulting services. Tealium is the industry leader in data layer … Read More
New Ubuntu Server Install/ FengOffice PHP 7 How-To
We had an older version of FengOffice that needed to be ported to a new Ubuntu server having PHP7. So with the older copy, we followed the update instructions and upgraded to version 3.5.1.5 without any issues.
We then proceeded to migrate to the new server that had a fresh install of Ubuntu LTS (16.04.3 LTS) and the basic LAMP packages.
Facebook Webdriver ChromeOptions Not Found Issue – Resolved
While working on a few crawling projects we were looking to figure out how the change the USER-AGENT string on a chrome instance.
Debugging SOAP Issues
We recently had a very strange php SOAP issue that cropped up right after an upgrade to PHP on a development server took place. It was a basic SOAP call to Fedex webservices that had always worked before.