
2p12p1
Members-
Posts
32 -
Joined
-
Last visited
Everything posted by 2p12p1
-
Mange af mine varer er "out of stock" eller som jeg har omdøbt det "På fjernlager". På produkt siderne fungerer det helt perfekt, og der vises en forskellige tekst afhængig af om produktet er på lager eller ej. På kategori siden vises dog "på lager" hele tiden, uanset om det er på lager eller ej. Eksempel på kategoriside: https://beslagsmanden.dk/70-knager-loftkroge Lige nu har jeg oversat teksten til "Tilgængelig", men langt de fleste af de produkter i den kategori er "out of stock", men "available" vises alligevel på alle produkter :/ Det er muligt at bestille selvom produktet er i 0 Teksterne er oversat på alle 3 statusser Det her er koden i product-list.tpl fra det tema jeg bruger (warehouse) {if (!$PS_CATALOG_MODE && $PS_STOCK_MANAGEMENT && ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)} <span class="availability availability-slidein {if (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}available-diff {/if}"> {if ($product.allow_oosp || $product.quantity > 0)} <span class="availabile_product">{l s='Available'}</span> {elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)} <span class="available-dif"> {l s='Product available with different options'} </span> {else} <span class="out-of-stock"> {l s='Out of stock'} </span> {/if} </span> {/if} {/if} Nogen der har en ide til hvor det går galt? Bruger prestashop 1.6.1.9
-
Du har ret. Får et lavet et custom modul. Kunne ikke finde andre alternativer.
-
Halløj Sidder med et lille problem, som jeg egentlig syntes burde være forholdsvis nemt at løse, men har ledt og ledt, og kan simpelthen ikke finde nogen løsning. Kort: Nogle produkter har jeg brug for at kunne angive flere varenumre til. Jeg kan ikke bruge prestashops "pakke af eksisterende produker" løsning, da de produkter det skal bestå af, ikke er oprettet (det kan kun købes som en samlet løsning) Problemet er når varerne dukker op. På den følgeseddel står kun de varenumre som produktet består af, og ikke det varenummer som overordnet har de 2 produkter under sig. Derfor er det svært for dem der skal pakke, når det ikke er det samme varenummer der står på pakken, som på deres pakkeseddel. Alt dette vil kunne fikses midlertidigt med en intern note. Altså på en produkt side skulle der egentlig bare være et input felt, hvor man kan skrive alt hvad man har lyst til, og det skal så fremgå på ordre siden, hvis et produkt har en tekst tilknyttet. Alt skal bare være internt, og kunden skal ikke se denne tekst. Kan det virkelig passe at der ikke findes sådan et modul/løsning nogen steder? Har ledt og ledt, men kan simpelthen ikke finde det. (Ved godt det ikke er den optimale løsning på mit problem, men har bare brug for en hurtig løsning, indtil den rigtige kan findes)
-
Duplicated products have the same name even though i change it
2p12p1 replied to 2p12p1's topic in Bug reports
You know when you have been struggeling with a problem for a while you almost give up, and then it just hits you.. yea, turns out it's because backend language for my user was set for english, but product names were in Danish. So it would only show the english title in product list, wich was not updated when editing the product name.. (because i was only editing the danish one) -
If you are using Chrome, try to use another browser (like Firefox or IE)
-
Duplikerede produkter skifter ikke navn i oversigt?
2p12p1 replied to 2p12p1's topic in Generelt forum
Tak for svar, men desværre virker det stadig ikke efter jeg har forsøgt din løsning :/ Kunne der være andre steder det går galt? Skal siges jeg har en anden prestashop som jeg har drevet i et års tid uden problemer, og dette er en helt ny shop hvor problemet er opstået. -
Hej alle Nogen der før har oplevet at når man duplikere et produkt, så forbliver navnet det samme i produkt oversigten, selvom man ændrer navnet på produktet? Her er et billede af oversigten, hvor man kan se at navene er ens (som de selvfølgelig ikke skal være) Her er et billede hvor man er inde på produkt siden, og navnet på produktet stemmer ikke overens med hinanden. Bruger prestashop 1.6.1.9 Nogen der har en ide til hvor dette problem kan være opstået?
-
Hey all Ran into this annoying problem today. When i duplicate a product, the name in the back office "overview" does not change.. So if i make a new product called "product 1", and then i duplicate it and call it "product 2". Then on the frontend it looks correct, but in backend, both products are now called "product 1".. It's way to hard to keep track of my products, when they are all called the same thing Here is an example of my products page: (notice how a lot of product names are the same) Here is a random product page: (Notice the name i see in top, and the actual name of the product is different) Anyone know what is causing this?
-
Found a fix if anyone need it My problem was solved when changing the language af back office for employee.. Administration > Employee > Edit the user you are on back to English Or it could suggest something is wrong in the translation if you don't use english Hope this helps anyone with this problem
-
No one? Can anyone guide me to the source file via FTP, where the "product combination generator" button is generated?
-
Hey there I ran into a weird problem, and i need your help once again. Just upgraded to 1.6.1.9, and now my product combination generator button is gone!?!? I took some screenshots here to help clarify the problem I don't know what file to look into, anyone got an idea here?
-
Just tried with internet explorer, and it works perfect.. Thank you so much for the solution!
-
I cannot save or edit product data in Prestashop. I have tried everything from disableing all modules to disable cache etc... Still no luck, and I have searched the internet for help without any luck. When i save an edited product, it will just go back to the original content, and does not show any error message :/ But sometimes it saves.. Maybe every 5 times i save an edit, it will actually save it correct. I have products with 20-30 combinations, each with different product numbers, and i have to edit each combination 5-10 times before the save kicks in, and this just takes way too long Anyone experienced this before? I have no idea how it can only save sometimes, and no error message showing up Using prestashop 1.6.1.7, with warehouse theme on.
-
Still can't get it to work in presta 1.6. Is there really no way to do this without changing the code? Can someone make a simple module that insert the correct code in the right place?
- 64 replies
-
- improvements
- cart rules
-
(and 3 more)
Tagged with:
-
Backend > Settings > Cms = Error 500
2p12p1 replied to 2p12p1's topic in Configuring and using PrestaShop
I tried a clean install on another server, but still the same :/ Anyone that have an idea what to do here? -
So i just installed the new prestashop 1.6.1.3, and i every time i press on the CMS menu i just get error 500. The rest is working just fine When i turn on debugging, i get this error: Fatal error: Class 'AdminCmsCategoriesController' not found in /var/www/primahome.dk/public_html/controllers/admin/AdminCmsContentController.php on line 60 This is (part of) my AdminCmsContentController.php where you can see line 60: http://pastebin.com/hQA2zik8 Anyone experienced this problem before? i have no idea what has gone wrong :/ Any help appreciated
-
Been using tawk.to, since it's the only one i found that's 100% free And free is good for start up like myself
-
[SOLVED] product must be in at least one Category
2p12p1 replied to djholla's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
i'm having the same problem as above.. Kinda makes the site useless since i can't add any products :/ -
So i seem to have run into a kind of big problem here. Every time i try to add a product, i get this error: " product must be in at least one Category " and also " This product must be in the standard category " and when i try to select a category it only shows one category, even though i have created multiple categories. This is the only error i get, and i have tried all solutions out there, but nothing have worked so far :/ i'm using the newest prestashop 1.6.1.1 Any help appreciated, since i cannot add any products to my website for this bug
-
it is just a standard block right now, (english: manufacters) i want to replace it with a block i can put a picture in
-
Hello I dont know what to call such a module I am looking for, and if there even is one. in the side i have this modules http://i.imgur.com/JuKN3eV.png I am wondering, if I can get a picture with a link on it in there, instead of text links?
-
Hello So i set my shop up with another language (danish), and when i use my support (contact), i get a mail back with my response, and the mail says something like: do not reply to this message, because we will not recieve the answer. and then it provide a link, to where i can reply to it. but when i click that link, it goes to the english version of the site?, is there anyway i can change the link. i found it in public_html > mails > reply_msg, but i am not able to change the link
-
yea i found them in my files, but i'm not sure what to delete to get it away (Our stores)
-
Hello again I'm having some problems with editing and deleting some things on my website i made this image of it and pointet it out with numbers http://i.imgur.com/QNX4mBL.png 1. i have no idea where is comes from, the other links in that block i can find in the CMS block, but that last one is nowhere to be found? (it says: Our stores, and when clicked, shows google map with some prestashop stores) 2, 3, 4 is in kinda the same place, but i am not sure how to edit this?
-
[solved] front office not working?
2p12p1 replied to 2p12p1's topic in Configuring and using PrestaShop
I SOLVED IT!! if you wanna put a solved note on it. it turned out, that in my files somehow the folder modules have changed name to modulestmp, so i just renamed it back and now it works