Forum Replies Created

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

    Hey Robin,
    do you have any news for us? You’re thinking in further development? Can we help you?
    If not, can you recommend another solution – even if yours for me is the really best one!
    Thanks for your good work – hope you can keep on 🙂
    Best regards
    Michael

    #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 6 posts - 1 through 6 (of 6 total)