Jump to content

aPoLLo

Member
  • Posts

    102
  • Joined

  • Last visited

aPoLLo's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi again bsmither. Thanks for all your time. It is CC4.
  2. I just checked and yes, mod_rewrite is installed and yes it is an Apache server. This is in the .htaccess file: # <rf> search engine friendly mod # 1) only used if you selected 'Apache directory lookback and ForceType supported' as your server configuration <Files shop> ForceType application/x-httpd-php </Files> # end 1) # 2) only used if you selected 'Apache RewriteRule supported' as your server configuration RewriteEngine On RewriteCond %{QUERY_STRING} (.+) RewriteRule cat_(.*).html index.php?act=viewCat&catId=$1&%1 [L] RewriteRule cat_(.*).html index.php?act=viewCat&catId=$1 [L] RewriteCond %{QUERY_STRING} (.+) RewriteRule prod_(.*).html index.php?act=viewProd&productId=$1&%1 [L] RewriteRule prod_(.*).html index.php?act=viewProd&productId=$1 [L] RewriteCond %{QUERY_STRING} (.+) RewriteRule info_(.*).html index.php?act=viewDoc&docId=$1&%1 [L] RewriteRule info_(.*).html index.php?act=viewDoc&docId=$1 [L] RewriteCond %{QUERY_STRING} (.+) RewriteRule tell_(.*).html index.php?act=taf&productId=$1&%1 [L] RewriteRule tell_(.*).html index.php?act=taf&productId=$1 [L] # end 2) # <rf> end mod RewriteCond %{HTTP_HOST} ^domain.com.au$ [OR] RewriteCond %{HTTP_HOST} ^www.domain.com.au$ RewriteRule ^/?$ "http://www.domain.com" [R=301,L] Makes no sense to me but this is what Cubecart suggests I use.
  3. Thank you for your quick response to my problem bsmither. When I try to add the .htaccess file I receive the error inside Cubecart admin: *The following errors were detected: .Unable to update .htaccess file, please create it manually using an FTP client or web hosting filemanager. The .htaccess file was already located in the root. I backed up this file and the deleted it and tried again to add the file however, had the same resulting error. I finally created my own .htaccess file and uploaded it via FTP but when I activated the SEO URLs, I got the same problem where the website is renedered DOA. Any other suggestions? Cheers
  4. Hi guys and gals. Hope you are all doing well. I need some help please which relates to the Search Engines tab. Every time I enable SEO URLs the entire website stops working. When I click on a specific category or product I get the following error. "Not Found The requested URL /example.html was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." Would somebody please advise as to why this is happening and offer a resolution? It would be much appreciate. I know I'm doing something wrong so your expertise will go a long way to assisting me with this issue. Cheers and thanks in advance.
  5. Hi Wazza, You will need to name your image file the same as the original file you are going to replace. /public_html/skins/YOURSKIN/styleImages/backgrounds/default.gif Hope this helps. Cheers aPoLLo
  6. OK lolichka, If you are based in Australia and running your business in Australian dollars your currency setting should be set as follows: Australian Dollars $1.00 US Dollars $1.069 (whatever value XE.com calculates). On the other hand if you are based in the US and running your business in US dollars your currency setting should be set to the following: USD Dollars $1.00 Australian Dollars 0.935161 (whatever value XE.com calculates). I assume you are in Australia if I am not mistaken therefore, the first lot of settings apply. I hope I am making some sense. aPoLLo :whistle:
  7. Sorry lolichka. I led you down the wrong garden path in previous response. You insert the AUD dollar on top and USD dollar at the bottom of XE.com. You need to adjust the US dollar and leave the Aussie dollar at $1.00. So you should have the following in your currencies section: Your store rate is 1.0696 USD for 1.00 AUD :-) Hope it helped. Have a good weekend. aPoLLo Ohhhh forgot to mention.... as for rounding up or down, it shouldn't make too much difference really. It's a miniscule amount. My store settings look like this:
  8. Hi lolichka, If you change the US dollar to around 0.935 that should do it. Leave the Aussie dollar at 1.00. You could always go to www.xe.com to check the US dollar against the Aussie dollar. Hope it makes sense. Cheers aPoLLo :homestar:
  9. Hi. In your FTP program (whatever one you are using) you will find the file you are looking for here: /public_html/language/en/home.inc.php - this is assuming you installed Cubecart in your root. Hope this helps. Cheers aPoLLo :homestar:
  10. aPoLLo

    Stock Problem

    Hi. Before placing the order in COMPLETED status, you need to place it in PROCESSING status. Do this first and then in COMPLETED status. This should decrease your stock level. Give it a go and let us all know how you go. Cheers aPoLLo :(
  11. Never mind folks. The fix for the issue I mention above is as follows: chmod the following folders using your ftp client. The two image folders concerned require the chmod settings of 777 are: images/uploads - chmod 777 images/uploads/thumbs - chmod 777 Hope it helps others. Cheers aPoLLo :whistle:
  12. Hi guys and gals. Would somebody be able to shed some light on an error I am getting every time I try to make a product info change? The error goes something like this: Warning: unlink(/home/mydomain/public_html/images/uploads/thumbs/thumb_img.jpg) [function.unlink]: Permission denied in /home/mydomain/public_html/admin/products/index.php on line 206 I have not made any changes recently so not sure what could be causing this. Oh by the way, I am using CC3. Any help is muchly appreciated. Cheers aPoLLo :whistle:
  13. Thank Robsta. Found a mod in .org that helped. If people do a search for fix thumbs, they should be able to find it. Cheers aPoLLo
  14. Thanks Robsta. I kinda found a work around. Once I have set the store staus as Offline, I close admin session including browser. I then look at the store and receive the offline message which is correct. I then log into CC3 as Admin again and click on the Store Home link in admin and presto website is viewable to me and not to anyone else that's not logged in as an admin. Hope this helps others. Worked for me. As for the second issue.... no joy in finding that mod. I do hope I do not have to upload each and every product image individually for them to be regenerated. Cheers aPoLLo :homestar:
×
×
  • Create New...