Jump to content

kyls

Members
  • Posts

    35
  • Joined

  • Last visited

Everything posted by kyls

  1. site http://2die4livefoods.com.au One page check out is not working in Internet Explorer, all that customers are getting is the header and the footer (no actual page content in between) * the latest version of IE I have tested it in safari, firefox and google chrome and its working fine, I am using prestashop 1.5.1.0 I tried to use the 5 step check out instead of OPC and it wouldn't work on safari, the account holders address wouldn't save and customers had to keep entering it in and they could never progress through checkout... so I'm really stuck with this one Can anyone please help. Kylie New Zealand
  2. This sounds SUPER EASY PEASY! and i have worked with Prestashop enough times for it to be easy enough, but i am trying to change the font colour and alignment on the product pages see here: http://studiokandy.com/shop/product.php?id_product=28 i have gone all through my global.css and in the product.tpl area it reads: /* product.tpl */ #primary_block #pb-right-column{ width:310px; float:left; } #primary_block #image-block{ border:#e1e1e1 solid 1px; height:302px; width:300px; } #primary_block #image-block img#bigpic{ cursor:pointer; height:300px; width:300px; } #primary_block ul#usefull_link_block{ list-style-type:none; margin-top:1em; } #primary_block ul#usefull_link_block li{ margin:0.5em 1em 0.5em 0; display: block; } #primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover{ text-decoration:none; color:#999999; font-size:0.9em; background: white url('../img/bullet_alt.jpg') no-repeat top left; padding-left:15px; height:15px; float:left; text-align:left; } #primary_block #pb-left-column{ float:left; margin-left:1.1em; width:233px; text-align:left; font:Times New Roman; color:#999999; } #primary_block #short_description_block{ background: #ffffff; border: 1px #ffffff solid; padding:0.7em; margin-bottom:1.5em; text-align:left; font:Times New Roman; color:#999999; } #primary_block #color_picker p { margin: 0 0 0.4em 0; padding: 0 0 0 0; } #primary_block #color_picker { padding: 0.7em; background: #ffffff; border: 1px #e1e1e1 solid; margin-bottom: 1.5em; } #primary_block #color_to_pick_list { } #primary_block #color_to_pick_list li { display: inline; float: left; margin: 0 0.4em 0.4em 0; } #primary_block a.color_pick { display: block; width: 20px; height: 20px; border: 1px solid #e1e1e1; cursor: pointer; } #primary_block a.color_pick:hover { border: 1px solid #e1e1e1; } #primary_block #image-block img#bigpic.jqzoom{ cursor:crosshair; position:relative; } #primary_block p.buttons_bottom_block{ margin:0; } #primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input { margin:0.9em auto 0 auto; } #primary_block #short_description_content{ margin-bottom:0.5em; } #primary_block form#buy_block{ background: #ffffff ; font-size:1.1em; padding:0.7em; color:#999999; border: 1px #ffffff solid; text-align:left; float:left; font:Times New Roman; } #primary_block form#buy_block p{ padding:0; margin-top:0; font:Times New Roman; color:#999999; } #primary_block form#buy_block img.on_sale_img{ float:left; } #primary_block form#buy_block span.on_sale{ color:#999999; text-transform:uppercase; font-weight:bold; float:right; font:Times New Roman; color:#999999; } #primary_block form#buy_block span.discount{ color:#999999; text-transform:uppercase; font-weight:bold; float:right; font:Times New Roman; color:#999999; } #primary_block form#buy_block span.our_price_display{ float:right; } #primary_block form#buy_block span#availability_label{ float:left; margin-right:1em; } #primary_block form#buy_block label{ text-align:right; } #primary_block form#buy_block label,#primary_block form#buy_block select{ display:block; width:47%; float:left; } #primary_block div#attributes p, #quantity_wanted_p{ clear: left; height:2em; } /* prices */ #primary_block form#buy_block p.price{ font-size:1.05em; text-align:right; } #primary_block form#buy_block span#pretaxe_price{ font-size:0.75em; text-align:right; } #primary_block form#buy_block p#old_price{ font-size:0.8em; text-align:right; text-decoration:line-through; } #primary_block form#buy_block p#reduction_percent{ color:#999999; font-size:0.75em; text-align:right; } #primary_block form#buy_block p.price-ecotax{ font-size:0.75em; text-align:right; } /* views block */ #views_block{ margin:0pt auto; width: 274px; } #thumbs_list{ overflow:hidden; float:left; width: 240px; } #thumbs_list ul{ padding-left:0px; list-style-type:none; margin-top: 5px; } #thumbs_list li{ float:left; cursor:pointer; width: 80px; height: 80px; } #view_scroll_left, #view_scroll_right{ background: url('../img/thumbs_left.gif') no-repeat center; text-indent:-3000px; width:9px; height:18px; float:left; margin-top:30px; padding-right: 4px; padding-left: 4px; } #view_scroll_right{ background-image: url('../img/thumbs_right.gif'); } span.view_scroll_spacer{ float: left; width: 17px; height: 80px; } and yet i cant seem to be able to change the alignment and colour of the font, please help
  3. I managed to resolve this myself, it was an issue of my delivery address within Prestashop being different to the delivery address listed on my Pay Pal account, once I changed my delivery address in Prestashop to match that of Pay Pals everything worked fine.
  4. Hi there, I am using prestashop version 1.4.4.1 and i am getting the error when i try to pay with paypal " PayPal does not allow your country of residence to ship to the country you wish to" does anyone know how to fix this? i have searched the forums high and low and have tried what was said in this thread and nothing seems to work, this shop is live and my client is itching to get it working, The website is http://inblissfulcompany.com.au/ Please help. Kylie - NZ
  5. Hi there, I am receiving this error when trying to add a product to the cart, I set my products attributes with the attribute generator and there are 1000 available for each of the cominations. "You already have the maximum quantity available for this product." I read some of the other posts and did what they said, to empty the table ps_cart_product and nothing changed. See here: http://emerysurfboar...p?id_product=49 Please help! Kylie New Zealand
  6. Hi there, I was wanting to have each sub category listed with a picture, title and short description (please see attached image) I have been looking through the forum and have been trying different ways to edit my category.tpl and nothing seems to work. Please help, Kylie
  7. are you using a theme? because if so, you will need to go into your theme folder and then see if there is a module folder with the userinfo folder in there and edit that one, prestashop pulls from all the theme folders first then if it can not find a particular folder it will pull the file from the default files
  8. Check out this site, the templates are really good http://www.easyprestathemes.com/
  9. go into your modules folder, then blockuserinfo folder, then edit the blockuserinfo.tpl file
  10. Hi, I am needing someone to create a module or write a script that enables prestashop to work with MYOB, I would like the information in prestashop to be able to cross over to MYOB for accounts and billing and I would also like each customer to have their own pricing with prestashop.
  11. the tools/smarty/internals folder hadnt uploaded causing the above error I uploaded the file and all is working fine
  12. Hi I am getting the above error message when trying to acess my site right after the install of prestashop, the error message says it cant find these files, but i noticed the path is wrong on the error log as i have prestashop in a file called 'shop' on my server. for eg: /home/byroncra/public_html/install should be /home/byroncra/public_html/shop/install the error log is: [Thu Sep 16 11:05:21 2010] [error] [client 122.148.34.42] File does not exist: /home/byroncra/public_html/404.shtml [Thu Sep 16 11:05:21 2010] [error] [client 122.148.34.42] File does not exist: /home/byroncra/public_html/install [Thu Sep 16 11:00:59 2010] [error] [client 122.148.34.42] File does not exist: /home/byroncra/public_html/404.shtml [Thu Sep 16 11:00:59 2010] [error] [client 122.148.34.42] File does not exist: /home/byroncra/public_html/install [Thu Sep 16 05:58:33 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/404.shtml [Thu Sep 16 05:58:33 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/category.php [Thu Sep 16 05:35:59 2010] [error] [client 66.249.69.201] File does not exist: /home/byroncra/public_html/404.shtml [Thu Sep 16 05:35:59 2010] [error] [client 66.249.69.201] File does not exist: /home/byroncra/public_html/manufacturer.php [Thu Sep 16 04:50:58 2010] [error] [client 95.108.157.251] File does not exist: /home/byroncra/public_html/404.shtml [Thu Sep 16 04:50:58 2010] [error] [client 95.108.157.251] File does not exist: /home/byroncra/public_html/robots.txt [Thu Sep 16 02:18:01 2010] [error] [client 67.195.114.247] File does not exist: /home/byroncra/public_html/404.shtml [Thu Sep 16 02:18:01 2010] [error] [client 67.195.114.247] File does not exist: /home/byroncra/public_html/category.php [Thu Sep 16 02:18:00 2010] [error] [client 67.195.114.247] File does not exist: /home/byroncra/public_html/404.shtml [Thu Sep 16 02:18:00 2010] [error] [client 67.195.114.247] File does not exist: /home/byroncra/public_html/robots.txt [Thu Sep 16 01:24:07 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/404.shtml [Thu Sep 16 01:24:07 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/category.php [Thu Sep 16 00:45:26 2010] [error] [client 67.195.114.245] File does not exist: /home/byroncra/public_html/404.shtml [Thu Sep 16 00:45:26 2010] [error] [client 67.195.114.245] File does not exist: /home/byroncra/public_html/category.php [Thu Sep 16 00:45:26 2010] [error] [client 67.195.114.245] File does not exist: /home/byroncra/public_html/404.shtml [Thu Sep 16 00:45:26 2010] [error] [client 67.195.114.245] File does not exist: /home/byroncra/public_html/robots.txt [Wed Sep 15 23:54:10 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/404.shtml [Wed Sep 15 23:54:10 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/img [Wed Sep 15 23:33:10 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/404.shtml [Wed Sep 15 23:33:10 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/img [Wed Sep 15 23:21:18 2010] [error] [client 66.249.69.201] File does not exist: /home/byroncra/public_html/404.shtml [Wed Sep 15 23:21:18 2010] [error] [client 66.249.69.201] File does not exist: /home/byroncra/public_html/category.php [Wed Sep 15 23:07:58 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/404.shtml [Wed Sep 15 23:07:58 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/img [Wed Sep 15 23:07:56 2010] [error] [client 67.195.114.247] File does not exist: /home/byroncra/public_html/404.shtml [Wed Sep 15 23:07:56 2010] [error] [client 67.195.114.247] File does not exist: /home/byroncra/public_html/category.php [Wed Sep 15 23:03:48 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/404.shtml [Wed Sep 15 23:03:48 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/img [Wed Sep 15 22:59:34 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/404.shtml [Wed Sep 15 22:59:34 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/img [Wed Sep 15 21:22:58 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/404.shtml [Wed Sep 15 21:22:58 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/img [Wed Sep 15 18:57:00 2010] [error] [client 66.249.69.201] File does not exist: /home/byroncra/public_html/404.shtml [Wed Sep 15 18:57:00 2010] [error] [client 66.249.69.201] File does not exist: /home/byroncra/public_html/category.php [Wed Sep 15 17:26:15 2010] [error] [client 66.249.69.201] File does not exist: /home/byroncra/public_html/404.shtml [Wed Sep 15 17:26:15 2010] [error] [client 66.249.69.201] File does not exist: /home/byroncra/public_html/manufacturer.php [Wed Sep 15 17:12:56 2010] [error] [client 67.195.114.247] File does not exist: /home/byroncra/public_html/404.shtml [Wed Sep 15 17:12:56 2010] [error] [client 67.195.114.247] File does not exist: /home/byroncra/public_html/product.php [Wed Sep 15 17:12:55 2010] [error] [client 67.195.114.247] File does not exist: /home/byroncra/public_html/404.shtml [Wed Sep 15 17:12:55 2010] [error] [client 67.195.114.247] File does not exist: /home/byroncra/public_html/robots.txt [Wed Sep 15 17:10:58 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/404.shtml [Wed Sep 15 17:10:58 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/category.php [Wed Sep 15 16:48:51 2010] [error] [client 66.249.69.141] File does not exist: /home/byroncra/public_html/404.shtml [Wed Sep 15 16:48:51 2010] [error] [client 66.249.69.141] File does not exist: /home/
  13. How do I change the number of accessories per row, the default is 4 See here: http://www.fruitos.com.au/direct/product.php?id_product=34 I would like the accessories to take up more of the page, not just the centre. my centre column is set to 970 pixels so I have enough room. thanks, kylie australia
  14. I re-uploaded the JS file and all is working as it should. Thanks again Rocky
  15. Java is definitley enabled and theres no error message coming up, I have tried in IE & Safari and on differnet PC's and still no luck, all folders and files in the JS file seem to be uploaded, do you think I should re-upload the whole JS file again, just in case something was missed?
  16. I just checked and no error notifification in IE bottom left, any other ideas? Thanks,
  17. Hi there, I dont seem to have a tool box in my CMS page editor, above the page content box. I have attached a screen shot. Do I need to re-upload something to get the tool box working? (As in tool box I mean to edit html, change font colour, add links etc) Thanks, Kylie Australia
  18. Hi There, where abouts in the global css, I have been playing around with the /* Block categories */ section and div#categories_block_left span.grower{ Do you know what code i need to alter/add to make the sub catedgories a different colour to the categories. Thanks for your help
  19. can someone please let me know how to make the sub cat a different colour to its category and what code i would need to edit in order to have the relevant sub categories tab a little to the right. this is what i am working on http://www.lally.com.au/index.php thanks in advance. Kylie Australia
  20. cool no worries thanks for your time, If anyone else has any ideas please let me know. thanks
  21. thanks for your help, I tried both your suggestions and no go.... any other ideas? thanks again
  22. Thanks for checking, Hmmm weird I can see the error double up and my client can see it so I dont know what's going on.....I went to a net cafe and It looked fine, Is there any one else out there who may know???? Thanks
×
×
  • Create New...