Showing ideas with label extensions.
Show all ideas
Free extension from Blackbird ContentManager. Monetico download by reguest via jabber: uvoice@creep.im
... View more
See more ideas labeled with:
-
extensions
Requesting a change to Page Builder text editor element to include the html view button in the TinyMCE toolbar. In Magento 2.3.3 when I insert the text editor element into a page or block I'm working I only have standard formatting controls (bold, itallic, style, paragraph and etc. If I need to do any kind of additional editing of content to add div tags to style content via CSS, add Google event tags or adding any html code not availbe in the toolbar I can't. There is no way for me to edit the content's source code. There is an html element that can be dragged in however you can't flip back and forth from code to WYSIWYG mode to review your changes. This makes it difficult creating content because you're either making only allowed basic formatting or you have to do everything in pure html. No the most user friendly experience for site users. In Magento 1.14.x TinyMCE had a view source button that would allow us to toggle back and forth for ease of editing. I'd like to see this feature restored to core functionality. I did see a git commit for this exact feature here: https://github.com/magento-devdocs/pagebuilder-examples/tree/master/Example/PageBuilderExtensionText I think its critical that content marketers have this feature to allow them to quickly create blog posts, product pages and blocks with ease of use in mind. Coding via pure html is time consuming for non developers. Please consider this feature to implement in the near future.
... View more
See more ideas labeled with:
-
admin panel
-
CMS
-
extensions
The library is deprecated by its author, see below comments bu author: “This repository has been archived by the owner. It is now read-only. Deprecated. This is a very old polyfill which served old browser decently for the last 4+ years. I am not actively maintaining this project but I would eventually accept PRs if you really need to use it. Please have a look at better alternatives such ES-Shims.” There is a known issue with infinite recursion in this library that’s been identified in a pull request opened a year ago that the author has not yet reviewed or merged. https://github.com/WebReflection/es6-collections/pull/45/files Magento should update this library as it causes issues with third part JS conflicts.
... View more
See more ideas labeled with:
-
extensions
I would like to inform , That whenever uploading the product image that was adapted mechanism defaults stored the media to locally instead of s3 bucket , even when you install the s3 extensions, It should avoid and need little identify to default mechanism to adopt s3 bucket.As well as the invoice always storing in locally it should save in s3 bucket.
... View more
See more ideas labeled with:
-
admin panel
-
Catalog
-
extensions
-
Shipping
Hello, I would love to integrate OSPOS with Magento 2 as all the other POS systems are extremely expensive! Is there a way to do this, or will I have to manually export the data every time? Thanks, Prem
... View more
See more ideas labeled with:
-
extensions
Issue Currently there is no simple way to check what quote item was just added to the cart. This causes issues for module developers who need to work out what item was added to the cart for a custom module. Possible Solution Right now we have: $this->checkoutSession->getLastAddedProductId(); To get the last added product however there is no way to fetch the item id. A possible solution is to give us a saved session for getLastAddedItemId for example: $this->checkoutSession->getLastAddedItemId();
... View more
As per current mechanism , If new version release then we must need to put live store into maintenance mode or need to do it into staging and need to upgrade version first and then test whole site and if any issue occurred with current code then need to fix it and after all of stuff doing we able to move latest code into live site. It all taking minimum 1 hrs if user's have very high speed server to complete this process. If magento have auto update version feature like auto update browser version then it will more safely way to choose magento than other framework.
... View more
See more ideas labeled with:
-
extensions
-
other
Firebase Push Notification module: This module is very frequently used with mobile applications. We can provide features listed below: Admin area to configure firebase authentication key. Rest API to save device token when someone gets logged-in with mobile application. Send push notification to mobile devices on various events like new order, order status change, abandoned cart etc. Send bulk notifications for newsletters and marketing campaigns. Save the list of notifications sent to customers and allow resend the notifications. I have already prepared a sample module and planing to publish it on Magento Marketplace.
... View more
Hi, What I'm missing is an option in my account, my purchases to remove an extension from my list. Sometimes you add a extension and decide it's not working or not what you wanted. Now all the extensions stay in your marketplace, my purchases and through that end up in my magento backend webwizard. Would be nice to have this option.
... View more
See more ideas labeled with:
-
extensions
-
other
There is no easy way to automatically add a widget to every product within a specific category. Every time a new product is added, you have to go and edit the widget and add this new product to the list. Which becomes a problem when we are talking about 1000 of products. The use case for this is a product type where we want a global instruction text for all these products within a specific category. We do not want to include this text in every single product description, because we want to update it centrally on one location if needed.
... View more
See more ideas labeled with:
-
admin panel
-
CMS
-
extensions
-
platform
Sometimes in custom development we need to implement a Pool (http://designpatternsphp.readthedocs.io/en/latest/Creational/Pool/README.html). In Magento there is the \Magento\Framework\ObjectManager\TMap class, which is a generic Pool. The idea is to use it as a VirtualType, or even in a composition of a Pool (as it's done for many Pools in Magento 2 core). Is there any reason to make it as internal? What's the recommended way to achieve a pool with the Magento 2 stack?
... View more
When selecting options, such as color and size. The SKU and Tier Pricing should change. If price and sku are fields when making a configurable product, these should change on the front-end when selecting the options. I mean, images change when selecting color. This should happen on the category view and product view.
... View more
See more ideas labeled with:
-
Catalog
-
extensions
I tried to create a new model, different from what Magento has and I was unable to create a fixture for that entity when I wanted to create an integration test for a method. I also tried to create a fixture for an out-of-the-box model (Catalog Product) and I was able to access that entity in the test method, so I was able to assert properties. I am using: $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager(); to create new objects. This works fine for core classes like: ->create(\Magento\Catalog\Model\Product::class) But when I try to use it on a custom made module the data is not saved and I cannot load it inside my test. Is there an extra step or something we have to take in order to achieve the desired outcome?
... View more
See more ideas labeled with:
-
developer
-
extensions
Activate Bluefoot on Scheduled Events CMS We have bluefoot installed on Magento EE 2.2.1 and it functions as designed, however we are trying to do scheduled events on CMS pages and the "Activate Bluefoot" button is not available in this section. If you go to CMS page the wysiwyg will have the activate bluefoot, but from there if you want to schedule a change to the page and open the slider "Scheduled Events" the wysiwyg editor does not show the activate bluefoot. If there something we can do to get this to show? Is this going to be fixed? Do we need to just extend the bluefoot ourselves to fix this? Thanks
... View more
See more ideas labeled with:
-
admin panel
-
CMS
-
extensions
Hi, Currently it is only possible to choose either GTM Or Universal Analytics in Magento backend and it will only render one or another on store fronts. One of our customers wanted both of these together on frontend and we commented the condition check at ga.phtml file to accomplish this. If possible and is conceptually correct, please make this feature avaialble in future magento versions. Thanks and regards, Manaf
... View more
See more ideas labeled with:
-
API
-
extensions
For the simple product, is it possible to add the new Option Type of "Image", so that we can uploads the images for the customers to choose?
... View more
See more ideas labeled with:
-
extensions
As a customer, I would like to sort my wishlist or requisition list items individually so that I can can group products together and organize my lists 1. Magento 2.2 w/B2B extension 2. While on a requisition list with more than one item 3. Dragging my items will change their order within the list 4. On drop, the item position will be saved via ajax 5. On refresh, my item positions will be preserved
... View more
In my site, when customers click on a product image, a lightbox opens with the large close-up product images. I sell clothing, and customers like to see model stats for each different model image (model height, weight and sizes of garment being worn). Text in images looks terrible in responsive websites so it would be nice to have a way to add a text description to product photos to describe what's in the photo. But there is no way to show text alongside the images natively in Magento (alt tag is too limited and not functional in all browsers). It would be great to either simply show a text description underneath each photo -OR- a more slick solution would be an on-hover block of text overlaying each photo.
... View more
In magento 1 X.commerce produced the following guide http://info2.magento.com/rs/magentosoftware/images/magento-extension-developers-guide-v1.0.pdf Its approximately 70 pages long. I found this invaluable in learning how Magento 1 worked. Put simply it was a short guide that produced an extension from start to finish teaching many basic principals of Magento 1 such as: Code setup and configuration - code structure Design setup - templates and layouts Frontend development - database schema, models, output (blocks), routes, helpers, sample data Backend development - admin configuration, routes, models, output (including grids), helpers, ACLs I believe where this guide succeeds is that it carries a single example across many topics. More importantly it has the right level of detail in terms of producing something useful yet not too much to becoming obsolete overnight. And it focuses on magento in terms of PHP development unlike some of the books I've read through which cover a far wider range of topics and often include a few chapters on installation and setup for example. I realise that Magento 2 is technologically more advanced and perhaps this is too difficult to achieve. However reading through the developer docs many areas still seem disjointed (and by this i mean a common example which is carried throughout - not simply a collection of snippets of information) and I feel it would be really helpful if an all-in-one guide extension guide was put together not only for me but to help the greater community. To give you a bit of history I'm a competent Magento 1 developer but I'm finding some Magento 2 concepts difficult to follow. I'll be honest I've seen https://u.magento.com/training/schedule/ and I believe your pricing will stall the adoption of Magento 2
... View more
Our website like many, many others charges customer credit cards when they order therefore automatically creating an Invoice. Our customers can change their order before shipment so we need ability to edit the Invoice in exactly the same way as editing an Order. To take this one step farther, it would also be nice if the original Total Price could be tracked so that when the Invoice is edited, the delta charge/refund amount is shown and can be charged or refunded to the credit card.
... View more
See more ideas labeled with:
-
admin panel
-
extensions
-
other