Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #41435
    Profile photo of Michael
    Michael
    Participant

    If it helps, do it 🙂 What is about a yearly fee as other plug-ins work? In which amount you think?

    #41245
    Profile photo of Michael
    Michael
    Participant

    Hi Robin,
    until know Symbiostock for me works well – thanks for your great work! But as Hebstreit mentioned, in Germany we need the German Market plugin. Do you have any idea, when the compatibility to WooCommerce 6.x comes?

    #41173
    Profile photo of Michael
    Michael
    Participant

    Sorry for late response!
    You have to add the code in file tools-ftp.php in folder symbiostock-pro. Search for ss_update_post_meta($post_id, ‘ss_media_originalname’,$fname); and add the code above after this line.
    Hope it works
    Michael

    #38834
    Profile photo of Michael
    Michael
    Participant

    I got what I want by adding

    $artikelnr = explode ('.', $fname);
    ss_update_post_meta($post_id, '_sku', $artikelnr[0]);

    after
    ss_update_post_meta($post_id, 'ss_media_originalname',$fname);

    Best,
    Michael

    #38780
    Profile photo of Michael
    Michael
    Participant

    Hi,
    want to change question: is it possible to extract the original filename and write/use it as sku?

    Thanks Michael

Viewing 5 posts - 1 through 5 (of 5 total)