Viewing 15 replies - 1 through 15 (of 22 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, check the following documentation. Let me know if this is what you are referring to?

    Thank you

    Thread Starter Bob

    (@compumec)

    Yes that is the check out button.
    I would like to the same thing with the black shopping cart icon.
    The one that looks like a grocery cart.
    Bob-

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, can you share your URL? And also a screen capture pointing to the button you would like to change.

    Thank you

    Thread Starter Bob

    (@compumec)

    Hello

    Here is the image you asked for.
    https://csoaamaine.org/wp-content/uploads/2016/08/Capture.png

    Here is a link to the page.
    https://csoaamaine.org/book-store/

    Thank you,
    Bob-

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for providing the information I requested. I think your best option for now would be to replace the following image with your custom image.

    /plugins/wordpress-simple-paypal-shopping-cart/images/shopping_cart_icon.png

    Just keep in mind that when ever you update the plugin you will loose your settings. So make a note of this.

    Kind regards

    Thread Starter Bob

    (@compumec)

    Hello,

    I have done that and for some reason it wont show.
    In fact the new image is in that directory now.
    But it doesn’t show up.

    I rather have a code to add to my funtions.php file to force it to display.

    Can this code be modified to work with shopping_cart_icon.png ?

    Can you help?

    /* =Custom Paypal Checkout Button
    ——————————————————- */
    add_filter(‘wspsc_cart_checkout_button_image_src’, ‘override_checkout_button_image’);
    function override_checkout_button_image($checkout_button_img_src)
    {
    //Specify the URL of your custom image
    $checkout_button_img_src = ‘https://csoaamaine.org/wp-content/uploads/2016/08/paypal_checkout_ES.png’;
    return $checkout_button_img_src;
    }
    /* END OF Change */

    Thread Starter Bob

    (@compumec)

    `/* =Custom Paypal Checkout Button
    ——————————————————- */
    add_filter(‘wspsc_cart_checkout_button_image_src’, ‘override_checkout_button_image’);
    function override_checkout_button_image($checkout_button_img_src)
    {
    //Specify the URL of your custom image
    $checkout_button_img_src = ‘https://csoaamaine.org/wp-content/uploads/2016/08/paypal_checkout_ES.png’;
    return $checkout_button_img_src;
    }
    /* END OF Change */

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, is you second comment above the solution you found or is this part of your question?

    Thank you

    Thread Starter Bob

    (@compumec)

    It is part of the question.

    If you don’t know how to do this can you put me in touch with some one who can?

    Or should I repost the question?

    Thank you

    Plugin Contributor mbrsolution

    (@mbrsolution)

    I have submitted a message to the plugin developers.

    Kind regards

    Thread Starter Bob

    (@compumec)

    Thank you for that.

    Why is it, even if I delete the images folder on my server, that the images still shows up?

    I have cleared all browser cache and tried this on multiple browsers and computers but the images still show up.

    Where is it coming from?

    Bob-

    Thread Starter Bob

    (@compumec)

    PS

    I use to just replace the shopping_cart_icon.png in the image folder and it would work.

    It doesn’t work any more.

    That is why I am trying to get a code to add to my funtions.php file to force this.

    Thank you,
    Bob-

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi Bob, do you have a cache plugin installed? Do you use CDN in your site? Did you clear your browser cache when you where testing this?

    Thread Starter Bob

    (@compumec)

    No cache plugin installed.

    Its hosted through Network Solutions and I dont know if the use any CDN.
    It seems they would charge for this but Im not sure.

    I have tried this on multiple computers and multiple browsers and have cleared all cache.

    If I delete the images folder in the plugin folder on the server those images still show up.

    I dont get it!

    Do you know the code I can add to my funtions.php file to manage this?

    Bob-

    Thread Starter Bob

    (@compumec)

    Can you help me with this code?

    What is the status?

    Thank you,
    Bob-

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Custom Shopping Cart Icon’ is closed to new replies.