Jump to content
thirty bees forum

SLiCK_303

Trusted Members
  • Posts

    1,200
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by SLiCK_303

  1. @slick_303 said in Appearance of Columns: Why are there two 'order' in the Appearance of Columns settings? Looking at the database , it looks like the second order is 'quick-order', which is applicable, I guess, when you have one-page checkout picked. Might wanna label it 'Quick order' instead of having two 'order' s.
  2. @Baarssen I think this will do it. Goto your phpmyadmin, open your db, goto SQL on the top of the screen, and paste in this, and hit go. Adjusting the prefix tb_ to whatever you use... Then you can goto your advanced setting in the theme, go down to Appearance of Columns and adjust them as desired. INSERT INTO `tb_meta_lang` (`id_meta`, `id_shop`, `id_lang`, `title`, `description`, `keywords`, `url_rewrite`) VALUES (27, 1, 1, 'Product', NULL, NULL, ''), (28, 1, 1, 'Category', NULL, NULL, ''), (29, 1, 1, 'CMS', NULL, NULL, '');
  3. Why are there two 'order' in the Appearance of Columns settings? and...Product, Category and CMS still need to be added. :)
  4. Looks like I'm trying to fix this, and it's a very complicated problem to validate all phone numbers. This one seems to work fairly well... /^[+]?(1\-|1\s|1|\d{3}\-|\d{3}\s|)?((\(\d{3}\))|\d{3})(\-|\s)?(\d{3})(\-|\s)?(\d{4})$/g I dont know what the final answer is, I just dont want people to be able to just put in a whitespace for their phone number
  5. @lathaneo said in white space phone number: I'm not really fan of regex, this one is wrong, but it should be something like that. If this one is wrong, whats right? ;) Make the validation process before send the form, in my opinion, is better than doing it after with the validate.php. I agree with that.
  6. I'll take your silence as OF COURSE IT IS.... I can't help ya, I hope someone else here can.
  7. and I would guess that in BO>Localization>Countries United States is enabled?
  8. all from the same country, or are they from everywhere?
  9. is the problem with one customer, or all?
  10. @Generaal did you copy the entire /modules/sendafriend folder from PS to your TB store? If so this is NOT the answer. If you did that unistall the module, then tell it to delete it, then re-install it, and go from there again. I noticed when you goto a product on your site, the send to a friend link does not have the icon in front of it like it should, that right there tells me something is wrong. It looks like you are using the default theme (community-theme-default), have you made mods to it concerning the sendtoafrind module?
  11. im pretty sure they need to be in your themes folder, not just the module
  12. extract this into your themes/yourtheme/modules/sendtoafriend/mails folder. These are my english files, you'll want to translate them to your language. 01516293013150nl.zip edit: hmmm.or better yet. Do you have a /modules/sendtoafriend/mails/nl folder with files in it? If those are already translated, copy those to the themes/yourtheme/modules/sendtoafriend/mails/nl folder.
  13. do you have files in /themes/yourtheme/modules/sendtoafriend/mails/yourlanguage? ie in ... /themes/community-theme-default/modules/sendtoafriend/mails/en
  14. There we go, I got his France address working. I went to BO>Localization>Countries and made sure France was enabled.
  15. i still dont know, i change his address to a US address and it works fine for me. I make it a France address and it doesnt work...
  16. For me the problem was I was using the stock John Doe as a customer. He lives in France, I don't ship to France..... As soon as I change his address, it started to work.
  17. virgin lastest source for me. my working latest source site, and 1.0.3 site, it works fine tho.
  18. I get the same thing on a virgin install site. On my two working sites it works fine. hmmmm
  19. does a screen like this pop up?
  20. humbug...humbug i say
  21. so on pc's its working, on phones and pads it's not... Thanks for checkin for me.
  22. @alwayspaws my sites favicon is working on your iDevices? Or http://thirtybees.paganliving.net? or your site is working after doing this fix?
  23. good job, welcome to tb
  24. their updated, but it still wont save info in the tbconfiguration table under TBSOURCEFAVICONCODE
×
×
  • Create New...