Jump to content

Shari Marie

Member
  • Posts

    71
  • Joined

  • Last visited

Everything posted by Shari Marie

  1. Is this something I would be able to do myself? The redirect directives you speak of doing manually, where would I find info on how and what to edit? If I take this to my hosting company (Hostgator) what exactly do I ask them to change? Honestly, this makes me a bit nervous. ALSO, I have been clicking on random links to my sight on Pintrest this afternoon. Most take me to the 404 cc page (not too bad at this point) , and every now and then I get the following Fatal error message: Fatal error: The file /home1/sharimw/public_html/init.php was encoded by the ionCube Encoder for PHP 4 and cannot run under PHP 5.5 or PHP 5.6. Please ask the provider of the script to provide a version encoded with the ionCube Encoder for either PHP 5.3 or PHP 5.4 or PHP 5.5 or PHP 5.6. in Unknown on line 0
  2. Thank you both for your replies. Bsmithers, I was able to find and edit the 404 error page message...happy about that. Ian, I am new to all of this but learning all the time with thanks to help from this amazing forum. I found the Redirect function in my server's c panel. I attempted a redirect for a page from my old site to my new site. I still seem to end up on the cc 404 page (I edited it so it no longer reads 404 etc) the original page address was http://www.sharimariecreations.com/page89.html the new page needs to be http://www.sharimariecreations.com/hen-house-collection.html Here is what I did, but its not working so I must have something wrong.
  3. My store name and web address are the same as my old site. I have a lot of images of my products pop up on Bing/Google searches. When I click on the sharimariecreations.com links provided, it takes me to my new site, but not the home page. There are dozens and dozens of these on pinterest as well and they all end up on my CC site but not the home page, Instead I am getting 404 - Page Not Found Sorry but the page you are looking for could not be found. How can I redirect my old store links to go to my current site without the 404-Page not found. I would like to at least have them directed to the actual home page. If possible, I would REALLY love for them to land upon the page for the actual product they were interested in (assuming I have them listed on the new site, I am still working diligently getting everything back on line since my disaster) That may be a more complicated fix so For now I would be happy enough just to redirect from the 404 to the actual home page. Thank you.
  4. I would like to organize my instant download files in separate folders on the public html path. Right now I have one for my free products and another for paid products. I am able to get the free products to download successfully but I have customers of paid products reporting that they are not able to get the download , instead are getting the the following error "It has not been possible to locate the download file" They get thru the payment process fine, completing the order but can not get the download. Therefore my question, do all of the product downloads need to be uploaded To a single folder? Can sub folders be used? My current set up appears not to be working if I move the files to where I currently have the freebies, will that resolve the download issue? Would I need to delete those files and RE upload them to the new location or simply move/relocate them to where the Duck file is known to be working? I know that was a blast of questions, I just want to do this as efficiently as possible and not create more problems. I've gotta get this fixed, the emails from customers are bogging me down.
  5. All is well I think. I found the TEST and orders in the spam folder. I didn't think to check there for them. Duh@me I added my store mail to read as 'not junk'. That will probably fix that correct? And yes, the payment notification was coming from PayPal but my customers are receiving emails. I set up a fake customer account to test that. I was curious what their emails would look like. Very cool that the store logo is included. ?
  6. Ok, I checked both the store and admin emails. They were set just as I wanted them. I am not getting order notifications. However, I am receiving payment notifications at a different email address which confuses me. In the past those emails went to my store email, now they are showing up in a totally different email account. I guess I may have two separate issues here. In the store settings I did have the box checked by the "Receive order notifications?" I don't get it? Does the box need to be checked that says "Force order completed emails?". I don't have that checked, could that be my problem?
  7. I would like to change the email address where I receive order notifications? Thanks
  8. Thank you BSmither, that was just what I was looking for. I will try to remember to poke around in the Language tab next time I want to edit something like this. You are so knowledgeable about this stuff,such an asset to this forum. We are lucky to have the opportunity to pick your brain. ? Thanks again!
  9. I would like to edit out the text "No products found" on my sub categories pages as seen in the example in the link below. I have sub cats within categories so I don't want that wording to show, I just want icon w/names of the the additional categories. Where would I find the file to edit that out? Thank you. http://sharimariecreations.com/holiday-designs.html
  10. It works. Thank you ! It produces a live link to the order history. Brilliant. ono to my next question (which I will post in a new thread )
  11. Well here is what I THINK I know. You can tell me if I am ready for this haha Ok, I use my FTP file transfer program and retrieve the Cubecart/class.php file and open it up in my notepad++. I am pretty sure I found the right code (I copy and pasted what I did, above and below so you were sure I had it correct. Now, I THINK I just transfer it back. I am assuming since the file name does not change, it will replace the one that is in there. Right? I am going to wait for confirmation before I actually attempt this. (I don't know how you pasted that long line. My kinda made paragraphs when I copied and pasted ) I think you got the idea though. I copied a bit ahead and below the edits I did just so you can confirm I'm in the right place. __________________________________________________________________________________________________________________________________ $GLOBALS['gui']->setNotify($GLOBALS['language']->confirm['order_pending']); break; case self::ORDER_PROCESS: $GLOBALS['gui']->setNotify($GLOBALS['language']->confirm['order_processing']); if ( $order_has_digital ) { if ($GLOBALS['user']->is()) {$GLOBALS['gui']->setNotify("Visit your Account Downloads page to retrieve your digital items.");} else {$GLOBALS['gui']->setNotify("Links to retrieve your digital items will be emailed to you.");} } break; case self::ORDER_COMPLETE: $GLOBALS['gui']->setNotify($GLOBALS['language']->confirm['order_complete']); if ( $order_has_digital ) { if ($GLOBALS['user']->is()) {$GLOBALS['gui']->setNotify("Visit your Account Downloads page to retrieve your digital items.");} else {$GLOBALS['gui']->setNotify("Links to retrieve your digital items will be emailed to you.");} } break; case self::ORDER_DECLINED: case self::ORDER_FAILED: $empty_basket = false; $GLOBALS['gui']->setError($GLOBALS['language']->confirm['order_failed']); $GLOBALS['smarty']->assign('CTRL_PAYMENT', true); break;
  12. WOW BSmittles I would have NEVER found that on my own. Language I though had to do with the different language option. I would have never in a million years looked in there. Thank you SO much. Again, I should say. I am going to have to put the two of you on retainer LOL DB No worries, I still learned something by that little exercise, all is well. I appreciate both of your assistance. OHHH BSmittles. about the link taking them back to their Account Downloads page, how hard is that to figure out? I think that would be fantabulous!! If you can tell me something else, I added a photo to my sub category DESIGN COLLECTIONS but I don't like the size of the photo so I want to remove and replace them with smaller thumbnails. When I go to the sub category, there are no image files selected therefore I cant figure out how to get them off. They are too large, not what I had envisioned. What am I doing wrong?
  13. Do you know what that skin is called? I am still a bit confused. The text I was editing was exactly as what I saw on the " order complete" page that says "Many thanks for your order. Payment has been received and your order is complete." Are you saying that they are the same? If so. I do need to edit whatever the file is that controls that Thank you page, and not the Email that you speak of. I have looked for it and cant find it. Yes, BSmithers, exactly. No worries DB, I still learned something that I didn't even know about. LOL I have already edited it back to its original state. No harm done. If you could direct me to where that can be found for the skin template...I would really like to change that wording. My poor customers may not all think to check their emails for their downloads. My old site took them straight to their download directly after purchase was complete. I don't want to confuse their silly little heads
  14. OK, then I should be good. So using the source code simply makes is safer to edit. I get it. Well, I only changed the wording of the text...and did not edit any command parts so it should be working but I am still seeing the old text when I complete the transaction. I checked, everthing. looks fine. Any thoughts? Maybe you could buy my free DUCK TODAY. I took the penny price off because being 0.00 was not the reason it originally didn't work. It was that the download file had to be under the public html and I had it above it. I would appreciate it. Thank you
  15. Thank you, I found it with your help. I changed the second sentence only to read " Your design files will be sent to your email." I changed it in both the html and Plain text tabs. I was sure not to disturb anything else. With that said, I am not seeing the edit change. When you say SOURCE code, what exactly does that mean? I made the changes in CC's Control panel. Was that what you meant by SOURCE code? I'm sorry for all the nube questions. I am learning so much.
  16. I sell instant downloads only. I expected that the customer would be directed to an instant dowload link page (perhaps with a thank you message )AND receive an email. Currently only the email is being sent with the DL link. 1. Can the "Thank you" message to the customer be edited to inform them they have been sent the DL link to their email? 2. Where would I find the file and what is called? 3. Why isn't the customer directed to an instant download page with the DL link automatically after the order is complete? is there a setting I should be looking for? Thanks in advance for your help.
  17. Great News, This afternoon, I relocated the download folder to the /public html andf changed the path accordingly. I was able to get a download email and downloaded the free Rubber Ducky file successfully. YAY! BUT I thought there was supposed to be a redirect to a page with the download link immediately after purchase? Do I have that wrong? If not, I need to some how be abel to edit that order complete page to assure the customer the will receive an email....telling them their order is complete and they walk away with nothing is not going to cut it. They may not know they have an email coming. I need to edit a few other things as well like the phone number and address are not necessary during registration for digital downloads. I'd like to take that out. Would I edit the php ? I'm so afraid of touching anything as fear I will mess it up after the week I've had. I cant tell you and DB how much I appreciate your help. I would be sunk without the two of you. So THANK YOU! Regarding email, I did did not receive an email notifying me of the order. I probably have a setting wrong. What should that admin email setting be? Processing/ pending /complete???? Since I only sell digital files I am not sure where that setting should be set at. I cant tell you how relieved I am to be live and functioning. I just need to tweak those things I mentioned above but I am going to wait for confirmation from you two. haha
  18. Can you move my last post. I don't know how that happened.  I will get the hang of things soon.  I didn't mean to hijack that other post. I thought I was on mine.  duh@ME

  19. I wish this could be resolved soon. I need to get my products back online but until this is is fixed I am reluctant to keep adding products with no download capabilities. I don't know what to do right now. I guess I can try moving the download folder and change the path setting. What do you think?
  20. Thank you but I'm not understanding "the quick email from yourself?"
  21. I didn't mean the whole cart just the groceries in the cart. What would you have me try next? Assuming I understood well enough that is.
  22. Tech support was no help (out of the realm of there expertise.....they are server techs...not web development) I heard that before..haha it all depends on who you get. They told me that last night with the 404 issue..today someone fixed it in less than 10 mins with comments you gave me. anyway....I think since my site is still in the baby stage with only 3 products....I will dump the three....move the folder down to the public level even rename the files and then try again. Unless you have other ideas.
  23. OK this may be nothing, but you got me thinking about possible conflicts. I had a previous site for the past 8 years (until I lost it ugggh) It had an instant download script. If files from that original script are still in my public html folders....could that possibly be the issue? I am scared to delete anything....im still on hold for Host Gator....any minute now..im down to 6 mins LOL
  24. I am not sure of much hahaha I may have taken an _underscore out thinking it might cause the glitch. I think since my site is so new, only a few products in until I get this going...I may just delete the products....start fresh with post products. Then we will know for sure. I cant thank you enough...you are amazing with this stuff. You must really enjoy it. Im on "hold" with the Live Chat, I am going to run it by them as well.
  25. Ok Thank you. I let you know how that goes. No wonder web developers make the big bucks You sure know awful lot. I bet you could do this for a living.
×
×
  • Create New...