Jump to content

Fertig

Members
  • Posts

    40
  • Joined

  • Last visited

Profile Information

  • Location
    Switzerland
  • Activity
    Project Owner

Recent Profile Visitors

424 profile views

Fertig's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. for me it is very very important know all about how to chance it successfull cause thats my real store with real visitors and real business and need it for my income. i need chnage fast and withour problems, you know? :-)
  2. see my .htaccess datas. the red writet, this is which i have to change to new url? or completelly new .htaccess? if yes compl. new, i i do that?! # ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums <IfModule mod_rewrite.c> <IfModule mod_env.c> SetEnv HTTP_MOD_REWRITE On </IfModule> RewriteEngine on #Domain: suissi.com RewriteRule . - [E=REWRITEBASE:/shop/] RewriteRule ^api$ api/ [L] RewriteRule ^api/(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # AlphaImageLoader for IE and fancybox RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] </IfModule> AddType application/vnd.ms-fontobject .eot AddType font/ttf .ttf AddType font/otf .otf AddType application/x-font-woff .woff <IfModule mod_headers.c> <FilesMatch "\.(ttf|ttc|otf|eot|woff|svg)$"> Header add Access-Control-Allow-Origin "*" </FilesMatch> </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType image/vnd.microsoft.icon "access plus 1 year" ExpiresByType application/font-woff "access plus 1 year" ExpiresByType application/x-font-woff "access plus 1 year" ExpiresByType application/vnd.ms-fontobject "access plus 1 year" ExpiresByType font/opentype "access plus 1 year" ExpiresByType font/ttf "access plus 1 year" ExpiresByType font/otf "access plus 1 year" ExpiresByType application/x-font-ttf "access plus 1 year" ExpiresByType application/x-font-otf "access plus 1 year" </IfModule> <IfModule mod_headers.c> Header unset Etag </IfModule> FileETag none <IfModule mod_deflate.c> <IfModule mod_filter.c> AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript font/ttf application/x-font-ttf font/otf application/x-font-otf font/opentype </IfModule> </IfModule> #If rewrite mod isn't enabled ErrorDocument 404 /shop/index.php?controller=404 # ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # start ~ module watermark section <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On **********/*'" RewriteRule [0-9/]+/[0-9]+\.jpg$ - [F] </IfModule> # end ~ module watermark section php_value max_input_vars 6000
  3. ok, and just change the main url in the htaccess?
  4. Hey, thanks for your answer. is it possible change the URL bevor drag and drop by settings --> SEO & URL --> main url´s ? so i mean, change url´s bevor drag and drop and the shop has the right urls in the .htaccess, right? best regards sebb
  5. Hello KerAwen, thanks for your fast and good support. sorry, i had a little bit work here so i cant write back. ... so now works after a update and looks very close the that design of invoice i want :-D
  6. so i dont know really, i am a prestashop beginner with a smal experience
  7. Hello @ll, i nee to move my PrestaShop from: "suissi.com/shop" to --> "myfix.ch/" it is a running shop with real business, how can i switch the datas fast and without data-failures? for your informations, it is the same provider, same server, just another folder. thanks for your help and regards from switzerland seb
  8. another writes maybe its a template issue with overrides, dont know why. my experiences in database its like a child and fire, not good ... i have no idea from database, php and html a little bit...
  9. Hello, i have a template from template monster, and every time i have problems with templates from TM, agrrrrrr. what do you mean using overrides? you mean in the debug modus "deactivate overrides" its "off" mean this? i can change sure, its my shop. thats www.suissi.com/shop thanks for your help
  10. that looks very cool, but i think now i have a problem... since i use your code, i cant chance any adressen?! ... everytime when i get a order all customers have the same adresse. when i change the adress, he dont change the adress to a new adress :-(
  11. Hello, i have a problem with customer adress (billing to and shipping adress) wen i go in my customer-test account and try to make a order, i cant change my adress. i go to --> change my adress and edit, after continue and refresh it showes alway the old adress (Test Test) for example, i change (Name) "Test Test" to Sebastian Fertig ... after edit and refresh showes "Test Test" if i want continue the shopping he showes (in 5 step checkout) now new adress "Sebastian Fertig" but wen i go to the tap shipping, showes the "Test Test" adress... really freaky !!! -> see attached picture In the admin area dont showes the "Test Test" just the new adress "Sebastian Fertig" ...and yes i always clear the cache and compile the template someone knows what is that for a problem?
  12. Hey, thanks for your answer, that woks !! is it possible making the deliver adress and billing to like in the picture "NEW.png" ? best regards from Lucerne
  13. mabe works with: original: 33% / 33% and 33% can i change it to: 5% / 50% 75% ?!
  14. wow cool ! thanks. and whats about the position, so the deliver adress position must be approx 5cm from left border and the billing to adress border right begins in the middle of the paper/template. the company adress must be at the right end. like i make a screenshot from the positions in the first post.
  15. Hey erouvier29, thanks for your answer, can you write detail, cause i am not sure what you mean. thank you so much regards seb
×
×
  • Create New...