Our Magento EE, I must enphasize Enterprise because I've come across a couple of solutions for this same problem but for Magento CE. Magento EE doesn't have core_email_queue_recipients table.
So our Magento is multi-sites and specifically 2 sites, one ebay and the other Amazon connected through M2EPro are having problem.
Ebay site is sending the order confirmation to the right customer as well as to another ebay customer totally unrelated which is horrible.
Amazon site is sending order confirmations to the right customers but sending twice which is not so bad but still.
It did started to happen after we connect a second ebay account under another website/store through m2epro and also our site crashed a few times around this same moment. The new ebay account has already been removed but problem continues.
M2EPro support just don't care, they say it's not related to us and period.
Our 2 other websites which are traded through the platform are fine.
Any ideas?
Thanks a lot!
Related
I'm starting a new SaaS, where shop owners can register and make their own Facebook messenger chatbots.
The project consists of:
1- Frontend(Angular): Where shop owners can connect their facebook pages and insert their products to the database/ see customer's orders and update the order's status through Laravel API Backend.
2-Backend(Laravel API): Where the requests are handled from the frontend(shop owners) and facebook messenger (shops customers) and data are stored/retrieved from MySQL database.
So lets say i got 300 shop owners subscribed to my SaaS, and each shop has 300 daily customers that will use the chatbot.
Note*: when a shop X customer sends a message to shop X facebook page, the message is sent to the laravel backend, and it will retrieve the products with its pictures and he can place an order, then the order is sent to Laravel backend and stored in the MySQL Database, and retrieved on the Angular frontend for shop X owner. Each shop has its own customers, showing different products, using the same backend. There will be nearly 300 shops subscribed.
What is the best way to host such an application?
what specifications do I need if i use a VPS? ex: RAM, CPU Cores, Most importantly BANDWIDTH.
If you suggest cloud services like AWS/Heroku, please give me guidance what services should I buy and in which capacity? Dynos/databases....etc
what if there is 5000 simultaneuos requests made at the same time to the Backend, which way of hosting can handle this?
Should i host the frontend and backend on the same server or seperately?
I'm really lost here and can't understand answers such as "It depends".
I want the server specifications depending on the numbers given, please.
One of your questions. Should i host the frontend and backend on the same server or seperately? For the planned volume, use two servers with highest speed connection you can budget. For MySQL tuning assistance, view my profile.
I've done some research on this forum and cannot really find an answer to this specific problem. I'm testing my Magento store (still in development) with PayPal Pro in Sandbox mode. I know that when I'm in developer.paypal.com, I can create customer accounts, which I have.
I went through the process to check out and pay on the website and got stuck at the Card Verification Number. I couldn't find this information under the customer account profile. Am I missing something?
I read something on a similar question: a set of random numbers will do the trick. Is this true?
I called PayPal support. They said that "123" works as the CVN most of the time. I tested it with my Magento store and it worked.
I'm using M2Epro in a Magento site. When syncing the Amazon Orders to Magento store, it creates the orders and products correctly but the Amazon Fee always shows 0 (Zero) in the Order details in Magento.
I have created screenshots to describe the issue more clearly:
See the Amazon Orders import log
Amazon orders are imported and Magento orders created with similar info. Note the Order #, Magento Order #. An equivalent Magento Order is created for each Amazon order.
See the details of the Amazon Order .
See the details of the Magento Order counterpart of the Amazon order . Note the Amazon fee shows 0 but the actual fee is not 0. We have to update it with real value
I appreciate your help.
As far as I'm aware this is not possible and can only be found in your monthly reconciliation report from Amazon. However as M2EPro is a 3rd party extension. This question would be better asked via their support channels.
Even if your a 3rd party provider you should be able to tap into the Amazon data feed via API and get access to the fees the same way you do it with PayPal/eBay. We have used several 3rd party providers over the years and its never been an issue. This is something M2E should put on the wishlist for future improvements for sure.
How to get the power seller in virtue mart 2.0.8 ?
My Client has asked about this as like in power seller in ebay.
I have searched regarding this content in Google. I have got the following answer in ebay ?
Power Sellers are eBay top sellers who have consistently given great
customer service and maintained high sales volume on the site. They
provide very high levels of buyer satisfaction as indicated by the 98%
positive feedback that they have to maintain.
We are proud to recognize their contributions to the success of the
eBay Community.
So in Virtue mart . How to implement Power Seller ?. Is there any default option available in virtue mart ? Kindly help.
You dont need a Power Seller in VM
VM is not Ebay (auction site) is a e-commerce site the reputation of the vendor is by default 100% ;)
Are you using Multivendor in VM?
Multivendor is in beta and is not ready for production sites
I am in magento 1.6.2 and working on setting up something to show/hide cms page(s) based on customer status.
Similar to the way WordPress has many "paywall/membership" plugins.
So the user subscribes (currently looking at using AW SARP plug-in for that part) --> then magento grants access to the CMS page,
i.e.
Show/Hide Plug-In
Show/Hide Video Program links in Customer Account
A Video Program is a Product on a CMS Page.
Customer buys (or subscribes to) a Video Program
-->a listener looks for customer ID
-->customer ID is found and shows magento what product(s) (one or more products) customer has paid for (and/or is currently subscribed to)
-->magento displays an array in customer account on a tab "My Purchased Videos" that includes links to CMS pages for each Video Program
-->once subscription expires, customer can not access CMS pages for each Video Program.
So, am I right that 1.7 allows customer management /access to be done in a totally different way using REST/OAuth or is REST/OAuth is just one more admin thing?
As far as I understand, the Magento REST API is primarily designed for integrating 3rd party applications, so it's "just" one more admin thing.