Jump to content

javarco

Member
  • Posts

    24
  • Joined

  • Last visited

Everything posted by javarco

  1. ok, i only found two lines. (I just launched my store so i only have lie 3 customers so far) Only one line had a text value instead of a numeric value. It was california. How do I know what to change it to? Also, so I dont need to change it more than once right? Going fwd any new addresses should be ok? Thanks!
  2. thanks I wil try that bug fix first when I get home tonight and report back. Question though: So what happens when I find the number of records that do not have numbers in it? Sorry im not the most technical savvy user. Also, so just to clarify. I am placing both address and get address functions just above the same line?: $addressArray[] = $address;
  3. Im having an issue where the customer receives a Paypal shipping address error when a customer either creates an account or is an existing customer and logs into their account. I'd like to turn make it default to "no" and turn this feature off for now until I get this issue resolved. Right now it defaults to "Create an account" and prompts the user to enter a password. Im using Cubecart Version 5.2.2 and am using paypal module standard (not the plugin).
  4. Was this ever resolved? I keep searching forums and I am still not able to find a suitable resolution. Whenever I try to purchase as a new unregistered customer it goes all the way through just fine. But if a customer is a registered user or a guest who opts to create an account then it gets stuck and I get the following error msg. By the way im using version 5.2.2. and using the Paypal Gateway (not the plugin). In the meantime, is there a way to turn off the 'Create an account' feature at least till this gets resolved? This is really killing my sales. Please review your shipping address Error Message There's a problem with the shipping address you entered on the merchant site, and we've marked it in red. Please change the address, then continue checking out with PayPal. Please review your shipping address Processed by This merchant requires us to use the shipping address you entered on the merchant site, and there’s a problem with that address. Please go back to the site to change the address. Tt Tt 10053 amboy ave pacoima, CALIFORNIA 91331 US
  5. Ok I think I resolved that error msg but now I am getting a different one. For some reason it was in "Sandbox" mode and I switched to "Live" mode instead. But now I get the following error: The following errors were detected: This transaction cannot be processed due to an invalid merchant configuration. Well looks like ill fish around for an answer to that one now.. Maybe I did something wrong on the configuration? Man, I dont remeber it being this difficult the first time around. This upgrade is killing me.
  6. I have everything set up but I cant seem to get past this error. I created a registered account and tried purchasing an item but once I click the "Make Payment" button i get the following error in RED: The following errors were detected: Security header is not valid I am using the Paypal plugin and using the "Website Payments Pro and Express Checkout" option as opposed to the Paypal payment gateway (which i disabled). I filled in all fields and tried different cards and tried different options in the paypal plugin but still get the error. Any ideas on what Im doing wrong here?
  7. I am having issues with the 'options sets' functionality. I have created a group called 'Sizes' have added option attributes: S, M, L, XL, XXL & XXXL in the 'Options set'. I go into the product 'options' tab and select the 'Sizes' option set and tried slecting 'Add', Save' Save & reload' and none sseem to make a difference. I go into the site and still not options are showing. I have alos gone into the 'Products' menu and into the 'Assign Option Sets' tab and selected both the 'Option Set' size and the product 'XXXXX'I get an error message stating the following: The following errors were detected: - Option sets already assigned ....What am I doing wrong?
  8. Ok, just wanted to follow up on this. i spoke with go daddy several times and they installed Zend Guard as apparently it was not installed. Once they did that all issues disapeared. So if you are hosted by Go Daddy or maybe some other hosting company, have them check that it is installed prior to pulling your hair out like i did. Thanks for your help bsmither, im sure i will need it again soon!
  9. Ok, so here is what I did. 1. Create a file called phpinfo.php and for its contents, have: <?php phpinfo(); ?> 2. I typed in: www.mydomainname.com/phpinfo.php In the massive list that gets shown, I found the following statement: This program makes use of the Zend Scripting Language Engine: Zend Engine v2.3.0, Copyright © 1998-2013 Zend Technologies 3. So I went intot he file /includes/global.inc.php, and made the statement look like: $glob['encoder'] = 'zend'; 4. Now when i go back tot the cubecart finished screen and click on 'Admin Control Panel' or 'Storefront', I get the following message: Zend Guard Run-time support missing! One more more files on this web site were encoded by ZendGuard and the required run-time support is not installed orproperly configured. For the Web site user This means that this Web server is not configured correctly to runthe files that it contains. Please contact the Web site'sadministrator/webmaster and inform them of this problem and give themthe URL you are trying to display to help them in diagnosing theproblem. For The Site Administrator/Web Master One or more files on your site were encoded with Zend Guard. Thismay be third party libraries that were provided to you by an ISV. Toallow these files to properly run you need to download and installone of the Zend guard run-time libraries. This is either ZendOptimizer or Zend Loader. The proper files can be downloaded fromhttp://www.zend.com/guard/downloads.This software is provided free of charge. General Disclaimer: Zend Technologies is not responsible tothe configuration and setup of web sites using Zend Guard technology.Please contact your software vendor if these components were providedby an ISV or consult your Zend Guard Users Guide if these files wereencoded by your organization. 5. So I went in and downloaded both the Zend Guard and the Zend loader and uploaded both to my server in he root direcory but still I get the same message. Do I have to "install" soemthing? For the zend loader, I had to do the following: Zend Guard Loader installation instructions ------------------------------------------- 1. Extract the Zend Loader package. 2. Locate and extract the ZendGuardLoader.so (Linux) or ZendLoader.dll (Windows) that corresponds to your php version. 3. Add the following line to your php.ini file for loading the ZendGuardLoader: Linux and Mac OS X: zend_extension=<full_path_to_ZendGuardLoader.so> Windows non-thread safe: zend_extension=<full_path_to_ZendLoader.dll> 4. Add an aditional line to your php.ini for enabling ZendGuardLoader ; Enables loading encoded scripts. The default value is On zend_loader.enable=1 5. Optional: following lines can be added your php.ini file for ZendGuardLoader configuration: ; Disable license checks (for performance reasons) zend_loader.disable_licensing=0 ; The Obfuscation level supported by Zend Guard Loader. The levels are detailed in the official Zend Guard Documentation. 0 - no obfuscation is enabled zend_loader.obfuscation_level_support=3 ; Path to where licensed Zend products should look for the product license. For more information on how to create a license file, see the Zend Guard User Guide zend_loader.license_path= 6. If you use Zend debugger as well, please make sure to load it after the Zend guard Loader 7. If you use ioncube loader, please make sure to load it before Zend guard Loader 8. Restart your Web server. So i did steps 1-4. Now what am I missing?
  10. Ok i see that several people have this problem but I still cant pin down exacly what to do. here is some background info: I am creating a clean install of 5.2.2. When I get started it says I do not have ioncube or Zend optimizer installed but I can change it after I complete the install. So I complete the install and i have the two links: one to go to admin and one to go to storefront. However when I click either of them I get a blank white page. In looking at the Go Daddy support forums it says I can use Zend Guard Loader if I am using PHP 5.3 and if i have 5.2 or older i should use Zend optimizer. Is that what is causing it? Should I be using Zend optimizer instead? How do I even know which one I am using? Can I use Zend optimizer with php 5.3? Should I be using php 5.2? Do I need to edit the php.ini file? In looking at the go Daddy support forums it also says if I want to use zend optimizer I should disable APC on my hosting account and it gives me a line to add to the php.ini file, which I did, but I dont know if i did it correctly. I am thouroughly confused! Is there an easy way to fix this? Why does this have to be so difficult? Help!!!
  11. Thanks! I'm not sure how easy it would be to do a write up since the mod is sort of specific to my store, i'd need to go back in and sort out all the changes I've made since the mod is tied to at least one other commercial mod, as well as several of my own custom mods. Thanks javarco! No I did not start with a template, it is all custom designed and coded. If you ever decide to do a skin of this, I'd buy it. How much cost to code something like this?
  12. Ok, So I got that part figured out. Of all the items I have listed, the weight was entered incorrectly on that particular one. Howver I have another question. How do I get it to hide the lbs. field name. I can hide the weight but the field name is still there. I want to be able to adjust the weight so that it will more closely match the cost of the priority shipping cost. I figured I could do that by making each prodcut heavier in the prodcut info settings but i don't want the customer to see the shipping weight. Unless there is an easier way to do this. I'm open to suggestions...
  13. So I have USPS configured for Priority mail as the only option. But when I checkout, no matter how many items I put in the basket it only charges me the standard $4.95 whether I order 1 or 100 items. Is that what it is supposed to do? Do I need a mod for this? Anybody have an aswer for this? I'd like to ship by wieght or maybe by item: say first item is $4.95 every item afetr that is $2.95 or something...?How will that work though if I configure USPS as my shipping method? I'm confused!
  14. Awesome site! Did you start with a template? i love the simplicity of it. Please do telll! where can I get a similar skin?
  15. Ok, cubecart support got back to me. it was a 'id-10t' error. I was adding images to the description but not to the product...duh!
  16. Anybody else use Godaddy as their hosting provider & Cubecart v4.3.3? I am also using php5 & Zend Optimizer. (Followed instructions for this setup via GoDaddy site) I cannot for the life of me get it to work. I've been back & forth with support from both GoDaddy & for Cubecart. Just wondering if there is some sort of special coding or work around or somehting that needs to be done in order for it to work. So far everyhting works fine but I cannot get the thumbnails to appear. I tried using different file types, changed GD settings. If I cant get it to work...Should I can godaddy? great, I just paid for a whole year of hosting...help!
  17. How do you check permissions?Where? As hennaboy and Ausy said it sounds like a permissions issue Using the FTP program that you used to uplaod all your file sto your host - Right click on the Images/Uploads folder and if on a windows host change the security settings to allow read and write permissions to all users. then do the same for Images/Uploads/Thumbs If on a Linux host - simply right click the folder and change the permissions to 777 Thanks Rob Thanks Rob. I did that but I stil can't view any thumbnails...I have cubecart support looking itno ti but they have yet to get back to me. We'll see what happens...I hope they can figure it out. I really like the cart otherwise but can't use it until I get thumbnail issue resolved. :)
  18. I know you can do this, i just have no clue. Nor am i proficient in coding. But there has to be an easy fix right? I just want to chnage labels in the checkout form to reflect United States terms: City, State, Zip Code instead of Town, Postcode, County/State , respectively.
  19. Hi SEO Should work perfect when enabled if setup correctly! - Did you do as the cubecart admin panel says and install the .htaccess file on your server - Or if that fails (as it did with my clients) use the other methods - On my clients website I used 'Apache Directory "Look Back"' Method. What you need to do is - Go to the bottom of your admin panel - Enable Search engine friendly URL - Click "Update Settings" then inside admin panel still scroll down to the same section and choose from the list which method you want to use. If you use .htaccess it will have a button saying "Install .htaccess" click that if that doesnt work, try doing as it says and copy the htaccess file to your server. If still doesnt work (like my clients didnt) go back to your admin panel and select Apache Directory Look Back - This should work. Hope this helps thanks Rob Thanks Rob. The links all work now with SEO turned on. Howver, I still can't view my thumbnails. I am using .png files. Is that ok?
  20. How do you check permissions?Where?
  21. I just installed CCv4 trial version. I can get into admin area and view my shop: www.fanaticteeshop.com just fine. I can add products and images and what not but the problem I am having is none of the links work. All links take me to the 404 error message. The images are also not showing up on my homepage even though I can preview them in admin area and they appear in the fckeditor. I cant click on any categories not even the test product. I am using godaddy as my hosting. I am using zend optimizer with php 5 and I changed the php file according to the following article: http://help.godaddy.com/article/1232?isc=goaz2001m Should I be using ioncube? Is it something easy? How do I even install ioncube? Which version? Also, on a side note, how do I change the homepage banner so that it does not say 'your store?" Ok, I just turned of the SEO and just like that all links worked. However, I still can't see the thumbnails but when I click on them I can see the product. I don't want to tturn off SEO so is there another fix I am not seeing?
×
×
  • Create New...