

manolinda
Members-
Content Count
35 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout manolinda
-
Rank
Member
-
Exclude image from main site but include on ebay (mag 1.9)
manolinda replied to abaxas's topic in eBay Integration
I think you have to create an atribute called "Media Image" and assign it to your designated set. It is a bit confusing because this creates a new role to the existing gallery functionality, so choose this role for the image and change your description policy to use that image. Regarding pic2 and 3 I have no clue. https://docs.m2epro.com/display/eBayMagentoV6X/How+to+upload+images -
How to configure your image gallery not to have an “onclick” event
manolinda replied to Westwood's topic in eBay Integration
@NickT dirty CSS solution: div#gallery > div#etb-gallery > div { border: none !important; } div#gallery > div#etb-gallery > div > div { background: none !important; } -
How to rename "M2E Pro Payment" to "eBay Payment"?
manolinda replied to manolinda's topic in eBay Integration
This option does not exist anymore in Magento 2, so I had to go the alternative way or did I miss something? Many thanks to PP for the unserialize hint, but sadly did not yet have time to realize it -
Shipping and Tracking Information Duplicated Hundreds of Times
manolinda replied to Deckside's topic in eBay Integration
Is there only us having this problem? As far as I can see the top one did not add new duplicates in the last month and there are less duplicates for newer orders, but it is very random and I am still annoyed by this. -
In Magento2 you can set in the synchronization policy whether you want the out of stock to be respected or not during sync.
-
How to rename "M2E Pro Payment" to "eBay Payment"?
manolinda replied to manolinda's topic in eBay Integration
Alright if someone else is having the same problem, I came up with this solution. I am using SNM PDFprint: {{if helper.eq(payment_method,'m2epropayment')}} Ebay Transaktion{{else}}{{var order.getPayment().getMethodInstance().getTitle()}}{{/if}} However instead of just saying "ebay transaction" I also would like to tell if it was paid using paypal or bank transfer, but I still have no solution for that. -
Shipping and Tracking Information Duplicated Hundreds of Times
manolinda replied to Deckside's topic in eBay Integration
We are having the same issue, this needs to stop as soon as possible. Some orders just have a few duplicated entries, the top one got 464 entries and it just about 4 weeks old, I do not want to know how many it will be in a few years. -
After How much time product will be visible in Ebay Store?
manolinda replied to ankur.isyn's topic in eBay Integration
for me it has been instantly, but sometimes ebay servers take some time to synchronize each other -
Variation article does not get listed because of too many images
manolinda replied to manolinda's topic in eBay Integration
This is driving me so crazy, I deleted the additional images and assigned a unique base image to each variation (because M2 is somehow buggy at handling the same image for multiple skus) and the variation article got listed partly, but threw out another error " The Variation data of the Product (e.g. Variation Titles, Variational Attribute) must be changed before it can be updated on the channel. The Variation Titles/Options may not correspond with the original values, or may not meet the channel requirements (e.g. Title length). " Because of this error I stopped the listing, deleted it completely from m2epro to readd it again newly afterwards. Maybe the system got confused with variations or sonething I thought. And what do you think happend now? I am back at the problem from the first start, item does not get listed and it gives me the same "too many images" error again. I really do not know what to do next. -
Variation article does not get listed because of too many images
manolinda replied to manolinda's topic in eBay Integration
I have smallen the variation article down to 26 variations and deleted the additional images of each variation. So the main product has only one image and each variation also has only one image assigned to it. But the error mentioned above still persists. I also tried to reduce the image count of variations in the image and desciption policy, but that also did not change anything. Last thing I can imagine and the only difference to my other variation listings, is that I am using the same image for some variations, I am going to change this today and report. -
I just ran into an error and do not know how to go about it yet. I am trying to list an article with 104 variations, each variation has at least one image and at most three. But it does not allow me to list this article on ebay and gives the follwing error " Sie haben mehr Bilder als die zulässige Anzahl eingegeben." (You have more images than the allowed amount). Is this a configuration problem? I listed another article with about 40 variations and just one image for each variation succesfully. In the ebay help center it just says a maximum of 250 variations and up to 12 images for each variation.
-
Configurable article showing wrong image after selection in ebay
manolinda replied to manolinda's topic in eBay Integration
I have changed the description policy to change only for the desired single attribute, but it still changes the image for the other attribute which is not selected in the policy. -
How to configure your image gallery not to have an “onclick” event
manolinda replied to Westwood's topic in eBay Integration
I am using Magento 2 and latest m2epro and there is no oncklick event in the gallery (if the gallery gets shown, see my other thread )