How to get custom local storage value in magento2? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraHow to add custom footer template for product view page in magento2How to add the option value for the product attribute in magento2how to create a attribute programmatically in magento2Custom tab in admin product page in magento2Get product attribute measurement in magento2How to add new grid in product form in magento2How to add sidebar in custom layout in magento2?How to get a custom order attribute value in cart api /V1/carts/mine?How to get the wistlist_item_id in magento2How to add class in ko template in magento2
Do I need to watch Ant-Man and the Wasp and Captain Marvel before watching Avengers: Endgame?
A strange hotel
Will I lose my paid in full property
Could moose/elk survive in the Amazon forest?
Unknown code in script
Multiple options vs single option UI
Check if a string is entirely made of the same substring
`microtype`: Set Minimum Width of a Space
Why do distances seem to matter in the Foundation world?
Can I criticise the more senior developers around me for not writing clean code?
Was Dennis Ritchie being too modest in this quote about C and Pascal?
Combinatorics problem, right solution?
Is Diceware more secure than a long passphrase?
Is this homebrew arcane communication device abusable?
Negative Resistance
Drawing a german abacus as in the books of Adam Ries
Double-nominative constructions and “von”
Can a stored procedure reference the database in which it is stored?
How to find the stem of any word?
Jaya, Venerated Firemage + Chandra's Pyrohelix = 4 damage among two targets?
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
How much cash can I safely carry into the USA and avoid civil forfeiture?
How to have a sharp product image?
Island of Knights, Knaves and Spies
How to get custom local storage value in magento2?
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraHow to add custom footer template for product view page in magento2How to add the option value for the product attribute in magento2how to create a attribute programmatically in magento2Custom tab in admin product page in magento2Get product attribute measurement in magento2How to add new grid in product form in magento2How to add sidebar in custom layout in magento2?How to get a custom order attribute value in cart api /V1/carts/mine?How to get the wistlist_item_id in magento2How to add class in ko template in magento2
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
How to get custom local storage value in magento2?
I need to get the custom local storage value in php file .
How to do that
Thanks.
magento2.3 php-7.2
add a comment |
How to get custom local storage value in magento2?
I need to get the custom local storage value in php file .
How to do that
Thanks.
magento2.3 php-7.2
store value in session than use it.
– satish
Apr 13 at 12:07
add a comment |
How to get custom local storage value in magento2?
I need to get the custom local storage value in php file .
How to do that
Thanks.
magento2.3 php-7.2
How to get custom local storage value in magento2?
I need to get the custom local storage value in php file .
How to do that
Thanks.
magento2.3 php-7.2
magento2.3 php-7.2
asked Apr 13 at 9:59
Mano MMano M
1,094220
1,094220
store value in session than use it.
– satish
Apr 13 at 12:07
add a comment |
store value in session than use it.
– satish
Apr 13 at 12:07
store value in session than use it.
– satish
Apr 13 at 12:07
store value in session than use it.
– satish
Apr 13 at 12:07
add a comment |
1 Answer
1
active
oldest
votes
Custom local storage are stored at client side means in user's browser , you can not access it directly. You need to use ajax call with that info to your server to get into in php file.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f269966%2fhow-to-get-custom-local-storage-value-in-magento2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Custom local storage are stored at client side means in user's browser , you can not access it directly. You need to use ajax call with that info to your server to get into in php file.
add a comment |
Custom local storage are stored at client side means in user's browser , you can not access it directly. You need to use ajax call with that info to your server to get into in php file.
add a comment |
Custom local storage are stored at client side means in user's browser , you can not access it directly. You need to use ajax call with that info to your server to get into in php file.
Custom local storage are stored at client side means in user's browser , you can not access it directly. You need to use ajax call with that info to your server to get into in php file.
answered Apr 13 at 11:38
Knight017Knight017
387212
387212
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f269966%2fhow-to-get-custom-local-storage-value-in-magento2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
store value in session than use it.
– satish
Apr 13 at 12:07