• 07-02-2009, 15:43:57
    #1
    Flash eCommerce v2 help file.

    This is the really cool ecommerce apllication. It has an add to cart and check out function and it can support any number of product categories with subcategories.

    In this version admin panel is added.
    New features
    Admininstrator panel with :
    1. administrator login
    2. New product category
    3. Remove product category
    4. New product
    5. Remove product
    6. New admin
    7. Remove admin
    8. View/delete pending orders.
    More efficient actionscript.
    Notification when add to cart a product.
    Logo container on stage.
    Fixed a few bugs in the code.
    Added scrollbar functionality in product details.
    Stores all order to an xml for easier process of pending orders.
    Requirements

    Php- mySql Server (for storing customer information).
    Installing
    First step : Open Connections/databaseConnection.php and cheange following lines with yours.

    $hostname_mySqlConnection = "localhost";
    $database_mySqlConnection = "test";
    $username_mySqlConnection = "root";
    $password_mySqlConnection = "";

    usually these values are the same in a testing server (like wamp wich is free!)

    Using phpmyadmin (can be found in http://localhost/phpmyadmin/) or a similar tool follow these steps
    Second step : Create a database called ecommercedatabase
    Third step : From phpMyAdmin go to import and browse for database.sql . You have created 3 tables wich will store admins username/passwords , users details and users username/passwords. By default an admin is created with username : admin and password :admin and a user with username : demo password : demo
    Now you are ready to go. Open admin panel (www.yoursite.com/admin/admin.html) and add products, product categories and so on (remember to create a new admin and delete the default one)

    *For any other question contact me via email. I will be glad to help you.
    Incase you don't want to use admin panel to add / remove products and products category, you can edit directly xml files.

    First you have to modify the mainConstructor.xml file.



    1. image 1 (mainConstructor.xml file)

    The mainConstructor.xml file is the constructor of the application. It holds the labels of the menu and the links.

    In the second line you can find these string : <products numCollumns = "6" currency = "euro">

    numCollumns is the horrizontal number of products the application will show and currency is the currency sign you want to use. Replace euro with usd if you want the sign $ or live it this way for the classic euro sign.

    3rd line represends a product category. Label is the label of the menu in the application and data is the file which holds all products in this category.

    In case you want a sub category just delete the data attribute and use the structure of line 6 and 7 which is exactly the same with line 3,4,9,10

    In conclusion this xml file creates 5 product categories with 1 sub category :

    Desktop pc

    Notebooks

    Monitors

    TFT 15'' - 17''

    TFT 20'' +

    Printers

    Peripherals

    Now that you have created all categories and subCategories its time to create every xml file for all of these categories.

    Suppose that you have created a category Desktop Pc and you provided an xml file with the name desktop.xml ( <product label="Desktop pc" data ="desktop.xml" ></product> )



    2. image 2 (desktop.xml file)

    These lines of code are all the details of one product in DesktopPc category
    code : The product Code of your product
    label : The label of the Product
    model : The Model of the Product
    imageThumbnail : the thumbnail image of the product
    imagePreview : the preview image of the product
    description : A short description of the product

    Lines 10-14 are specific details of the product, like Vga card, cpu type etc. By default there are 5 of them but if you want you can add more. Just copy paste

    <detail label="......................." details = "................................................. ."></detail>

    Just remember that the script print these details in the aplication from bottom to top. So if you want cpu type before chipset,put chipset 1st and cpu 2nd. Hope you got the idea.



    All you have to do now is to repeat these steps for every product and you will end up with a ready eshop.
  • 07-02-2009, 16:00:42
    #2
    Üyeliği durduruldu
    Çeviriciye Sokup Cıkardim ince ayarlarinida sen yaparsan olur.

    Flaş eTicaret v2 yardım dosyası.

    Bu çok güzel bir e-ticaret apllication. Bir sepetinize eklemek ve fonksiyonu kontrol ve alt ürün kategorileri herhangi sayıda destek sahiptir.

    Bu versiyonda yönetim panelinde eklenir.
    Yeni özellikler
    Ile Admininstrator paneli:
    Yönetici giriş
    Yeni ürün kategorisi
    Kaldır ürün kategorisi
    Yeni ürün
    Kaldır ürün
    Yeni yönetici
    Kaldır yönetici
    Görüntüle / bekleyen sipariş silin.
    Daha verimli ActionScript.
    Bildirim zaman sepeti bir ürünü ekleyin.
    Sahnede Logo konteyner.
    Kod birkaç hata Sabit.
    Ürün bilgileri kaydırma işlevi eklendi.
    Magazalar bekleyen siparişleri daha kolay işlem için bir xml tüm düzeni.
    Koşullar

    Php-Mysql Server (müşteri bilgileri saklamak için).
    Kurulumu
    İlk adım: Aç Bağlantılar / databaseConnection.php ve cheange sizinki ile aşağıdaki satırları.

    $ hostname_mySqlConnection = "localhost";
    $ database_mySqlConnection = "test";
    $ username_mySqlConnection = "root";
    $ password_mySqlConnection = "";

    genellikle bu değerlerin bir test sunucusu (gibi olan ücretsiz wamp de aynıdır!)

    PhpMyAdmin kullanmak (http://localhost/phpmyadmin/ olarak) veya bulabilirsiniz benzer bir araç, şu adımları izleyin
    İkinci adım: Bir veritabanı oluşturma ecommercedatabase adı
    Üçüncü adım: Gönderen phpMyAdmin ithalat gidip database.sql tarayın. Hangi yöneticileri kullanıcı adı saklayacak 3 masaları / şifreler, kullanıcı bilgileri ve kullanıcıların kullanıcı adı / şifreleri oluşturduk. Bir yönetici kullanıcı adı ile oluşturulan varsayılan: admin ve Parola: admin ve kullanıcı adı: Demo şifre ile bir kullanıcı: Demo
    Artık gitmek için hazır. Aç yönetim paneli (www.yoursite.com / admin / admin.html) ve ürünler, ürün kategorileri ve ekleyin (yeni bir yönetim oluşturmak ve standart bir silmek hatırlayın)

    Başka soru e-posta yoluyla bana ulaşın * için. Sana yardım etmek memnun olacaktır.
    Örtmek eklemek için ürün ve ürün kategorisini kaldırmak yönetim paneli kullanımı, doğrudan XML dosyalarını düzenleyebilirsiniz istemiyorum.

    İlk olarak mainConstructor.xml dosyasını değiştirmek zorunda.



    1. resim 1 (mainConstructor.xml dosyası)

    Bu mainConstructor.xml dosya uygulamanın Oluşturucu'da olduğunu. Bu menü ve bağlantı etiketleri tutar.

    İkinci satırda bu dize bulabilirsiniz: <products numCollumns = "6" para = "euro">

    numCollumns uygulamayı gösterir ve para birimi ürünleri ve horrizontal numarası kullanmak istediğiniz para işareti. Eğer kayıt $ veya klasik Euro giriş için bu şekilde yaşamak istiyorum USD euroluk değiştirin.

    3. satırda bir ürün kategorisi represends. Etiket uygulamasında menü ve verileri bir etikettir bu kategorideki tüm ürünler bulunduğu dosyadır.

    Eğer sadece veri özniteliği ve satır 6 yapı ve 7 tam olarak aynı satırda 3,4,9,10 ile kullanmak silmek bir alt kategori istiyorum

    Sonuç olarak bu xml dosyası 1 alt kategoride 5 ürün kategorileri oluşturur:

    Masaüstü PC

    Notebook

    Monitörler

    TFT 15''- 17''

    TFT 20''+

    Yazıcılar

    Çevre

    Şimdi, tüm bu kategorilerden her xml dosyası oluşturmak için tüm kategoriler ve alt ve zaman oluşturduk.

    Bir kategori Masaüstü Pc yarattık ve (<product label="Desktop pc" veri ="desktop.xml"> </ Ürün>) adını desktop.xml bir xml dosyasında sağlanan varsayalım



    2. Resim 2 (desktop.xml dosyası)

    Kod Bu satırları DesktopPc bir ürün tüm ayrıntılarını kategori vardır
    Kodu: Ürün Kodu ürününüzün
    etiket: Ürün etiketi
    Model: Model Ürün
    imageThumbnail: Ürünün bir küçük resim
    imagePreview: Ürünün Önizleme görüntüsü
    açıklaması: Ürün kısa bir açıklama

    Hat 10/14 ürünün ayrıntıları, VGA kart gibi, varsayılan olarak işlemci türü vb 5 bunların ancak özgü Eğer daha eklemek istiyoruz. Sadece yapıştırın kopyası

    <detay etiket ="......................." Detaylar = "............................................. .. ... "> </ detay>

    Sadece alt uygulama üst bu betiği baskı bu ayrıntıları hatırlıyorum. Eğer, yongatakımının önce işlemci türü istiyorum 1. ve cpu 2. yongatakımının koy. Umarım fikrim var.



    Tüm şimdi yapmak için her ürün için bu adımları tekrarlayın ve bir hazır eshop ile sona erecek bir
  • 07-02-2009, 16:33:51
    #3
    xml kısmını anlasam bi orayı anlatabilecek olan var mı ?