Jump to content

Scubasjl

Members
  • Posts

    29
  • Joined

  • Last visited

Scubasjl's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. I do see a great deal due to that when you do pick a country that has states, the states magically appear under the country and many just skip it all together. Though they put in their zip code and address. So I could figure out the state easily, but hey the client didnt want to figure it out all the time so, this fixed work thanks again.
  2. Well thanks for what you have supplied. Had to put it in admin.css to see any changes, now their was also this in the globals.css so will continue to mess around with this. My poor css skills will come in handy lol
  3. Is their anyway to change the text size for when printing out orders, currently mine is very tiny and hard to read if not readable at all.
  4. Well thanks to dumb customers not picking a state I suppose. That works great, thanks couldn't find anything in the forum. The default way how it works is to pick the default state and country when creating and account so not sure if thats Prestashops main goal.
  5. Went to make an account for the store as a customer and I picked USA which you need to pick a state of course, but you can pick " - " basically the dash and it will let you continue. But if you go to update your address you can not pick the " - " wondering how I can make create account the same as update your address. Cause currently I have a ton of customers that have no state and very few that do, due to that the states thing on when creating an account.
  6. When adding products don't put the tax in, just have the tax in the shipping tabs area. In the shipping tabs you can have tax for different area of states and countries then.
  7. Just had a problem that I could fix and I was in the mood to tell how. Enjoy Prestashop
  8. The only way I can think of at this second is to have numbers like 001 or 099. Otherwise I have my products sorted the default way w/e that is and then just sort the product from the back end with the position arrows.
  9. 1. Go to admin panel then Tools, Translations you will then see Modify translations and pick Front office Translations and then click the flag of the language you are for me I click the flag of USA. Cause I have only English. Then just do a search for MS and then to the right is where you will put the new name which is Miss and save and test. Check the translation files if you want to change it for your admin or for pdf's. But the translations are primary used for changing words you don't like. 2. Go to and download the file themes/prestashop/identity.tpl Now I already changed this info here you can take it out by just simply deleting <input type="checkbox" name="optin" id="optin" value="1" {if $smarty.post.optin == 1} checked="checked"{/if} /> {l s='Receive special offers from our partners'} 3. Go to and download the file themes/prestashop/identity.tpl Then search for {l s='[insert customer data privacy clause or law here, if applicable]'} and then when your done for example it look like this {l s='SCUBASJL IS AWESOME'}
  10. Easy way to make sure is to install prestashop to a diff folder and just compare your permissions. Otherwise I have not found a documentation that has all the permission settings. I had to this for getting original tables and its info from the database that I deleted.
  11. Go to your admin panel and then click the tab Shipping, then Countries and add more countries their.
  12. My simple change to the code. Since the above steps only worked for products older for 1 day and not 0. themes/prestashop/product-list.tpl Find {l s='new'} Change {l s=''} themes/prestashop/css/global.css Find ul#product_list li .new{ background:transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%; border:1px solid #488C40; color:white; font-size:0.6em; font-weight:bold; margin:0pt 1em 0pt 0pt; padding:0pt 0.4em; text-transform:uppercase; vertical-align:0.3em; } Change ul#product_list li .new{ color:white; font-size:0.6em; font-weight:bold; margin:0pt 1em 0pt 0pt; padding:0pt 0.4em; text-transform:uppercase; vertical-align:0.3em; }
  13. To fix this find in themes/prestashop/css/global.css Before #cart_block dt{ padding-top:0.4em; height:1.2em; } After #cart_block dt{ padding-top:0.4em; min-height:1.2em; }
  14. tabs/AdminOrders.php Add $this->delete = true; After $this->colorOnBackground = true;
×
×
  • Create New...