Jump to content

latron22

Members
  • Posts

    11
  • Joined

  • Last visited

latron22's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. This may be helpful. Here is a link to a similar post.
  2. Hi, I have a third party company that uploads product descriptions to my website college-etc.com. Each time an item description is uploaded slashes are added after after apostrophes & quotation marks. Example: Wow your guests with door mats by FANMATS. Adorned with your favorite team\\\'s logo, these door mats make a statement while keeping dirt and mud from entering your home. Heavy duty vinyl construction ensures a durable mat. Deep reservoir contains water and debris. Rugged ribs scrape shoes clean. Your favorite team\\\'s logo is molded in 3D construction. I now know that this has something to do with magic quotes and I've since turned it off but I was hoping to get some help with removing the slashes. Can I use "stripslashes"? If so, where would I put the code to remove the slashes from all of the product descriptions? Any help would be appreciated! Thanks in advance.
  3. Hi, No they don't control the taxes. They set the wholesale cost, the markup cost, description, and images for the products. And now that I'm looking through the products the just did an update and looks like they have it fixed. You were right must have been from their end. Sorry to bother you. You can delete the post or mark it as solved.
  4. Prestashop version 1.5.4.1 Hi, I'm having some interesting issues with the prices on my site. Prices are either extremely high or extremely low. For an example please see the attached images. In the images the product named DVD+R DL 100-pack has a base price of $230.85 (which is outrageous to begin with) but its final price is $1713.85. In addition to that, when you edit the product the wholesale price of the product is $1436.40. Normally I would just go in and manually change the prices but this isn't an isolated incident. It's happening to a lot of products on my site. Now to make this even more interesting I'm using InventorySource.com to upload products and their quantities to my website. I've contacted them regarding the issue and they have assured me that things on their end are running smoothly. I have had problems with them in the past but this is the first time that they haven't been able to fix something. So now I'm curious if there is something causing this with Prestashop. If so, I have no idea where to even start looking for issues regarding this. Any help would be appreciated! Thanks
  5. My mistake. I have attached a copy of the file for you to review. Thank you for your help. ObjectModel.php
  6. "PHP Fatal error: Cannot redeclare class ObjectModelCore in /home/college2/public_html/store/classes/ObjectModel.php on line 28" On Line 28 of there is only a "{". Is there anything that I can do to fix this problem?
  7. This is all that I could find: include_once(_PS_TRANSLATIONS_DIR_.Context::getContext()->language->iso_code.'/fields.php'); There was no need to change it but I can't find "require"...any other suggestions?
  8. I contacted a2 and they looked over the PHP log for me and had this to say: "I have looked over the new php log. Below is the error message. PHP Fatal error: Cannot redeclare class ObjectModelCore in /home/college2/public_html/store/classes/ObjectModel.php on line 28 This is commonly caused by class file is trying to be redefined due to being included through multiple sources using "include" or "require" rather than "include_once" or "require_once". The developer will be able to better assist you in resolving the issue as this is outside our scope of support." Where should I go from here?
  9. Hi, I'm working with a company called Inventory Source to manage the inventory levels of our suppliers on our website. In order for them to do this they have to install a script on our site, but when they go to access it they receive an error 500. We just recently switched from GoDaddy to a2 hosting. There were no problems installing and accessing the script with GoDaddy but there were other issues that encouraged us to make the switch. Here is the message from the Inventory Source tech: "I'm recieving an error 500 when I try to access our script located at: http://college-etc.com/store/prestashop-1.5.1.php?group=Visitor&category=Home&tax=1 Please have your webhost review this and resolve the error." I've contacted a2 and they are looking into it but they also referred me to theforum. Any help or information would be greatly appreciated! Thanks, Chris
×
×
  • Create New...