Search the Community
Showing results for tags 'username'.
-
hello , i'm using boninstagramcarouse mdoule in prestashop 1.6.1.18 shop in BO configuration , when selecting Get Feeds by "tags" , in the website front , all feeds are displayed but when choosing Get Feeds by "user" nothing is displayed here is the function responsible for rendering feeds : public function getInstagramContent() { if (Configuration::get('BONINSTAGRAMCAROUSEL_TYPE') == 'tagged' && Configuration::get('BONINSTAGRAMCAROUSEL_TAG') != '') { $insta_params = Tools::jsonDecode(Tools::file_get_contents('https://www.instagram.com/explore/tags/' . Configuration::get('BONINSTAGRAMCAROUSEL_TAG') . '/?__a=1'), true); $insta_array = $insta_params['graphql']['hashtag']['edge_hashtag_to_media']['edges']; $res = array(); foreach ($insta_array as $name) { $res[] = $name["node"]; } return $res; } else if (Configuration::get('BONINSTAGRAMCAROUSEL_TYPE') == 'user' && Configuration::get('BONINSTAGRAMCAROUSEL_USERID') != '') { $insta_params = Tools::file_get_contents('https://www.instagram.com/' . Configuration::get('BONINSTAGRAMCAROUSEL_USERID') . '/'); $shards = explode('window._sharedData = ', $insta_params); $insta_json = explode(';</script>', $shards[1]); $insta_arra = json_decode($insta_json[0], TRUE); $insta_array = $insta_arra['entry_data']['ProfilePage'][0]['graphql']['user']['edge_owner_to_timeline_media']["edges"]; $res = array(); foreach ($insta_array as $name) { $res[] = $name["node"]; } return $res; } return ''; } i found that the problem is discussed here https://github.com/instabot-py/instabot.py/issues/1155 but it is ot resolved for me any idea?
-
Hallo zusammen PrestaShop Version: 1.7.3.4 Ich habe für einen Kunden einen WebShop aufgestellt bei dem man Bücher kaufen kann. Den Produkten wurden sowohl kostenlose Download Artikel zugewiesen, als auch welche bei denen man einen Benutzernamen + Passwort braucht. Wenn man einen Download-Artikel herunterladen möchte, bei dem man einen Benutzernamen + Passwort braucht, dann kommt das Formular(siehe Screenshot) wo man Benutzernamen + Passwort eingeben muss. Dies funktioniert hervorragend. Jedoch wenn man auf «Abbrechen» klickt, gelangt man auf eine Standard Seite, welche vom Plesk-Server erstellt wurde. Auf dieser Seite erscheint: Server Error 401 Authorization Required Dann hat man die Auswahl die Seite zu reloaden, zurück zur vorherigen Seite zu gelangen oder auf die Home Page. Kann man diese umgehen und eine eigene erstellen? Vielen Dank für die Antworten. Grüsse
-
username Is it possible to change the user name?
Tanatus posted a question in IP. Board Forum Questions and Issues
Hi, Are there any options to change the username on the forum? As there is no such option in profile settings. Thanks in advance! -
Bonjour, Je viens de m'inscrire et ça commence mal , je pense être aller trop vite comment fait on pour changer le Nom utilisateur de prestashop.com j'ai essayé du coté gravatar ca change rien , merci d'avance x) Si un admin passe par la si possible de mettre un truc du genre Tomtom si il existe mettre 123456 , merci
-
Hallo Forum, wie ändert man Profileinstellungen in seinem Account. (E-Mail Adresse und usernamen) Scheint nicht zu gehen!! Wie kontaktiert man den Support und stellt diese Frage da, denn wenn ich versuche ein Ticket zu eröffnen, dann bekomme ich eine Fehlermeldung und eine französische Antwort. Irgendwie wird es nicht sehr einfach hier Verantwortliche zu kontaktieren, so wie halt heutzutage üblich, Rückfall ins untere Mittelmass auf Kosten der Einsparungen. Schade
-
Bonsoir, Je voulais savoir si je pouvais dupliquer mon site prestashop en cours de développement, je n’ai pas de connaissances sur tout ce qui concerne prestashop, je suis graphiste et je travaille avec un webmaster à l’étranger, ça fait trois semaines que je ne peux pas le joindre, j’ai juste le username et le password sur prestashop, ma question est : est-ce que je peux récupérer tous les informations qui figurent dans le site en ayant juste le username et le password, en effet je cherche un nouveau webmaster à qui je lui donnerais mon username et mon password pour accéder à l’interface, mais est-ce qu’il pourra continuer sans recommencer tout du début ? Et une autre question : est-ce que ça serait possible de dupliquer à chaque fois mon site en cours de développement pour avoir une version à tester et une version de sécurité. Je vous remercie beaucoup d’avance pour votre aide.
- 2 replies
-
- prestashop
- username
-
(and 2 more)
Tagged with:
-
Vole porvi una domanda, facendo un'auto prova di acquisto, ho notato che poi nella gestione dell'ordine indicando "Consegnato" il sistema invia una email riepilogativa dei dati di accesso. Non riesco a capire il perchè.... pur se ciò può essere utilile come pro-memoria per il cliente, ciò che non va è che il sistema invia un riepilogo senza i dati di accesso. C'è da configurare qualcosa? oppure non funziona qualcosa nella versione ps_1.5.4.1 ?? Vi allego lo scatto di ciò che invia il sistema nella casella di posta elettronica. Poi come si fa a modificare il "powered with PrestaShop™" E come si modificano i testi di tutte le email preimpostate che arrivano ai clienti durante la gestione dei loro ordini: - "Preparazione in corso" (che il sistema lo mette come default non appena il cliente inoltra l'ordine) - "Conferma Ordine" - "Consegna in corso" - "Pacco in Viaggio" - "Consegnato" ma la sostanziale differenza che fa il sistema tra "Consegna in corso" e "Coinsegnato" qual'è?? Io invece ho sempre utilizzato per i miei clienti le seguenti notifiche: - "Ordine preso in carico" - "Conferma Ordine" - "In attesa di Evasione" (cioè in attesa che il corriere passi al ritiro dei pacchi) - "Pacco in Viaggio/Transito" - "Consegna in corso" (cioè il pacco sta a breve per essere consegnato al cliente) - "Consegnato" (pacco consegnato al cliente)
-
I have purchased many add-ons, the core ones from Agile - Multiple Shop, Multiple Seller and Presto-Changeo's AW and BDPP. I am looking to have a way to put in a Username instead of the first name. Then use the last name field as the Full Name. This username would then carry through into the Reseller. Is there an easy way to do this? Has someone run into this requirement? I'm not a programmer - perhaps if someone has or has seen an add-on that can do this? I am running Version 1.5.4 Many thanks Lise