Jump to content

magi

Member
  • Posts

    38
  • Joined

  • Last visited

Posts posted by magi

  1. This did not help for me, I was already having the green check mark there .......

    I had the same problem- figured it out- go to the administrators section, click on admin user, and enable the "Receive order notifications?" red x to make it a check mark.

    I did it they had to check my files. but I have not received the first email warning us that we Avont an order he must see this regularly in the shop does not make sense is correct.

  2. There have been a lot of bug reports, with quite a few resolved. But there doesn't seem to have been much activity from the tech folks there lately. I hope that means they are busy working to incorporate all the bug fixes into version 5.0.5, and I'm hoping it will be released soon.

    I have an offline test site I've been working on for some time, and the free key will expire soon. I'm still not ready to go live, thanks to unresolved bugs, so I assume I can get a new key and change that number in global includes??

    I sure will be glad when I can go live. There's a lot about v5 that I really like.

    Can someone give a progress report on what's going on in the background???

    me too so I know when the 5.0.5 to restore all

  3. I have not received the orders and the customer does not receive either email

    I use the latest version 5.0.3

    I read that there was a note I think a file was removed but I can not find on the forum.

    Thank you for helping me

    magi

    I have noticed no email are sent if you use the print order form or no payment is received. I have raised this as a bug but no response yet.

    When customers order and my admin is in English after having been re cois pending, but not french.

    And when a customer places an order it does not receive automatic email or the customer to confirm that he has placed his order.

    Must be absolutely "pending" but when my admin is in french does not fit me his email.

  4. I wonder if CubeCart 5 is in french language?

    whether or find the xml file?

    And I understand the changes that we made ​​in version 4 are not in version 5, you have to work with the new template?

    thank you

  5. My thumbnails are displaying bitmapped.

    I have uploaded them through the products page not ftp.

    I also rebuilt the thumbnails.

    Any ideas how to fix this.

    Cheers

    Marcel

    Open your images in an image and then you said on and recording you choose jpg

    magi

  6. sorry to bump this topic, however i am looking at using Cubecart for my website. Being in canada always means things are not compatible with our american counter-parts. Is Cubecart compatible with paypal.ca as well as canada post? Would like any feedback, negative or postive. thanks.

    J'utilise cube cart et je suis du quebec, je fonctionne avec le module de cube cart de postes canada.

    le prix se calcule bien, si besoin d'infor me feras plaisir de vous aider.

    magi

  7. I would like to use the script version 3 for online users who appears on the front of the shop.

    but I can not find the last file: language / en / lang.inc.php

    If someone can help me install

    code:

    #################################

    # STEP 1

    #################################

    OPEN includes/boxes/info.inc.php

    FIND about line 37

    // query database

    $noCategories = $db->select("SELECT count(cat_id) as no FROM ".$glob['dbprefix']."CubeCart_category");

    PASTE AFTER

    $timeLimit = time() - 900;

    // query database

    $OlnineCustomers = $db->select("SELECT count(sessId) as no FROM ".$glob['dbprefix']."CubeCart_sessions WHERE timeLast>".$timeLimit);

    FIND ABOUT line 48

    $box_content->assign("DATA_CURRENCY",$currencyVars[0]['name']);

    PASTE AFTER

    $box_content->assign("CUSTOMERS_ONLINE",$OlnineCustomers[0]['no']);

    $box_content->assign("LANG_INFO_CUSTONLINE",$lang['front']['boxes']['customers_online']);

    #############################

    save, close, upload your file

    #################################

    # STEP 2

    #################################

    OPEN skins/[your mod]/styleTemplates/boxes/info.tpl

    FIND about line 7

    <strong>{LANG_INFO_PRICES}</strong> {DATA_CURRENCY}<br />

    PASTE AFTER

    <strong>{LANG_INFO_CUSTONLINE}:</strong> {CUSTOMERS_ONLINE}<br />

    #################################

    # STEP 3

    #################################

    OPEN language/en/lang.inc.php

    FIND about line 1402

    $lang['front']['boxes'] = array(

    PASTE AFTER

    'customers_online' => "Online customers",

    #############################

    save, close, upload your file

    -----------------> special:

    do the same in the other lang.inc.php files & translate all the words between " "

    <------------------

    ############################

    # END

    ############################

    Magi

  8. I would like to report a small bug French,

    when we are on the shop, and in the bottom of the article and included a code of protuit desous the number in stock, French ca writing? Not in stock 2

    or you can modify the word No By Number

    excuse my English

    To see go to my shop https: / / brikar.net / shop

    thank you

    magi

×
×
  • Create New...