Olivier ERTLEN

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Use category description in XML #110711
    Olivier ERTLEN
    Participant

    Hi Omar,
    I get the category description fine with the new version, thanks you vry much.
    Cordially,
    Olivier

    in reply to: Use category description in XML #109984
    Olivier ERTLEN
    Participant

    Hi Omar,
    I need to have the category description in the xml feed.
    So I modified the class-alg-products-shortcodes.php file.
    – I added a shortcode
    – I added a function (like alg_product_categories_names example).
    I manage to go up the description of the category.
    The question are you going to add this feature in the next update?
    Cordially,

    in reply to: Bundle Products #108776
    Olivier ERTLEN
    Participant

    Hi Charismeki,
    What to say…
    I too have been waiting for more than 15 days.
    Also the reply notifications do not work.
    See the dates on “Use category description in XML”…
    Best regards.

    in reply to: Use category description in XML #108543
    Olivier ERTLEN
    Participant

    Hi Omar,
    You don’t have to be in a hurry with your support.
    Anyway, the solution for me is simple.
    If you modify the class-alg-products-shortcodes.php file by adding the function for the description of the categories, this is done in 5 minutes.
    I think for my next client, I will turn to another XML feed extension.
    Cordially

    in reply to: Use category description in XML #108519
    Olivier ERTLEN
    Participant

    Hi Omar,

    Can you help me?
    The solution is near.
    I manage to retrieve the category description by forcing the ID in the shortcode.
    With this function :
    function productxml_func( $atts ) {
    $a = shortcode_atts( array(‘id’ => ”, ), $atts );
    $term = get_term_by(‘id’, $a[‘id’], ‘product_cat’);
    return $term->description;
    }
    add_shortcode( ‘cat_description’, ‘productxml_func’ );
    In XML feed :
    [cat_description id=”254″]
    It works but must be fixed.
    You should be able to do
    [cat_description id=”[alg_product_categories_ids]”]

    Thanks very much

    in reply to: Use category description in XML #108142
    Olivier ERTLEN
    Participant

    Hi Omar,

    Do you have any idea for me to solve this problem “id”?
    The goal is to add the information (a number) to each category that I would need to generate in the XML feed.

    Thank you so much

    in reply to: Use category description in XML #107722
    Olivier ERTLEN
    Participant

    Hi Omar,

    Sorry I’m French, my English is not perfect to explain well.
    Yes, I can get the category name and id.
    But the id must have a defined value and not generated by Woocommerce.
    So I was thinking of using the category description instead.
    The name of the category and the number are defined, imposed and mandatory by the sales platform which will retrieve the XML feed.
    I need to send for example (category name and number):
    – Agricultural tipper = 543
    – Grape Bucket = 878
    – Farm Tractor = 510

    Thank you so much.

    in reply to: add a variable id to the tag #107672
    Olivier ERTLEN
    Participant

    Hy Omar,
    Thank you for your comeback.
    It works perfectly.
    Thank you so much.

    in reply to: Use category description in XML #107671
    Olivier ERTLEN
    Participant

    Hy Omar,
    Thank you for your comeback.
    The merchant makes mandatory the name of the category and an attached ID number.
    The category ID number is defined and mandatory.
    The category name is defined and required.
    I had thought of using the category description to assign it this ID number.
    Do you have a solution ?
    Thank you so much.

    in reply to: Use category description in XML #107520
    Olivier ERTLEN
    Participant

    UP please

    in reply to: add a variable id to the tag #107519
    Olivier ERTLEN
    Participant

    UP please

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