

vzex
Trusted Members-
Posts
399 -
Joined
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by vzex
-
Is there a faster way than going into each product's associations? I've changed all of mine so far but couldn't find a quicker way to do it.
-
Thanks! @Havouza works great for me also! But I had a bit of a panic at first :) Not quite sure what I'm doing most times but when I can fix it myself it makes me happy! :) Followed tutorial but after changing files I ended up with shop not found config.inc.php on line whatever it was page error. Replacing my backup two files did not fix! This did: delete cache/class_index.php so it will rebuild the class cache file @Havouza said in New theme modules for 1.1.x: I have used Vekias tutorial and just changed code in one page and got the full tinyMce editor https://mypresta.eu/en/art/prestashop-16/extended-rich-text-editor.html Works directly like a charm
-
Yes please! I don't have 1,000 of items so I was just trying to figure this out myself the other day!
-
Email translations No subject was found in the database
vzex replied to vzex's question in Bug Reports
Thanks! will check them out -
Email translations No subject was found in the database
vzex replied to vzex's question in Bug Reports
I like your thinking @Occam! We need a tips and tricks thread :) Was already through them all one by one, have a mac so no notepad++ and thought it could be a bug not sure why it happened. -
Email translations No subject was found in the database
vzex replied to vzex's question in Bug Reports
@Occam said in Email translations No subject was found in the database: Seems there was a problem with the installation process. Can you confirm that there exists a subdirectory /mails/ at all? I'd guess no. Mine does exist: mails/en My installation was a clean install via cpanel If the subdirectory would exist, tb will accept the changes and clone the changed mails directory to /themes//mails/, where it will be searched automatically in case of further changes. Solution: Go to localization --> translations --> section: Add / Update a language and import your language. Then try again to modify the mails. Will this solution overwrite all the "powered by prestashop" I've already edited out? If it will should I just replace the three emails from a new copy of TB? orderchanged orderconfproductlist orderconfcat_rules -
Unable to use html edit orderchanged to remove powered by PS "No subject was found for orderchanged in the database" The following were blank:
-
FIXED! Went into cpanel advanced DNS zone editor followed directions to set up SPF and DKIM did not change the phishing email warning in gmail. Problem was I was using my gmail address for my store email once I changed store email from my gmail address to my domain email the warning is gone! Thanks!
-
Does anyone know why gmail makes such a mess of the confirmation emails? Could it be my local gmail settings? Anyone else notice this for testing orders? Last thing I want to do is send what looks like "phishing" emails to customers.
-
THANK YOU! @Traumflug I now have the switch but the product page still shows condition. Do I need to edit more than: controllers/admin/AdminPPreferencesController.php ? My prior solution was to use . . on the translation page, adding dots to the product in place of condition :( Not really sure how github works or your command line code so I edited this file in cpanel: controllers/admin/AdminPPreferencesController.php When I edit a file using cpanel I rename with an x in front of the original name so they all fall to the bottom for easy backup retrieval if needed then make a new file with the original name then edit or copy code. As a non coder this works for me! I'd love to learn better ways though! Adding lines 228-235 as show here gave me a page error. https://github.com/thirtybees/thirtybees/pull/260/files So I clicked "view" then "raw" copied/saved all the text into a blank AdminPPreferencesController.php file Halfway there! Worked as a switchable option but not on the item page I have performance/cache turned off :( After this is sorted can we have the option to switch off gender title and birthday for registration? :) :) :)
-
Switch to remove condition/manufacturer without messing with files for the non coding types! Would seem odd next to a food product, nah I'll take the used or refurbished :) Seems my biggest search after installing TB or PS is how to remove (whatever) from prestashop :) Once solution goes to open file and comment out/change/add....things can go really wrong!
-
@alwayspaws So sorry! Missed your question! Do you already have a square account? If not here is a sign up referral for $1000 free processing within 180 days of account set up https://squareup.com/i/3A892D7A If you signed up on your own already you should be able to just order a reader on the bottom left of your square admin! Also, I highly recommend comparing amazon prices against square's prices for the upgraded chip reader. When I got mine last year the chip reader stand (nice heavy weight to it) and chip reader were cheaper than through square!
-
True! Lots of little somethings add up to bigger somethings :) $$$ is always a good form of appreciation!
-
I second that @alwayspaws! Currently do off line payments or square invoices. There's just a lot of square users, not sure how many would/have paid $150 for a module. But honestly, after spending so many hours trying to fix things the price is probably very reasonable for the developer's expertise, just not in my budget. The main need of an online store is payment!
-
I'm sure there are much more important things on the to do list but if there is a TB wish list section, PLEASE add square.com payments. It seems 99% of US crafters use this form of credit card payment and one simple post to Etsy would bring a lot of users to TB to create their own web sites! The api is available but a bit beyond my skills! https://squareup.com/developers
-
So glad I found thirtybees! Thanks! With PS seemed I was searching for ways to neuter all the distractions rather than improve the site! Huge thank you to those who formed this project! I'd love to see it stay simple, I had to start with a fresh install since the TB default template had issues for me. It never installed properly during migration but it showed up in translations to choose between the two.
-
Sorted Permissions that worked for me 755 and 644 Thanks!
-
Hm... Installed okay now the admin page is 500 error but the store I can access. More permission errors? Not sure why they are changing though? Is there a list of all the file permissions to check?
-
File was downloaded from thrtybees earlier today Seems it was a file permission error for install/index.php it was 0664 instead of 0644 I'm able to access the install page now will continue install later Thanks!
-
/install/ directory gives error 500 config/defines.inc.php changed to true same generic error page permissions set 0775 and 0664 for files after webservice PHP Version 5.5.37 Wanted a fresh clean install after database backup upload took down front and BO I've installed prestashop manually several times without issues so not sure where my problem is with TB Using hostgator but their shared business account does not have softaculous only quick install
-
My host sorted it out referring me with this reply: I was able to get rid of the error by doing the following suggestion from the prestashop forum: https://www.prestashop.com/forums/topic/523540-cant-log-in-to-backoffice/#entry2312009 Love how fast it runs without all the advert bloat! Thanks for the reply!
-
There is no PSDEVMODE in file /config/defines.inc.php I get this error on the maintenance page: x Warning: mcryptdecrypt(): The IV parameter must be as long as the blocksize in /home1/xxxx/publichtml/shop/classes/Rijndael.php on line 102 Warning: Cannot modify header information - headers already sent by (output started at /home1/xxxx/publichtml/shop/classes/Tools.php:1) in /home1/xxxx/publichtml/shop/classes/controller/FrontController.php on line 574 Keep getting sent to login which doesn't work but will send new log in email can only access BO if I click back pages I get this error on modules page: Warning on line 2169 in file /home1/xxxx/publichtml/shop/classes/controller/AdminController.php [2] Cannot modify header information - headers already sent by (output started at /home1/xxxx/publichtml/shop/classes/Rijndael.php:102) Notice on line 31 in file /home1/xxxx/publichtml/shop/modules/blockrss/blockrss.php [8] Use of undefined constant _PSPEARXMLPARSERPATH - assumed 'PSPEARXMLPARSERPATH' Warning on line 31 in file /home1/xxxx/publichtml/shop/modules/blockrss/blockrss.php [2] includeonce(PSPEARXMLPARSERPATHParser.php): failed to open stream: No such file or directory Warning on line 31 in file /home1/xxxx/publichtml/shop/modules/blockrss/blockrss.php [2] includeonce(): Failed opening 'PSPEARXMLPARSERPATHParser.php' for inclusion (includepath='/home1/xxxx/publichtml/shop/vendor/pear/pearexception:/home1/xxxx/publichtml/shop/vendor/pear/consolegetopt:/home1/xxxx/publichtml/shop/vendor/pear/pear-core-minimal/src:/home1/xxxx/publichtml/shop/vendor/pear/archivetar:.:/opt/php55/lib/php') Also got error 500 trying a fresh install :( Any guidance appreciated! Thanks!
-
Am able to access back office but not my pages after migration I get the following error. Thought I'd post before wiping and starting over hopefully it can be fixed. Could not roll back either. Warning on line 2169 in file /home1/xxxx/publichtml/shop/classes/controller/AdminController.php [2] Cannot modify header information - headers already sent by (output started at /home1/xxxx/publichtml/shop/classes/Rijndael.php:102) Line 2169: header('Cache-Control: no-store, no-cache'); PS Found thirtybees looking for a fix to the PS plain text password email! Hi glad to bee here :)