Question: Product Import To Add

Product Import To Add

Is there going to be and product import added soon ? Thank you and Jumu’ah mubarak.

G

Gent

Asked

Is there going to be and product import added soon ? Thank you and Jumu’ah mubarak.

  • G

    Gent

    Answered

    Mian Saleem FTP Username: [email protected] FTP server: ftp.optikaas.com FTP & explicit FTPS port: 21 pass: Assimeks1@.

  • MS

    Mian Saleem

    Answered

    Hello,

    I can’t see anything after logging in to ftp. Please send me the log file. I need to know the error details.

    Thank you

  • G

    Gent

    Answered

    Mian Saleem https://pastebin.com/NUTU7WZj the log i fixed the probelm went on the 2022_07_10_000000_create_price_groups_table.php file edited and deleted the
    Schema::create(‘price_groups’, function (Blueprint $table) { $table->uuid(‘id’); $table->primary(‘id’); $table->string(‘name’)->unique(); $table->string(‘code’)->nullable(); $table->string(‘details’)->nullable(); $table->timestamps(); }); this table was in my database but the item_price_group wasnt, and i gave me errors when i tried to run the migration so i removed the part when it creates the price_groups ran the migration successfuly and now its perfect.

  • MS

    Mian Saleem

    Answered

    Hmm, I am amazed at how things are done 😃 good find.

    I think I should purge the migrations 😦 Thank you for your patience.

  • Login to Reply