Jump to content
thirty bees forum

Manisch

Members
  • Posts

    84
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Manisch's Achievements

Newbie

Newbie (1/14)

13

Reputation

  1. Thanks a lot, that works! (Sorry, can't mark your post as the correct answer) Or for others that might have the same issue: Change it to ORDER BY p.created Also take a look at the file BlogPostCategory.php and change it over there, if you're working with categories. Now all that's missing is the line where to change it for tags, but that's not that important for me.
  2. I'm sorry to hear that - that sucks :/ Is there any Plan B? Or can you give me the link to the other thread? Others probably have asked the same question (:
  3. I'm not sure if I missed something about this module elsewhere, but can you please give me an honest statement about it's current state? If you canceled the work on this module, just say so...
  4. Hi, is there any chance someone over here can help me with the SmartBlog module? (It already came with the template, that's why I didn't use TB Blog) I recently wrote some blog entries about stuff that happened during the last year. Of course their dates were totally wrong/many posts had the same date. So I went to de database and adjusted it over there. But now I have a post from September, then one from August and then November, because they are still sorted by ID. Do you know how I could change this? I took a look at some of the module's PHP-files, but couldn't find something that clearly said "order by ID/Date". Also I'm not sure wheater it's sorted by some controller, or directly in a template file...
  5. Just wanted to check...is this module still a thing? Did I miss something? :D
  6. @yaniv14 said in Can't add new category > missing column in database?: ALTER TABLE ps_category ADD COLUMN display_from_sub tinyint(1) UNSIGNED NOT NULL DEFAULT 0 AFTER active; Thanks, this seems to work :slightlysmilingface:
  7. Hm, you're right. For some reason, I had this memory, that you can preview an email in a separate window... Anyways: You can still right-click on the preview-window and search the code. There should be a div like this: Yes, this sounds a little complicated. But what I'm saying is: If you want to be really, really sure where the source is, this is a way to find it.
  8. When you're in the backoffice (translations > email templates) and then click on "preview", you can see the template path in the browser's address-line.
  9. Hi there, I noticed that I can't add new categories on a shop and guess it's probably a migration-error (Database). After turning on the developer mode it says: ``` Unknown column 'displayfromsub' in 'field list' INSERT INTO ps_category (nleft, nright, level_depth, active, display_from_sub, id_parent, id_shop_default, is_root_category, position, date_add, date_upd) VALUES ('0', '0', '3', '1', '1', '3', '1', '0', '0', '2018-06-23 11:51:48', '2018-06-23 11:51:48')``` ``` Can somebody tell me which SQL command could fix this? :slightlysmilingface: I found something like this for a similar problem concerning products: ``` ALTER TABLE ps_product ADD pack_stock_type int(11) UNSIGNED DEFAULT '3'; ALTER TABLE ps_product_shop ADD pack_stock_type int(11) UNSIGNED DEFAULT '3'; ALTER TABLE ps_pack ADD id_product_attribute_item int(10) UNSIGNED NOT NULL AFTER id_product_item; ALTER TABLE ps_pack DROP PRIMARY KEY;
  10. Just gave it a quick check. On a technical level, it would work. But on a design level, I would have to change some CSS again. So I'll go with your first solution. Wasn't thaaaat complicated anyways :)
  11. Sweet, thanks a lot! Seems to work :) Do you mind posting that also over at the Prestashop forum? First of all the solution could be useful over there, as well. Second I don't want to copy and paste it - you should get the credit. Oh and I'm still waiting for the actual TB GDPR Module. So hopefully no one will notice whether it's compliant or not until then :D Oh 2: Thanks to you, too @DaoKakao :)
  12. @datakick Ah, very interesting. Thanks for figuring that out :) So how do I actually get the hook variable? Never made something like this before... Also I probably have to change the js or css file to apply this new ID, don't I?
  13. Ah ok, the link above doesn't seem to be the best example. Does this one work? https://canelis.de/login?back=https%3A%2F%2Fcanelis.de%2Forder%3Fstep%3D1&displayguestcheckout=1 Or in other words: When you put somethin in your cart, try to check out and therefore create an accout. Then you have the option to use a different billing address (checkbox works).
  14. @daokakao other checkboxes on the same form work. Do they use a different js?
  15. Hello there, I just realized that some of the Checkboxes in the Art Free GDPR Module won't work. You can click them as much (and as hard) as you want, the just won't check. https://canelis.de/login#account-creation (At the bottom > "[] Ich habe die Datenschutzerklärung gelesen und stimme ihr zu. Zur Datenschutzerklärung") I'll also ask the developer over at the PS-Forums, but you guys seem fitter to me :)
×
×
  • Create New...