Jump to content

convict

Member
  • Posts

    1,302
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by convict

  1. Hi, i have installed Swedish language file and everything work great.

    But i found out one thing....when i make a order and then check my email

    the å ä ö in the language is missing.

    Someone that can help me here

    Big thanks

    Jogge

    It seems there is character set issue please post a bug report. Thank you

  2. What about to upgrade to latest 4.1.1? There are some fixes to checkout applied and the upgrade is recommended.

    If something does not work for few customers and not replicable to majority an you opened this 'case' here please try to investigate to customers having this issue:

    browser/operating system type and versions

    locality, IP addresses and ISP customers are coming from

    Please send me any result using PM thank you.

    Well there could be some issue to IP address related because of AOL :angry: PM sent.

  3. The check box to notify the customer of an order status change does not exist in CubeCart 4 wondering what place did you see it? :angry: There is NO feature to send custom text to a customer too.

    When an order comes in Cube Cart send out an email to notify admin and customer once this is not disabled in General Settings.

    Email to a customer using order status dropdown box (or by payment check) is sent once order status has beens changed to:

    Processing

    Completed

    Failed

    Canceled

    this feature is not adjustable in admin area.

    Please note this is to the 4.1.1 stated. Your issue seems to be to post server related because of level of filtering/settings / black listed email/IP. This is not a CubeCart issue.

    *** ADDED

    Missed post above by writing this post. Make sure customer has an valid email in View Customers area specified.

  4. hi ausy,

    thanks, yes that was it! from the ReadMe install instructions it is not entirely clear if you should keep your old includes dir, so i didn't upload any files to it. now that i did, it works!

    cheers

    I think this is very clear:

    +--------------------------------------------------------

    | 3. Upgrade Instructions - version 3.0.x to latest version 4

    +--------------------------------------------------------

    a. Take a FULL backup of your existing files and database and check that

    it is complete. This is critical in case the upgrade process fails or

    there is an error.

    b. Please delete the following folders and files:

    Folders:

    /admin/

    /classes/

    /docs/

    /extra/

    /js/

    /language/

    /modules/

    /pear/

    /skins/

    Files:

    /cart.php

    /confirmed.php

    /download.php

    /offLine.php

    /switch.php

    This should just leave the following folders:

    /images

    /includes

    Red marked is a folder where two most important files reside :angry:

  5. When upgrading from v3 to v4 does the upgrade script take into account all of the old user data and past sales? Are these migrated across to the new v4 database?

    Besides mods, what can I expect to lose from an existing v3 system when I upgrade to v4?

    Thanks,

    Please note there is no migration but version 3 database upgrade your current data are not removed. There is no BACK STEP to version 3 database make sure you back up your current database before upgrade.
  6. My host supports both zend and ioncube - is there one which is preferable over the other? For performance perhaps?
    Simple said: it does not matter what one because of amount of code encrypted it has zero effect to comparison results. 99.99999% of store code is NOT encrypted.

    Anyway majority of users prefer ZEND if available.

    The biggest reason folks use ioncube is because their provider does not or will not support/install the Zend Optimizer. Zend installation requires root access to the server, ioncube does not.

    Please visit some Performance tests and results

  7. Log into your Administration Control Panel, click Languages, then en (Assuming you want English), then Email Templates, and you're good to go!

    No need to modify actual files any more, you can do it directly through CubeCart now. Isn't that great?

    Thanks for this info. I went ahead and made changes to my email templates and now the emails have code breaks in them...

    so and so, has recently placed order #080122-064113-6511. This order is pending payment and as a result it should not be fulfilled until you have received the funds in full. Please follow the link below to view this order:<br />

    <br />

    http://www.squeakymonkey.com/boutique/admi...4113-6511<br />

    <br />

    I went to look again at the language files and the br's are in all of the files...

    Do I need to make a change somewhere else? Please help...

    Please see this thread:

    http://www.cubecart.com/site/forums/index....32080&st=15

  8. Hi

    I have enabled credit card capture, configured SSL - which works OK, but after several tests I don't see any credit card details in the Customer Order window - am I looking in the right place?

    The customer payment form seems to be ok and I get an order confirmation.

    Anyone know what's wrong here?

    The reason - MCRYPT not supported but code allows to use this payment module by accident

    The issue - no credit card data recorded thus nothing to show

  9. Thanks for the reply, I'm sure that's good information but by the time I got it I tried something else

    that seemed to work. For all the newbies out there, this is what I did:

    I deleted everything on my host "store" folder.

    Instead of uploading all the files, (which I think was the problem because of the volume) I uploaded the

    .zip file to my store folder and unzipped it with my cpanel filemanager.

    Next I did all the chmods including changing the name of global.inc.php-dist to global.inc.php as instructed

    in the install guide.

    Then when I went to www.mysite.com/store/ I went right into the install process.

    I'm up now and all seems fine.

    Thanks again for the reply.

    Well done! :ninja:
  10. I actually gave up on this one. I manually changed the template file, checked it's contents on the server and it was showing the correct link (not the cat_.html link it keeps forcing) so I don't know what the problem was. I also had SEO set up so I'm thinking this is the problem, just can't figure out why it's only happening with the Sale Items link.

    An answer to this would be appreciated, if anyone knows a workaround because I've already started using other shopping carts for my clients, I can't waste this many hours on figuring out a problem like this again. I'm not a programmer, and if my clients are paying for a shopping cart, it looks bad on my part, if it's not working properly.

    The answer is easy - latest version, empty cache. Many people are oblivious of .htaccess update!
  11. Same problem with my code symbol in email, tres desagreale.

    It answered my support that would be corrected at the next version pending on doing what ..... Not too pretty for our customers as email.

    I change the codes as mentioned but there is no change in <br> in emails.

    magi

    Code I posted above DOES NOT remove already created <br /> but prevents to create any new ones. If you would lilke to remove <br /> you can do it:

    1) manually

    2) using this code replacement instead of one above for temporary

    $string = html_entity_decode(stripslashes($value));

    if (!strstr($_POST['identifier'], 'email.inc.php')) {

    $string = nl2br($string);

    } else {

    $string = str_replace("<br />","",$string);

    }

    $saved[$def][$key] = $string;

    Run it - it removes any <br /> then delete red marked.

    Anyway delete email template lang matter from database is the best because there could exist more mess than expected.

×
×
  • Create New...