Results 1 to 1 of 1
  1. #1
    Join Date
    May 2008
    Posts
    30
    Plugin Contributions
    0

    Default Help in zencart export

    Hi,
    I took a small export utility to add my producs to a catalogue (leguide.com)

    the code I use is located at
    http://img.leguide.com/extranet/expo...ide_csv_fr.zip

    reading the code I see that
    with default language it works right

    as stated in the code
    PHP Code:
            if (isset ($_GET['language']) && isset ($accepted_languages[strtolower ($_GET['language'])]))
                    
    $language_code strtolower ($_GET['language']) ;
            else
                    
    $language_code DEFAULT_LANGUAGE ;
            
    $languages_id $accepted_languages[$language_code] ;
            unset (
    $accepted_languages) ; 
    if I don't put any GET variable I'll use my shop default language (italian)

    now I was trying to do the export of the catalogue in english and in french

    so I opened firefox trying to do
    http://myshop.com/leguide.php?language=fr
    and it worked right
    while
    http://myshop.com/leguide.php?language=en
    doesn't work at all

    attached is the debug autoload I get from the three attempt (it,fr,en)

    The attachment is a zip file with three txt (dump of the three request)
    http://myshop.com/leguide.php?language=it
    http://myshop.com/leguide.php?language=fr
    http://myshop.com/leguide.php?language=en

    it's clear that something wrong happens in
    actionPoint=>110 include('includes/init_includes/init_templates.php');
    actionPoint=>120 $_SESSION[navigation]->add_current_page();

    while language=en is in $_GET
    but I've no clue on where to search

    thanks for any help
    Attached Files Attached Files

 

 

Similar Threads

  1. v151 How can I export custom price list from my Zencart V1.5.1?
    By benxp in forum General Questions
    Replies: 1
    Last Post: 25 Feb 2014, 04:38 PM
  2. Candapost Desktop EST Export module - does not export
    By oxxyfx in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 6 Sep 2009, 02:11 PM
  3. How to Export Products ID in zencart?
    By touchclothing in forum General Questions
    Replies: 0
    Last Post: 27 Mar 2009, 05:08 PM
  4. export shipping info from Zencart for UPS
    By batteriesareus.com in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 25 Apr 2007, 07:11 PM
  5. Export products from OSC and import to Zencart
    By bradlawson in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 3 Aug 2006, 07:58 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR