Jump to content

DexSnake

Members
  • Posts

    14
  • Joined

  • Last visited

Contact Methods

Profile Information

  • First Name
    Travis
  • Last Name
    Butler

DexSnake's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I did this exactly. I even tried renaming the folder, zipping it back up and then uploading it in the back office. Still not showing up. Anything other ideas?
  2. I am unable to install the ZiZuu Clean URLs module. I downloaded the zip and installed it thought the backend, but when its finished uploading it says "The module was successfully downloaded." but it doesnt populate in the modules list. I even tried uploading it via FTP and it still wont populate. Could anyone assist me with this?
  3. So I just realized after importing 40,000 products over the last 6 months that I have been putting our "supplier" price (the price we buy for) in the unit price field. (stupid, I know). I would like to move all of those prices to the CORRECT field of wholesale price. I would rather not have to export and re-import everything. Could someone provide me with a SQL command to automate this for me?
  4. Out of nowhere I am unable to access any pages that us https (account, cart, checkout EVEN the backend log in screen) I turned off SSL in the back end (I was in maintinance mode) and I can access everything now, but I do not want it to stay that way for obvious reasons. When I try to turn SSL back on, I am greeted with a Site cannot be reached" ERR_CONNECTION_CLOSED I checked with my hosting provider and verified that my SSL certificate is installed correctly and still valid. Anyone ever have this happen?
  5. SOLVED. Somehow the include file extention was changed for all email templates. Changed them back and is working. I was doing some work on my shop this morning, updating some email templates. When all of a sudden I lost the ability to send emails from the back office in the order update. I tried making a new account to test somethings out, and I am getting this error: Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "/public_html/themes/mytheme/mails/en/account.html" on line 3 "<!--{include file='.htmlheader.html'}-->" - Unexpected "&" <-- thrown in/public_html/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 3 Any help would be super appreciated. Here is the code for my account.html file: <!--{include file='.htmlheader.html'}--> <p><span style="color:#555454;font-family:'Open-sans', sans-serif;font-size:small;"> <span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px;">Hi {firstname} {lastname},</span><br /><span class="subtitle" style="font-weight:500;font-size:16px;text-transform:uppercase;line-height:25px;">Thank you for creating a customer account at {shop_name}.</span> </span> </p> <table class="table" style="width:100%;"><tbody><tr><td width="10" style="padding:7px 0;"> </td> <td style="padding:7px 0;"> <p style="border-bottom:1px solid #EEEEEE;margin:3px 0 7px;text-transform:uppercase;font-weight:500;font-size:18px;padding-bottom:10px;">Your {shop_name} login details</p> <span style="color:#555454;font-family:'Open-sans', sans-serif;font-size:small;"><span style="color:#777;"> Here are your login details:<br /><span style="color:#333;"><strong>E-mail address: <a href="mailto:{email}" style="color:#337ff1;">{email}</a></strong></span><br /><span style="color:#333;"><strong>Password:</strong></span> {passwd} </span> </span></td> <td width="10" style="padding:7px 0;"> </td> </tr></tbody></table><p> </p> <table class="table" style="width:100%;"><tbody><tr><td width="10" style="padding:7px 0;"> </td> <td style="padding:7px 0;"> <p style="border-bottom:1px solid #EEEEEE;margin:3px 0 7px;text-transform:uppercase;font-weight:500;font-size:18px;padding-bottom:10px;">Important Security Tips:</p> <ol style="margin-bottom:0;"><li>Always keep your account details safe.</li> <li>Never disclose your login details to anyone.</li> <li>Change your password regularly.</li> <li>Should you suspect someone is using your account illegally, please notify us immediately.</li> </ol></td> <td width="10" style="padding:7px 0;"> </td> </tr></tbody></table><p> <span style="color:#555454;font-family:'Open-sans', sans-serif;font-size:small;"> <span>You can now place orders on our shop: <a href="{shop_url}" style="color:#337ff1;">{shop_name}</a></span> </span></p> <!--{include file='.htmlfooter.html'}-->
  6. After the payment is confirmed on PayPal, I want to redirect back to the order confirmation page. As of now, it is redirecting to the order summary page where the order does not show up util after I refresh the page. I'm not sure what URL to put in the Return URL section in paypal.
  7. I've notice recently that all of my URL's have this weird format. Example: http://destinationrc.com/%7Bcategory:/101046801-xray-xb8e-2015-specs-1-8-electric-off-road-car-xra350152-8581703011248.html This has been causing alot of server errors as per our Google Webmaster Account. Im assuming this isnt good for our search rankings. Our site isnt ready to go yet, but I dont want it to be a problem in the future. We recently upgraded our server to a VPS sever, but Im not sure that has something to do with it or not. I am about to purchase one of the "Clean URL" or "SEO" modules that allow you to structure the way the URL is, Im hoping this will fix the issue? Any advice on this would be appreciated.
  8. The file that I have only contains reference numbers stock level and two other fields that wont be used. I can only assume uploading via the CSV import function wont be possible?
  9. I want to add a brand logo on the product page next to where it says "brand" and then has the corresponding name. I would think just a simple line of code to the .tpl file would do the trick and then some css, but I do not know where to start. I attached a screen shot of where I would like the logo to be.
  10. I have a file (csv) that I can download from my supplier, (it is updated once every hour) it has the quantities of all the products that they stock. I want to be able to tie that in to the stock levels of the PrestaShop store.
  11. I want to make some changes to the appearance of one of my .tpl files - the sub catagories specifically. The first image is how my site looks currently, and the second is how I would like it to look. I just adjusted the width of the div with the container class to expand it out to accomodate five images in one row through the inspector in Firefox. However I am not sure how to go about changing this in the .tpl file. I will also need to adjust the breakpoint for the responsive aspect. Could someone help me out with this?
  12. I have .txt files that I recived from my supplier that has all the different fields needed to do a csv import. The problem is, there are about 100,000 products, and I only need about 20,000 of them. I do not know where to begin to start with this giant list. I am looking for somebody to consult with or take on this task completly. I can provide some sample files to get a better understanding of what I am working with.
  13. I am looking for a way to keep the formatting of my csv files during import. In the description feild, I need it to keep its formatting the way I paste it in there. Using HTML isnt really an option, I have a large list that would need to be re-formatted for html. I also do not want to have to go in and add all the descriptons manuallly in the back office either.
×
×
  • Create New...