Jump to content

Search the Community

Showing results for tags 'editing'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Addons
  • News and Announcements
    • PrestaShop news and releases
    • PrestaShop Beta
    • PrestaShop Blogs
    • PrestaShop Meetups
  • International community (English)
    • General topics
    • PrestaShop Merchants
    • PrestaShop Developers
    • Taxes, Translations & Laws
    • Community Modules and Themes
  • Forum francophone
    • Discussion générale
    • Aide et support communautaire
    • PrestaShop pour les marchands
    • PrestaShop pour les développeurs
    • Adaptation aux lois Québécoises
    • Modules et thèmes gratuits
    • Modules et thèmes payants
  • Foro en Español
    • Discusión general
    • Soporte de la comunidad y ayuda
    • Comerciantes PrestaShop
    • Desarrolladores PrestaShop
    • Módulos y plantillas gratuitas
  • Forum italiano
    • Forum generale
    • Aiuto e supporto della Community
    • Commercianti PrestaShop
    • Sviluppatori PrestaShop
    • Aspetti legali sull'eCommerce
    • Moduli e template gratuiti
  • Deutsches Forum
    • Generelle Fragen
    • Support und Hilfe aus der Community
    • e-Commerce/Versand-Handel mit Prestashop
    • Prestashop-Entwickler
    • Anpassung an deutsches Recht
    • Kostenlose Module und Templates
    • Generelle Fragen Copy
  • Nederlandstalig forum
    • Algemeen
    • Hulp en ondersteuning, van en voor de community
    • PrestaShop-winkeliers
    • PrestaShop-ontwikkelaars
    • Het aanpassen van PrestaShop
    • Gratis modules en templates
  • Fórum em Português
    • Fórum Geral
    • Ajuda e Suporte da Comunidade
    • Lojistas que utilizam o PrestaShop
    • Desenvolvedores PrestaShop
    • Legislação específica
    • Módulos e temas gratuitos
  • Polskie forum
    • Forum ogólne
    • Wsparcie i pomoc użytkowników
    • Oferty twórców PrestaShop
    • Deweloperzy PrestaShop
    • Darmowe Moduły i Szablony
  • Dansk forum
    • Generelt forum
    • Hjælp og support fra fællesskabet
    • PrestaShop for købmænd
    • PrestaShop for udviklere
    • Love og regler
    • Gratis moduler og temaer
  • České fórum
    • Instalasi, Konfigurasi dan upgrade
    • Obecná diskuze
    • Bezplatné moduly a šablony
    • PrestaShop vývojáři
    • PrestaShop obchodníci
  • Bahasa Indonesia
    • Diskusi Umum
    • Podpora a pomoc komunity
    • Laporan Bug
    • Jasa, Promosi & Lowongan Kerja
  • Svenskt forum
    • Allmän diskussion
    • Installation, konfigurering och uppdatering
  • Forumul românesc
    • Discuţii generale
    • Instalare, configurare şi upgrade
  • Pусский язык
    • Обсуждение скрипта
    • Установка, Настройка, Обновление
    • Прием багов
  • Slovenské fórum
    • Všeobecná diskusia
    • Podpora a pomoc komunity
    • PrestaShop obchodníci
    • PrestaShop vývojári
    • Bezplatné moduly a šablóny
  • Türkçe Topluluğu
    • Genel Konular
    • Topluluk desteği ve yardım
    • PrestaShop Tüccarları
    • Prestashop Geliştiricileri
    • Ücretsiz Modül ve Temalar
  • Diễn đàn tiếng Việt
    • Thảo luận chung
    • Hỗ trợ từ cộng đồng
    • Dành cho chủ doanh nghiệp / cửa hàng
    • Dành cho lập trình viên
  • PrestaShop Communities
    • اللغه العربيه [Arabic]
    • Ελληνικά [Greek]
    • עִבְרִית [Hebrew]
    • 中文
    • Magyar [Hungarian]
    • 日本語 [Japanese]
    • Lietuviškai [Lithuanian]
    • انجمن فارسی [Persian]
    • ไทย [Thai]
    • Malaysia [Malaysian]
    • Eesti [Estonian]
    • Slovenščina [Slovenian]
    • Српски [Serbian]
  • IP. Board Forum
    • IP. Board Forum Questions and Issues
  • Archive
    • Zapłać Moduły i Szablony [ARCHIVE]
    • Moduly, upravy a dizajn [ARCHIVE]
    • Phát triển và các mô-đun [ARCHIVE]
    • Yazılım, Modül ve Tema [ARCHIVE]
    • Модули, Шаблоны [ARCHIVE]
    • Module şi teme [ARCHIVE]
    • Pengembangan dan Modul [ARCHIVE]
    • Moduler och teman [ARCHIVE]
    • Ecommerce x PrestaShop [ARCHIVE BOARD]
    • Vývoj a moduly [ARCHIVE]
    • Kostenpflichtige Module, Templates [ARCHIVE]
    • Módulos y temas pagos [ARCHIVE]
    • Módulos e temas pagos [ARCHIVE]
    • Servizi commerciali [ARCHIVE]
    • Forum - Feedback Contributor
    • PrestaShop Cloud

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


  1. I recently ran into a bizarre issue. I have a product, with no combinations, but it has three attributes and one custom feature. The product has been in the system for a while, and I've edited the price, description, and photos several times already. Each time, everything went smoothy. This time when I saved, the custom feature that I had configured duplicated itself thousands of times. Within a few moments, the page displayed everyone's favorite 500 Internal Server Error. Every time I tried to access that page, I got the 500 Internal Server Error. I tried all the usual tricks for debugging PrestaShop, and the only thing I had were memory warnings in the log file stating that the application was asking for ridiculous amounts of memory and dying out. So, knowing that my server could handle just about anything, I temporarily set ini_set('memory_limit', '-1'); and set_time_limit(0); Then, I clicked on the product in the dashsboard, sat back and waited about 5 minutes. When the page FINALLY rendered, that's when I saw the 2300 custom features. To "fix" the product, I used some simple queries to remove the custom features from the following tables; ps_feature_value, ps_feature_product and ps_feature_lang. The custom feature was repeated 2300 times in each table, and thus was a very easily identified pattern in the DB. Having no luck finding other posts in the forums about this, maybe my story would help others.
  2. Hi all, I have been going round and round AND ROUND in circles about this issue for a while now and still cannot solve it. I will be as detailed as I can about the issue. Overview I have a multistore install setup with 2 shops I run prestashop 1.6.1.6 The issue When editing a product (in either store) it doesn't save the information I just entered when clicking "Save and Stay" OR "Save". It just reloads the page without the information I just entered. It only manages to save the information every so often, intermittently, there doesn't seem to be a pattern, it just saves when it wants to. As you can imagine this make maintaining the store with over 2k products almost an impossible task as it take a whole day to update only a few products because of the constant re-entry needed. Other info All caches, on prestashop and on the server are disabled. There is nothing in the prestashop log. There is nothing in the servers error log. I have tried using several browsers on 3 machines in 2 locations to see if it a client side issue, it isnt. I really hope that someone has come across this issue and has been able to resolve it as I am starting to pull my hair out. Thank you in advance to anyone that can help with this issue!
  3. Witam. Postanowiłem stworzyć swój własny projekt szablonu na podstawie zwykłego podstawowego Classica Zainstalowałem PrestaShop w wersji 1.7.6.0 na moim localhoscie. Pobrałem pliki źródłowe z oficjalnego GitHuba presty oraz wyciągnąłem z niego ( z folderu themes ) tylko szablon o nazwie Classic abym mógł dokonywać edycji. Zainstalowałem Webpacka, node.js aby móc kompilować nim pliki. Dokonałem edycji w pliku theme.scss (zmieniłem kolor headera na czerwony) w ramach przetestowania czy to w ogóle działa. Uruchomiłem konsole wklepałem npm run watch i podobno się skompilowało. Wrzuciłem więc ten cały "mój" szablon do htdocs/themes odpaliłem preste w panelu spoczko wyświetla moją nazwe, przez kogo zaprojektowany lecz nie widzę zmian na stronie sklepu. Od razu uprzedzam, że w wydajności wszystko jest ustawione tak jak być powinno. Czyli najwidoczniej gdzieś popełniam błąd w tym wszystkim ale już na prawdę nie wiem gdzie. Jest szansa, żeby ktoś mi poradził?
  4. Hi, I'm using prestashop 1.7.4.3, I'm new to this framework. Is it possible to add or change class names in the _partial tpls What I attempted: Tried to change the header logo's class name <div class="col-md-2 hidden-sm-down hlogo" id="_desktop_logo"> {if $page.page_name == 'index'} <h1> <a href="{$urls.base_url}"> <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}"> </a> </h1> {else} <a href="{$urls.base_url}"> <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}"> </a> {/if} </div> What I need : As you can see I've added a class name hlogo for the logo, in \templates\_partials\header.tpl but in the homepage this change is not updated. How to get this done. or am I missing anything?
  5. hi i have installed prestashop 1.6.1.11. Now i wanted to edit the CMS content, but if i go to "edit" the page content field is uneditable. please can someone help me?? thank's a lot. laura
  6. We are unable to edit an order after it has been placed. This applies to orders that customers have placed with a credit/debit card on our site as well as order we have done for our customers when they call in. All of these are orders that have yet to ship. For example we often get contacted from our customers that have decided after placing their order that they need a different size or color or even quantity of a product on their order. Sometime they want to add an item that was not on the order when they initially placed it of even delete some items and add some others with a different product ID. We did this process for 10 years on OSC with a simple edit button.and thought this would be one of the easiest things to figure out. We are now running version 1.5.6.1. We paid for and installed the Orlique but it is not working for order edits either. Our option option now is to outright cancel the order and start over, even if the customer simply wants us to change their shirt from Black to Red or something that simple. HELP. Thank you, Jon - Owner Outlet Shirts.
  7. Hi, I must say that I'm a bit disappointed by the documentation for Prestashop, especially compared to the userfriendly backend (for store-owners). What I want is to have 2 menu's (one on top with "site navigation") en one below a slider with the categories (this could be done with the horizontal menu module (which unfortunately doesn't use the bootstrap framework). An example of what I want is here: http://culinair-creatief.icuweb.nl/templates/ Thanks in advance!
  8. Salve a tutti... come da domanda, volevo chiedere se qualcuno conoscesse come modificare il tema mobile di prestashop 1.6.0.9. Volevo modificare la posizione di alcuni moduli solo sul lato mobile e non sul lato desktop. Dal BO ho solo la possibilità di deprecare la visualizzazione sui dispositivi mobili o tablet dei moduli ma non di cambiarne la posizione. Ringrazio in anticipo per le eventuali risposte Cordiali saluti Ramio
  9. I am creating a fashion store using new images. However I would like to keep the bottom images, the problem is the images are fine but for the writing on them which shows as: Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore This goes right across the image. Are there any psd files of these in which i can remove the wording and put meaningful english words on them or indeed are there any just plain same images that i can add words to. I would be grateful for any help i can get. You can see the images here at the footer if it helps to understand what i mean. http://www.gammileathers.com/
  10. Hi, I want to edit my htaccess file, but when i edit it, i cant get on my site and it gives a 500 internal server error. What should i do? Thanks
  11. Hi I'm about to re-design all the mail templates in a webshop and for that I need some informations. I have made a HTML-template with CLASS and ID tags and then I added the style into the template, but it's not working. None of the CSS is in the template when a customer registers? It just shows up unformatted. I have added the template code below. <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style> body { background-color:#005387; } /*account.html*/ .account_top { background-color:#005387; width:600px; margin:auto; padding:10px; } .account_welcome { background-color:#F9F9F9; width:600px; margin:auto; padding:10px; } .account_welcome p { font-family: Verdana,sans-serif; font-size:11px; } .account_credentials { background-color:#FFFFFF; width:600px; margin:auto; padding:10px; font-family: Verdana,sans-serif; font-size:12px; } .account_credential_emailtxt { padding-right:50px; } .account_credential_passwordtxt{ padding-right:58px; } .account_login_button { background-color:#E16109; width:165px; height:40px; text-align:center; display:block; border-radius:3px; color:#FFF; font-size:13px; font-weight:bold; border:0 none; cursor:pointer; text-decoration:none; } .account_login_button a { text-decoration:none; color:#FFF; } .account_theend { background-color:#F9F9F9; width:600px; margin:auto; padding:10px; } .account_theend p { font-family: Verdana,sans-serif; font-size:11px; } </style> </head> <div class="account_top"> <img class="logo" src="http://e-blaek.dk/img/logo.jpg?1407271336%22"> </div> <div class="account_welcome"> <p><b>Hej {firstname} {lastname}</b></p> <p>Jeg vil gerne benytte lejligheden til at sige tak, fordi du har oprettet dig som kunde på min webshop, og håber at min webshop kan tilbyde dig de produkter du leder efter. Hvis ikke, vil jeg meget gerne høre fra dig.</p> </div> <div class="account_credentials"> <p><b>Herunder finder du dine login oplysninger</b></p> <span class="account_credential_emailtxt">E-mail adresse:</span><b>{email}</b><br> <span class="account_credential_passwordtxt">Adgangskode:</span><b>{passwd}</b><br> <p><button class="account_login_button"><a href="http://e-blaek.dk/log-ind?back=my-account" target="_blank">Se din konto</a></button></p> </div> <div class="account_theend"> <p>Skulle du have spørgsmål til webshoppen, produkter, bestillinger eller andet, så er du altid velkommen til at skrive til mig via webshoppen, eller direkte på mail <a href="mailto:[email protected]">HER</a>.</p> <p>Ellers vil jeg blot ønske dig en god fornøjelse med at kigge rundt på webshoppen.<p> <p><b>Venlig hilsen</b><br><i>Anders Helbo Sørensen<br>Ejer af e-blaek.dk</i> </div> Can someone help me with this?
  12. Greetings, I am currently struggling with one serious bug on product page. My problem started when I couldn´t add Subscription, Short Subscription and editing Categories, when I added subscription and then picked category i couldnt choose Default category, so I Saved and Stay and there starts my problem. After this i get three errors, i found out existing forum where its solved: http://forge.prestashop.com/browse/PSCSX-1257 I followed the guide in comments and made this changes: http://forge.prestashop.com/browse/PSCSX-1257 But after this Save and Stay, and Save button are always grey and not working properly.. This is my latest error log from server, when i tried to change products: [Tue Sep 09 15:38:07 2014] [warn] [client 80.188.18.68] mod_fcgid: stderr: PHP Warning: tempnam() [<a href='function.tempnam'>function.tempnam</a>]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/html/_dexus_error/:/var/www/upload/:/usr/local/php5_pear/:/var/www/html/wt04b6b67m/_includes/:/var/www/html/wt04b6b67m/bylinkova-lekarna.cz/) in /var/www/html/wt04b6b67m/bylinkova-lekarna.cz/www/classes/PrestaShopAutoload.php on line 151, referer: http://www.bylinkova-lekarna.cz/admin2193/index.php?controller=AdminProducts&token=8a35ab1a65013ec50f270927cdf82713 [Tue Sep 09 15:38:07 2014] [warn] [client 80.188.18.68] mod_fcgid: stderr: Cannot write temporary file , referer: http://www.bylinkova-lekarna.cz/admin2193/index.php?controller=AdminProducts&token=8a35ab1a65013ec50f270927cdf82713 I am finishing my eshop and this bug shuts down all my work. I will be very gratefull for any advice, thank you.
  13. Well I upgraded to 1.6 but I am having some troubles. On the back end under orders I used to be able to remove or add products to the customers orders. I can no longer do that the option to remove or add new prdocust is not under the customers order. Is there something I need to enable or is this a problem more are having? The only option I have is to add new discount. Any assitance would be greatly appreciated.
  14. Hi, I'm trying to edit the second block of the footer. It says, when I inspect the element, it's in the 'footer module' but I can't find that in module list. Thanks.
  15. Hi there, I am totally new to this and don't have a clue what I'm doing but I do have a problem. I want to add a slogan to my Prestashop store front website and have no idea how to do about it. Someone else set it up and didn't give me any training. So I'm in the dark. At the top right is my loga and I want to put a few words underneath it.
  16. I am a beginner to Prestashop and currently customizing website:Cornerstone Gifts.I need to add/edit background image in home page and other pages especially Personalized gifts,Gifts for men,Women,etc.It will be a very helpful.Thanks in advance..
  17. Allo, For some reason I have duplicate product tags? Anyone help me out on getting rid of this? The products their selves do not have duplicates in the info, its just on the product page? Here is the screenshot; Thanks!
  18. Website address is www.dresscircle.com We have used the module topmenu to create the menu at the top of the page - i.e "Home" "New Releases" "Special Offers" etc. I am trying to change the menu underneath ( CD's DVD's Books etc) with no success. Our website was developed by another company which we now are not working with. Does anyone have any idea how we can change this? If you look at the website the category "Jewelry" has been deleted and replaced with another category but this is not reflected on the front end. I have tried deleting the contents of the cache folder but this had no effect. Any ideas? Cheers.
  19. Hi all, Is it possible to edit the meta tags in page "prices drop" ? I didn't find any help or function in BO to achieve this, so i ask if you can help me to resolve this issue. Thanks
  20. So, I've installed Prestashop onto my GoDaddy hosted website and have it set up to the point that it has the default theme displayed with my custom logo. Other than that I have not been able to make any other changes so as to reflect my brand. I will need to learn how to edit color, etc, but I don't believe that will be very hard since there already seems to be so much information on that subject. What I need help with is how to completely remove certain elements and/or edit them. For example: I would like to change elements of the footer, such as the free shipping icon, since I will not be offering that. I would also like to completely remove the "OUR STORE(S)!" displayed on the lower right hand column and edit the "CONTACT US" because I would like to show my own contact information for customer services. Those are just examples and I'm sure if I learned how to edit/remove those I can figure out everything else I need to do. I am looking forward to what responses the community has to offer and I am very excited to get started on my website. Thanks- Wizzy P.S. I believe it is relevant to say that I am at least average when it comes to HTML/CSS coding. I taught myself a couple years ago and since then have made several simple websites (obviously not ecommerce though lol).
  21. Hey there, I need some help for editing the appaerance/position of the instant ac_results. I want to transplant the searchbox as a menu item on the right. So far so good - I got the searchbox transplanted. But I like to get the instant search results, displayed in the ac_results list, as a "dropdown". Currently it looks similar, but I didn't notice the ac_results in the page source view. Firefox Inspector shows them at the bottom of the page. So if I understand this correct - it seems the searchresults were rendered at the bottom of the page ... if yes, is there a way to get them as a child of the search-form? Every help is appreciated. Thanks Jan [solved] I got help from the author of my theme. He found the line to change in jquery.autocomplete.js: function init() { if (!needsInit) return; element = $("<div/>") .hide() .addClass(options.resultsClass) .css("position", "absolute") .appendTo(document.body); Change the last line to your #id where you want the code to fit in. function init() { if (!needsInit) return; element = $("<div/>") .hide() .addClass(options.resultsClass) .css("position", "absolute") .appendTo("#your_id_where_the_code_should_fit_in"); I also commented the css definitions out to use the styles defined in the theme css file. show: function() { var offset = $(input).offset(); element.css({ /*width: typeof options.width == "string" || options.width > 0 ? options.width : $(input).width(), top: offset.top + input.offsetHeight,*/ }).show();
  22. Dear All Members, I am Aakash running an online Mobile store using PS 1.5. I need help from those who knows how to edit the theme of the site because I want to change the theme from black default color to my own color blocks. Those who knows please reply or contact me on my mail id also at [email protected] Its very urgent so please help me with my concern. Thanks in advance.
  23. Hi! I need to make a few edits to our invoice and although I've coded before fpdf is giving me a slight headache and I don't want to mess around too much and completely destroy the current invoice, so I was wondering if I may ask for help! It's just two things really: 1. The Delivery address section of the invoice needs to be moved to the right by about 2 inches. So those 5 lines, including the title:Delivery and the complete address. 2. Under the invoicing section we need to have the order number duplicated, so just one line down from the country. Those are the two important ones and any help would be greatly received! Thanks! Lydia
  24. Hi, I'm completely new to prestashop, and have no history using Smarty, I have thorough knowledge of html, css and php. I'm trying to edit the default prestashop theme, which I'm managing. But I also want to edit the modules, I have seen that you can have custom modules in a themes folder, but do not know how to tell prestashop that I have moved the files from the modules file to the themes file. The reason I want to move them is because I want to be able to update prestashop without worrying about them being overwritten. Cheers.
  25. I wanted to know of a way to add the total quantity to the PDF Invoices and the Delivery. I think I have to edit the PDF folder, but I don't know what to put. If anyone knows, hte knowledge would be well received. I'm using prestashop 1.4.7.0 and 1.4.8.2. I'll really appreciate the help. -Julio
×
×
  • Create New...