Akeneo Shareable Product URL Generator permits Akeneo customers to create shareable product views for public customers, offering a read-only expertise.
Customers have the power to set a view password, decide the expiration time of the shared hyperlink, and apply filters to show particular merchandise.
Customers can filter merchandise and consider them in numerous languages. Take a look at our Akeneo URL Media Attribute so as to add public URLs for media information and preview them.
Fundamental Necessities
- This module works with Akeneo 7.0.x. Obtain Akeneo.
- Node and Yarn packages have to be put in.
- Additionally works with Akeneo Cloud Flexibility Mode, which is a PAAS Version of Akeneo
- Share product hyperlinks with others simply.
- Customers have the power to repeat the catalog hyperlink for sharing.
- Set a password to regulate entry to the product view.
- Apply filters to customise which merchandise are displayed.
- Set an expiration time for the shared hyperlink.
- View merchandise in a number of languages as desired.
Earlier than putting in the module through Composer or manually, observe these steps:
- To configure a firewall in config/packages/safety.yml file
firewalls: wk_shareable: sample: ^/wk-shareable/login safety: false
Entry management requiring ROLE_SHAREABLE_URL is outlined earlier than extra common entry controls comparable to IS_AUTHENTICATED_REMEMBERED
access_control: - { path: ^/wk-shareable/view/ , roles: ROLE_SHAREABLE_URL }
Two various kinds of module set up processes can be found for the module.
- Composer Set up
- Handbook Set up
Set up utilizing Composer Set up
Earlier than starting the composer set up.
1: Get the ACCESS KEYS [Create a support ticket]
2: In Akeneo composer.json, add our repository in addition to the set up script.
For Akeneo 7
{ "scripts": { "post-update-cmd": [ "vendor/webkul/shareable-catalog/src/Webkul/ShareableProductViewBundle/install/config.sh COMPOSER=true NO_DOCKER=true" ], "post-install-cmd": [ "vendor/webkul/shareable-catalog/src/Webkul/ShareableProductViewBundle/install/config.sh COMPOSER=true NO_DOCKER=true" ], "post-create-project-cmd": [ "vendor/webkul/shareable-catalog/src/Webkul/ShareableProductViewBundle/install/config.sh COMPOSER=true NO_DOCKER=true" ] }, "repositories": [{ "type": "composer", "url": "https://akeneorepo.webkul.com/" }] }
3: Add our repository and set up script in your Akeneo bundle.json
{ "scripts": { "generate-webkul-shareable-models": "NODE_PATH=node_modules webpack --config vendor/webkul/shareable-catalog/src/Webkul/ShareableProductViewBundle/webpack.config.js" } }
4: Use composer to put in the extension.
composer require webkul/shareable-catalog
5: Full the authentication kind.
6: Ship a Message of Success
7: Delete your browser’s cache.
Handbook Set up for Model 7.x
- After unzipping the suitable extension zip, merge the “src” folder into the akeneo venture.
- Add our repository and set up script in your Akeneo bundle.json
{ "scripts": { "generate-webkul-shareable-models": "NODE_PATH=node_modules webpack --config src/Webkul/ShareableProductViewBundle/webpack.config.js" } }
- From the PIM listing, run the next command over the NO-DOCKER Occasion.
./src/Webkul/ShareableProductViewBundle/set up/config.sh COMPOSER=false NO_DOCKER=true
- After that, run the command under over the PIM listing’s DOCKER occasion.
./src/Webkul/ShareableProductViewBundle/set up/config.sh COMPOSER=false NO_DOCKER=false
- From the PIM listing, run the command under over the NO-DOCKER Occasion.
./src/Webkul/ShareableProductViewBundle/uninstall/uninstall.sh COMPOSER=false NO_DOCKER=true
- Run the command under over the PIM listing’s DOCKER occasion.
./src/Webkul/ShareableProductViewBundle/uninstall/uninstall.sh COMPOSER=false NO_DOCKER=false
Admin may give ACL permission to completely different customers for the Akeneo Shareable Product URL Generator, edit, checklist, take away, shareable product view, and toggle URL in line with the necessities.

Workflow: Akeneo Shareable Product URL Generator
So, upon getting put in the Akeneo Shareable Product URL Generator module, log in to your Akeneo dashboard. Then you definately see the icon “Share URL.”.

To create a shareable URL, you should go to “Share URL” after which choose “Shareable URL,” and click on on “Create”.

Now it’s a must to add the next particulars for the shareable URL:
- Code: Right here you should enter the code of the shareable URL
- Generated Shareable URL: This URL can be generated mechanically if you create the shareable URL, which can be a novel URL.
- Allow Shareable URL: If you’d like, you possibly can allow and disable the URL generated.
- Password (optionally available): To entry the URL, Akeneo person can set the password
- Expire in (optionally available): Additionally, the Akeneo person can set the expiration date and time of the URL.

After that, the person can filter the info by selecting the default channel and locales as wanted.
Then, utilizing the chosen channel and locales, the person can select the language for the Shareable URL interface.
Altering the UI locale will replace the language proven on the Shareable URL interface.

Then you possibly can resolve which merchandise you need to share within the URL and filter them utilizing numerous choices, like:
- Household
- Standing
- Completeness
- Time situation
After that, if you would like a selected product to be shared, you possibly can enter its SKU within the identifier.

After that, click on the save button, and you may copy the URL to share it publicly. When you copy the URL, you’ll obtain a notification that, the URL has been copied to the clipboard.

Then open the URL in your browser. If the Akeneo person has set a password, you’ll need to enter the password to entry the URL.

If no password is ready, you possibly can merely open the URL in your browser, and the checklist of merchandise can be seen.

Subsequent, click on on any product to view its info. You’ll be able to solely learn the product particulars and can’t edit them.
Then you may also select the language (locale) by which you need to see the product particulars.

After that, if you want, you possibly can copy the URL, allow/disable the shareable URL, edit, or delete it.

So, that was all concerning the Consumer Information to the Akeneo Shareable Product URL Generator. For any queries or doubts, attain out to us at [email protected].
You too can increase a ticket at our HelpDesk System.
Please discover our Akeneo Improvement Companies and High quality Akeneo Extensions.
Present Product Model – 1.0.0
Supported Framework Model – Akeneo 7.0.0
Akeneo Shareable Product URL Generator permits Akeneo customers to create shareable product views for public customers, offering a read-only expertise.
Customers have the power to set a view password, decide the expiration time of the shared hyperlink, and apply filters to show particular merchandise.
Customers can filter merchandise and consider them in numerous languages. Take a look at our Akeneo URL Media Attribute so as to add public URLs for media information and preview them.
Fundamental Necessities
- This module works with Akeneo 7.0.x. Obtain Akeneo.
- Node and Yarn packages have to be put in.
- Additionally works with Akeneo Cloud Flexibility Mode, which is a PAAS Version of Akeneo
- Share product hyperlinks with others simply.
- Customers have the power to repeat the catalog hyperlink for sharing.
- Set a password to regulate entry to the product view.
- Apply filters to customise which merchandise are displayed.
- Set an expiration time for the shared hyperlink.
- View merchandise in a number of languages as desired.
Earlier than putting in the module through Composer or manually, observe these steps:
- To configure a firewall in config/packages/safety.yml file
firewalls: wk_shareable: sample: ^/wk-shareable/login safety: false
Entry management requiring ROLE_SHAREABLE_URL is outlined earlier than extra common entry controls comparable to IS_AUTHENTICATED_REMEMBERED
access_control: - { path: ^/wk-shareable/view/ , roles: ROLE_SHAREABLE_URL }
Two various kinds of module set up processes can be found for the module.
- Composer Set up
- Handbook Set up
Set up utilizing Composer Set up
Earlier than starting the composer set up.
1: Get the ACCESS KEYS [Create a support ticket]
2: In Akeneo composer.json, add our repository in addition to the set up script.
For Akeneo 7
{ "scripts": { "post-update-cmd": [ "vendor/webkul/shareable-catalog/src/Webkul/ShareableProductViewBundle/install/config.sh COMPOSER=true NO_DOCKER=true" ], "post-install-cmd": [ "vendor/webkul/shareable-catalog/src/Webkul/ShareableProductViewBundle/install/config.sh COMPOSER=true NO_DOCKER=true" ], "post-create-project-cmd": [ "vendor/webkul/shareable-catalog/src/Webkul/ShareableProductViewBundle/install/config.sh COMPOSER=true NO_DOCKER=true" ] }, "repositories": [{ "type": "composer", "url": "https://akeneorepo.webkul.com/" }] }
3: Add our repository and set up script in your Akeneo bundle.json
{ "scripts": { "generate-webkul-shareable-models": "NODE_PATH=node_modules webpack --config vendor/webkul/shareable-catalog/src/Webkul/ShareableProductViewBundle/webpack.config.js" } }
4: Use composer to put in the extension.
composer require webkul/shareable-catalog
5: Full the authentication kind.
6: Ship a Message of Success
7: Delete your browser’s cache.
Handbook Set up for Model 7.x
- After unzipping the suitable extension zip, merge the “src” folder into the akeneo venture.
- Add our repository and set up script in your Akeneo bundle.json
{ "scripts": { "generate-webkul-shareable-models": "NODE_PATH=node_modules webpack --config src/Webkul/ShareableProductViewBundle/webpack.config.js" } }
- From the PIM listing, run the next command over the NO-DOCKER Occasion.
./src/Webkul/ShareableProductViewBundle/set up/config.sh COMPOSER=false NO_DOCKER=true
- After that, run the command under over the PIM listing’s DOCKER occasion.
./src/Webkul/ShareableProductViewBundle/set up/config.sh COMPOSER=false NO_DOCKER=false
- From the PIM listing, run the command under over the NO-DOCKER Occasion.
./src/Webkul/ShareableProductViewBundle/uninstall/uninstall.sh COMPOSER=false NO_DOCKER=true
- Run the command under over the PIM listing’s DOCKER occasion.
./src/Webkul/ShareableProductViewBundle/uninstall/uninstall.sh COMPOSER=false NO_DOCKER=false
Admin may give ACL permission to completely different customers for the Akeneo Shareable Product URL Generator, edit, checklist, take away, shareable product view, and toggle URL in line with the necessities.

Workflow: Akeneo Shareable Product URL Generator
So, upon getting put in the Akeneo Shareable Product URL Generator module, log in to your Akeneo dashboard. Then you definately see the icon “Share URL.”.

To create a shareable URL, you should go to “Share URL” after which choose “Shareable URL,” and click on on “Create”.

Now it’s a must to add the next particulars for the shareable URL:
- Code: Right here you should enter the code of the shareable URL
- Generated Shareable URL: This URL can be generated mechanically if you create the shareable URL, which can be a novel URL.
- Allow Shareable URL: If you’d like, you possibly can allow and disable the URL generated.
- Password (optionally available): To entry the URL, Akeneo person can set the password
- Expire in (optionally available): Additionally, the Akeneo person can set the expiration date and time of the URL.

After that, the person can filter the info by selecting the default channel and locales as wanted.
Then, utilizing the chosen channel and locales, the person can select the language for the Shareable URL interface.
Altering the UI locale will replace the language proven on the Shareable URL interface.

Then you possibly can resolve which merchandise you need to share within the URL and filter them utilizing numerous choices, like:
- Household
- Standing
- Completeness
- Time situation
After that, if you would like a selected product to be shared, you possibly can enter its SKU within the identifier.

After that, click on the save button, and you may copy the URL to share it publicly. When you copy the URL, you’ll obtain a notification that, the URL has been copied to the clipboard.

Then open the URL in your browser. If the Akeneo person has set a password, you’ll need to enter the password to entry the URL.

If no password is ready, you possibly can merely open the URL in your browser, and the checklist of merchandise can be seen.

Subsequent, click on on any product to view its info. You’ll be able to solely learn the product particulars and can’t edit them.
Then you may also select the language (locale) by which you need to see the product particulars.

After that, if you want, you possibly can copy the URL, allow/disable the shareable URL, edit, or delete it.

So, that was all concerning the Consumer Information to the Akeneo Shareable Product URL Generator. For any queries or doubts, attain out to us at [email protected].
You too can increase a ticket at our HelpDesk System.
Please discover our Akeneo Improvement Companies and High quality Akeneo Extensions.
Present Product Model – 1.0.0
Supported Framework Model – Akeneo 7.0.0