Jump to content

PietroPaoloVirdis

Members
  • Posts

    18
  • Joined

  • Last visited

Profile Information

  • Location
    Sweden
  • Activity
    User/Merchant

PietroPaoloVirdis's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Sorry for stacking up many questions but rather than starting one topic for each I've collected them. Hope that's ok. I don't expect someone to answer them all. Here's the page http://lucabrasico.com/index.php Prestashop v 1.6.1.4, all modules are up to date. The theme is basic one modified slightly. 1. I have added Category T-SHIRT with parent HOME. I have then added other categories with parent T-SHIRT but why when I hold my cursor above T-SHIRT in menu do the other sub-categories not pop up and show below as menu options? I have tried to disable the module with the slider but it doesn't make a difference. 2a. When I chose a PRODUCT on the webbpage and it takes me to the product window for a specific shirt, why are the images static? Why are the small pictures below the main frozen, if I hold the cursor above a small one it will not appear in the large window and if I click a small picture it takes me to some other page showing it enlarged. 2b. Why is there no preview feature for products on the main page? All I can do is click on one shirt which takes me to another page. 3. I have installed elevateZoom for Prestashop v1.0.4 but it doesn't work. Anything in other module I need to enable/disable for it to work? 4. In the header, how come I can't position the CART to the very left next to LANGUAGE 5. Bottom of main page, why is it not possible to position the SOCIAL NETWORKING BLOCK to far left or far right through positions in back office? Where do I position them if not there? 6. If i click T-shirt in the menu and it takes me to next page. The top banner with Ibrahimovic doesn't cover the entire segment. As you can see there is some empty grey to the left. Yes imagie size recommendation in back office says 870x217, which is exactly what my uploaded image is. Thanks in advance for any answers you might have.
  2. I wasn't hoping, simply asking. Prestashop is open source, after all. The entire point with open source is that other people contribute with more features. I appreciate that these things take time but it's kind of a given that one would ask whether there is someone out there who have knocked out a feature and done so for the sake of adding to the core package and nothing more.
  3. What options do I have if I want to implement a crowdfunding feature in my Prestashop? I am not after turning the entire page into a crowdfunding site, only selected item(s) Let's say I have a line of T-shirts which are sold as one normally would do. I then decide to offer one new T-shirt but I want to manage that through crowdfunding. If a certain target is pre-ordered, I start to ship. Any free modules available out there? Any other solutions?
  4. After several tries (it wasn't as easy as to just install module and click run, had to transfer manually through ftp), I have upgraded but the same problem remains.
  5. What's the best way to simply remove everything Prestashop related and then reinstall it? If that would be a final solution.
  6. Either by entering the webpage, www.lucabrasico.com Or through "My Shop" through BO. Both give same error, "ERR_TOO_MANY_REDIRECTS" Keep in mind I have temporarily removed index.html and use an .htaccess looking like this: # ~~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: lucabrasico.com RewriteRule . - [E=REWRITEBASE:/] 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> #If rewrite mod isn't enabled ErrorDocument 404 /index.php?controller=404
  7. I am wondering whether I should not do this from scratch. Ignore previous custom work/files and just get it going as a standard installation so have temporarily removed that, including index.html. I have removed .htaccess and regenerated to a fresh copy. It seems not even the standard version will work. I have installed and use a free theme (Leo T-shirt) which I know is clean. In Configuration info it says Some PrestaShop files are missing from your server. (/css/index.php) In list of missing files: Missing files (4)README.md css/.htaccess css/index.php css/retro-compat.css.php I've turned on debugging in config.inc.php but will need a few minutes to read up on where to go from there.
  8. OK, that works. I still don't get any shop up. Not a hint of one in the front office. I kept a back up of the files and ones I re-installed I uploaded through FTP. Have I placed them incorrectly, or is my index.html incomplete? What info can I put up here/screenshot for someone to get an idea?
  9. Where do I add this? Right now at the very top it says Options All -Indexes DirectoryIndex index.php index.html index.htm Do I changed to? Options All -Indexes DirectoryIndex index.html index.php
  10. My bad. The .htaccess above is in public_html and nowhere else. Is the file ok as is?
  11. I have done plenty of customizing in a theme and my site was up and working a while back so everything was verified to work perfectly. Long story short, I had to install Prestashop again and upload the same edited files once again but it doesn't work now. At lucabrasico.com I have an index.html as landing page which is placed in folder public_html If I keep the index.php in the public_html folder I get an ERR_TOO_MANY_REDIRECTS If I delete the index.php I do get to my landing page/first page but nothing I do in the backoffice shows in the front. My .htaccess which is in public_html/themes looks like this "RewriteEngine on #Domain: lucabrasico.com RewriteRule . - [E=REWRITEBASE:/] 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> #If rewrite mod isn't enabled ErrorDocument 404 /index.php?controller=404" What have I messed up? I'd be happy to provide more info obviously
×
×
  • Create New...