Jump to content

stl314

Member
  • Posts

    51
  • Joined

  • Last visited

Posts posted by stl314

  1. Yes, it is my hosting 404, but sure where on my htaccess file would need updated

     

     

     

    ##### START CubeCart .htaccess #####

    ### File Security ###
    <FilesMatch "\.(htaccess)$">
      Order Allow,Deny
      Deny from all
    </FilesMatch>

    ### Apache directory listing rules ###
    DirectoryIndex index.php index.htm index.html
    IndexIgnore *

    ### Rewrite rules for SEO functionality ###
    <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteBase / 
      
      ##### START v4 SEO URL BACKWARD COMPATIBILITY #####
      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule cat_([0-9]+)(\.[a-z]{3,4})?(.*)$ index.php?_a=category&cat_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule prod_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule info_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=document&doc_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule tell_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule _saleItems(\.[a-z]+)?(\?.*)?$ index.php?_a=saleitems&%1 [NC,L]
      ##### END v4 SEO URL BACKWARD COMPATIBILITY #####

      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_URI} !=/favicon.ico
      RewriteRule ^(.*)\.html?$ index.php?seo_path=$1 [L,QSA]
    </IfModule>

    ### Default store 404 page ###
    ErrorDocument 404 /index.php

    ## Override default 404 error document for missing page resources ##
    <FilesMatch "\.(gif|jpe?g|png|ico|css|js|svg)$">
      ErrorDocument 404 "<html></html>
    </FilesMatch>
    ##### END CubeCart .htaccess #####

     

     

     

     

     

  2. I am currently using the all in one shipping extension, i am using it for total based items 1-3 items$10, 4-7 items $13 .... etc.

    However, I need to make some smaller items have a different shipping price and be able to offer free shipping on some items

    How can i do this?

  3. Currently when a user clicks Continue Shopping after adding something to the cart and then Clicks "Continue Shopping" it takes me to the front page but it shows on the cart icon that nothing has been added.

    When I try to click on the cart icon it tells me that my cart is empty.

    However, when I go into another item, add it and then click Checkout, it shows all of the items in the cart.

    ALSO, it only lets me delete one item from the cart unless i refresh the page.

    www.shirtactivism.com

  4. This page is a link that is constantly being used lately, but it is from my old store. When you click it, you will see that it just leads to a page saying page not found. I just want 404's to redirect to the home page

    http://www.shirtactivism.com/index.aspx?pageid=1855718&amp%3Bprodid=9134693

     

    Here is what is in my htaccess file

     

    ##### START CubeCart .htaccess #####

    ### File Security ###
    <FilesMatch "\.(htaccess)$">
      Order Allow,Deny
      Deny from all
    </FilesMatch>

    ### Apache directory listing rules ###
    DirectoryIndex index.php index.htm index.html
    IndexIgnore *

    ### Rewrite rules for SEO functionality ###
    <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteBase / 
      
      ##### START v4 SEO URL BACKWARD COMPATIBILITY #####
      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule cat_([0-9]+)(\.[a-z]{3,4})?(.*)$ index.php?_a=category&cat_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule prod_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule info_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=document&doc_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule tell_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule _saleItems(\.[a-z]+)?(\?.*)?$ index.php?_a=saleitems&%1 [NC,L]
      ##### END v4 SEO URL BACKWARD COMPATIBILITY #####

      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_URI} !=/favicon.ico
      RewriteRule ^(.*)\.html?$ index.php?seo_path=$1 [L,QSA]
    </IfModule>

    ### Default store 404 page ###
    ErrorDocument 404 /index.php

    ## Override default 404 error document for missing page resources ##
    <FilesMatch "\.(gif|jpe?g|png|ico|css|js|svg)$">
      ErrorDocument 404 "<html></html>
    </FilesMatch>
    ##### END CubeCart .htaccess #####

     

     

     

  5. There are links out there on the web that link to my old store (I was using a hosted store and had my domain name attached to it)

    Now that I have moved to cube cart and hosting my own store, when people click on those links they are coming to a page that is within my template that says:

    404 - Page Not Found

    Sorry but the page you are looking for could not be found.

     

     

    Why is this not redirecting to my home page?

  6. When trying to use a coupon code it does not allow me to get to the gateway screen. My first alert box says:

    Thank you. That code has been accepted and discount applied to your basket.

    Then a second message says 
    Promotional Code has been removed from our basket.

    And it does not allow me to checkout

    I am currently running 6.1.0 .... I cannot do the upgrade because there is way too much customized work involved in this website

×
×
  • Create New...