Jump to content

James Neely

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

James Neely's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Here you go http://www.gekko-inc.com/store/contact-form.php
  2. Hello Mike, Thank you for the response. I opened a ticket with them and they did the following. I tried it again but it has the same problem. It instantly goes to the error screen without even attempting to load it. I have responded to their ticket, but do you have anymore suggestions or ideas?
  3. Our CMS page does not seem to be able to handle our full Terms & Conditions. Whenever I try to add it on the admin end, I get an internal server error. Our terms and conditions are very long, but we need them in their entirety so cutting it down is not an option. What can I do to increase this limit? Thanks in advance.
  4. I just tested the contact form by sending a test message and it does not seem to have gone through. Do you know the reason for this? Also is there a way I can add this contact form to the CMS list so it appears on the side as well as at the bottom of the page?
  5. I am using Prestashop version: 1.4.7.2 and yes I am using the default theme.
  6. Thanks for the response fahadi. I have found the contact-form.tpl but I am not sure how to make the changes I want. I tried deleting the order ID and product sections, but I got an error message when I uploaded the changes. I do not know how to read code so I probably deleted too much. Could you show me specifically what I need to remove or change?
  7. I am still very new to Prestashop and I am working on setting up my store. On the contact page there does not seem to be a whole lot of customization that can be made. I know how to add additional emails like customer service and such, but I do not like the default setup. I want to change it by removing the order ID and product boxes and add our other information like a traditional contact us page. This is what we have above the text box on our other website and I would like to get something similar using Prestashop. Any help you guys can provide would be greatly appreciated.
  8. Thanks for all the help guys. I got it the way I wanted and thank you all for your responses.
  9. Thanks Rhapsody, I got it! Any idea on what I can do to fix this other issue?
  10. I found the global.css and when I went to edit it there was no text-align, so I added it in. I applied the changes and it did not change anything on the front page even after I force compiled. I really do not know anything about code, I am just following instructions. Here is exactly what it looks like in case I did something wrong. /* Footer links */ .footer_links { list-style-type: none; text-align: center; clear: both; height: 2em; margin-top: 2em }
  11. Thanks hxd, the thread was exactly what I needed. Now one more question. Is there some way I can center these instead of having them all aligned to the left side? Edit: Also I just noticed that now there is an "|" in front of the first link at the bottom. Links look like: | Contact Us | Terms & Conditions | Privacy Policy Did I mess up when I commented the others out?
  12. I am brand new to Prestashop and have been messing around with the modules, but I cannot seem to find out how to remove some of the non CMS bottom links from the footer of our page. When I searched the problem I found this: Edit modules/blockvariouslinks/blockvariouslinks.tpl and change the following lines: <a href="{$base_dir}prices-drop.php" title="">{l s='Specials' mod='blockvariouslinks'} <a href="{$base_dir}new-products.php" title="">{l s='New products' mod='blockvariouslinks'} to: <a href="{$base_dir}new-products.php" title="">{l s='New products' mod='blockvariouslinks'} The problem is I cannot find a "blockvariouslinks" folder under modules. This answer was back from 2010 so it is possible it is outdated. I would appreciate any help you could provide.
×
×
  • Create New...