Jump to content
thirty bees forum

alwayspaws

Members
  • Posts

    2,067
  • Joined

  • Days Won

    2

Everything posted by alwayspaws

  1. I'm still trying to change the default field separator and multiple value separator in the back office for CSV imports. I want the field separator to be a caret which is this symbol: ^ and the multiple value separator to be a comma. It's been two weeks since I updated ONE CHARACTER in the code and uploaded the edited form.tpl so, supposedly, any cache that was stuck should be cleared by now if it is cache I cannot clear myself in admin or my three browsers. The only change to the existing code was to change the comma to a caret for the field separator. The multiple value separator was already a comma, so it did not need changing, however, it still has the multiple value separator as a semicolon in the CSV import section in the back office. That, in itself, means something else needs to be updated. What can it be, please? Here is the field separator code: ** and here is the multiple value separator code: ** and here is the screenshot of the updated form.tpl: Here it shows the latest updated file exists on my host: @SLiCK_303 Maybe you can help me figure this out. You're great at finding solutions.
  2. Fixed this issue as follows: View an order. Click "view delivery slip" to see your delivery PDF Edit delivery-slip.addresses-tab.tpl I changed 33% to 45% here: {$orderinvoice->shopaddress} Click "view delivery slip" to see your updated delivery PDF.
  3. Ok, I'll experiment a little with the delivery-slip.addresses-tab.tpl file. Thanks!
  4. @SLiCK_303 They're exactly the same. Change 33% to something less, like 25%? There are several templates: delivery-slip.addresses-tab.tpl delivery-slip.payment-tab.tpl delivery-slip.product-tab.tpl delivery-slip.style-tab.tpl delivery-slip.summary-tab.tpl delivery-slip.tpl
  5. I only have delivery-slip.addresses-tab.tpl in the root folder. The theme folder for pdf only has a language subfolder and an index.php file
  6. @Kent please see https://forum.thirtybees.com/topic/1230/email-error-message-when-updating-order-status-to-delivered/89 It has the COD module for download and install.
  7. I like it the way it is now. The code for "here are your login details” would make "Thank you for creating a customer …“ too small.
  8. When I used text-transform: capitalize “Thank you for creating a customer account...” was in initial caps so I changed it to text-transform: sentence and it looks great like in my screenshot. If there is no such thing then I just invented it. LOL
  9. @ajensen27 said in New theme modules for 1.1.x: @alwayspaws Yes the font color looks much better but would also change the black in the top menu bar (the hover too). I've been working on that and trying to decide what colors would look best and be attention-getting. Dressed up dogs are not enough! lol! And the category pictures on the homepage does look better without the text than it does with it over the image. I would still try to incorporate the name of the category under those pics though. I can only have it one way - captions on the pics or no captions. AFAIK And that color looks a lot better than the deep purple before. Looks much more professional now. All in all, the site looks great. Thank you! I needed this encouragement. As I was about to hit submit, I just noticed that product zoom box is way off to the left. I would fix this so that it is directly right of the main product image. On my desktop in three browsers, my zoom looks right: Also, can barely read the login and contact text in your header bar. Would change those font colors to white. Those are also being worked on. I have to figure out which setting they are from. Transformer has so many color and font settings. If you need any more suggestions, shoot me a DM. -Alex Thank you, Stephanie
  10. @SLiCK_303 Now I see it. Summary: To use sentence case instead of ALL CAPS in email templates, change text-transform: uppercase to text-transform: capitalize For this: Welcome {Firstname} {Lastname}, I changed the text-transform: uppercase to text-transform: capitalize I changed the extra large font size from font-size: 28px; to font-size: 18px; and for this: Thank you for creating a customer account at {shop_name}. I changed text-transform: uppercase to text-transform: sentence The code now looks like this: Hi {firstname} {lastname}, Thank you for creating a customer account at {shop_name}.
  11. Hi @Chandra! The solution for COD was just given to me yesterday by @SLiCK_303 is in this forum post: https://forum.thirtybees.com/topic/1230/email-error-message-when-updating-order-status-to-delivered/93 Don't go through the earlier steps. Just go to near the end of the forum and see: just use this module, its easier then setting up the Custom and Payment Methods… I renamed the module he attached to what I can find more easily: 01514374104032COD-module-cash-on-delivery-1.0.0.zip
  12. @SLiCK_303 Where do you find those files? You don't mean localization translation email translations, do you? Those html emails do not have any code like that. The html email just looks something like this: [{shop_url}] Hi {firstname} {lastname}, Your order has been delivered! Your order with the reference {order_name} has been delivered. Thank you for your order and for shopping with {shop_name}! You can review your order and download your invoice from the "Order history" [{history_url}] section of your customer account by clicking "My account" [{myaccounturl}] on our shop.
  13. @hfxracing said in eMail Error Message when Updating Order Status to "Delivered": check the e-mail just to be sure some people do not want to be contacted after they order and will change the e-mail address. Quick note about this. My customer finally replied after I emailed asking if she's been receiving my messages.
  14. Thank you for the Christmas wishes! I was directed to sign in with github, which I did, but can't find the chat room. It keeps showing I have to log in. Do we have to talk directly in public there?
  15. No. Where? (Merry Christmas!)
  16. @ajensen27 said in New theme modules for 1.1.x: I would recommend changing your font color from black (#000) to a dark shade of grey (#444). It's more soothing on the eyes. Also not a fan of the deep purple. A softer pastel color would suit a pet store more I think. Also, on your home page, the category pictures with the names of the categories. Some of them are hard to read because they are overlapping the picture. I would first remove that 50% width on the name so it's 1 line instead of 3 for some of the larger names. Then I would I try to get the text to be below the picture (or above). Just a few suggestions. I wanted suggestions. Does it look better now? Thanks!
×
×
  • Create New...