Jump to content

mskitti

Members
  • Posts

    24
  • Joined

  • Last visited

About mskitti

  • Birthday 08/21/1952

Profile Information

  • Location
    Texas
  • Activity
    User/Merchant

Recent Profile Visitors

270 profile views

mskitti's Achievements

Newbie

Newbie (1/14)

  • Dedicated Rare
  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done Rare

Recent Badges

6

Reputation

  1. Found the issue. There were redirects within the .htaccess file causing the issue. On line 42-45 of /home/website directory/public_html/.htaccess seemed to have been the issue and commented them out and now everything seems to be working so far. Line number on left (commented out with #): 42 #Domain: domain name.com 43 #RewriteCond %{HTTP_HOST} ^domain name.com$ 44 #RewriteRule . - [E=REWRITEBASE:/2nd_store name/] 45 #RewriteRule ^api(?:/(.*))?$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url =$1 [QSA,L] It may be worth reviewing the redirects further as they were causing the 500 error and this to generate within the Apache error log: [Wed Jun 22 16:42:06.657229 2022] [core:error] [pid xxxxx:tid xxxxxxxxxxxxxx] [client x.x.x.x:34688] AHxxxxx: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. MsKitti
  2. Version 1.7.8.6. Site is in maintenance mode. When I test the front end by clicking on any link or product to view it, Iget the error page below. Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. Any help is appreciated. MsKitti
  3. How on earth can I add to the combinations "Please Select" and have it default. I need it for the front for when a customer chooses their attributes. I need the please select to show, not an attribute. I don't want to add it in as an attribute (which is already a mess and confusing from the get go) because it makes all the product combinations/attributes to long when you add them to a product. Prestashop is great, but I don't understand why they don't do anything about the backoffice Combinations/Attributes. Like other ecommerce software, each combination with their attributes are separate. Such as Prestashop: Color: Red, Size: 10, Fabric: Nylon and so on......(They can get very long) Other Ecommerce has them correctly: Size: 10 Color: Red Fabric: Nylon and so on....(Very understandable and easy to change, if needed) Thanks, MsKitti
  4. How to I add a field to customers address where they can choose if their address is residential or commercial? We sell heavy equipment and need to know what type of shipping address it is, not the billing, but the shipping address. MsKitti
  5. As far as showing on the right hand side all the combinations. I reduced the font size and padding top, bottom. Now I can see all combinations titles in the right column (where you choose your combination and attributes). MsKitti
  6. How can I show the price impact as shown in the image below? Customers need to know before they choose an attribute option. At least in the combination drop down they will see what the price impact would be.
  7. I have got to have "Please Choose" as default for every combination. Customers have a tendency to not choose and purchase whatever the attribute is showing. This "please choose" should be included in prestashop. I noticed so many people have asked for this. How do I add so it automatically adds to every combination? MsKitti
  8. I am also having an issue with attributes not deleting when I try to remove 1 or several attributes from a product. Please help. OKAY, I fixed this issue. I cleared my cache, then went to a product, deleted attributes and they did delete. However, I cannot figure out why all the combinations are not showing so I can add them to products. Kit
  9. Version 1.7.4.3. I am having an issue with all the combinations not showing. I have about 30 combinations with attributes. Only 10 show and I need them to all show. I sure wish your combinations and attributes was like what CS Cart has. And I wish the product info was laid out theirs which makes product viewing and editing a cinch and so clean looking. Anyways, back to my issue. Why are they not all showing. It is crazy for them to not show. I have attached an image. Please help so I can get my store done. I would appreciate some time and a few words in how to resolve. Kit
  10. I downloaded prestashop 1.7.4.3 and installed it into a sub-folder to test and get it setup. When I have it setup, then I will move it to the root. However, I am having an issue that every time I try to save a change I've made, I get logged out immediately. It is only when I make a change and click on save. I already changed my htaccess to reflect the sub-folder name, example /sub-folder name/ and the configuration in the database, example domain_name.com. I have also entered /sub-folder name/ in the backoffice in seo etc. I am not sure what is going on but I cannot get any work done on the site. When I get logged out, it shows the message noted below in quotes at the top of the page. "SSL is activated. Please connect using the following link to log in to secure mode (https://)" I click on it and login but when I make a change I get logged out again immediately. This is driving me extremely nutty! Can someone help please. ____________________________________________________________________________________ FIXED MYSELF (Dah!) Well, I seem to fix my issue myself. My web hosting company tried to help me but did not see anything in the error logs or anything else that could had caused the issue, so no help there. I have 2 internet connections (2 different companies). I logged out of one internet service and logged in to the other internet service which changed my ip address and there you go. Now everything is good to go. I suppose the ip address I was given from my 1st internet company was a bad one or something to that effect. Hope this may help someone else that may come across the same issue. Weird issue though! Thanks, Kit
  11. Thanks archSandy. You solution was already in the Cmscontroller page. I appreciate your help because it gave me the idea to just re-upload ALL cms files and that fixed it. All seems to work okay now. Thank you so much. Your time is appreciated. MsKitti
  12. My CMS pages are totally blank. I have tried everything I could find to fix my issue. Turned off overrides, cleared cache and etc. I am using 1.6.1.7. They worked until I upgraded thru the backoffice. I look at my error log and it shows: [04-Nov-2016 16:52:58 US/Central] PHP Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /home/xxxxxx.com/public_html/controllers/front/CmsController.php on line 96 There is a lot of the same error in the error log file. I look at line 96 and it shows: $this->addCSS(_THEME_CSS_DIR_.'cms.css'); public function setMedia() (this line is 96) { Help please. MsKitti
  13. Posted in another part of the forum. This post was not getting answered. Please delete this post. Kitti
  14. How to I show taxes on order (cart), invoice and backoffice like below? Sub-Total: $101.00 Flat Shipping Rate: $5.00 Texas Tax 6.75%: $7.16 Total: $113.16 and not with words like shipping cost (tax excluded) or product (tax included). I would like my wording as shown above, like USA layout and wording. The way it is worded in our prestashop 1.6.0.14.is confusing to our customers. I need the tax included and excluded and etc. wording totally gone. Any help would be appreciated. Kit
×
×
  • Create New...