• Hello

    I Installed your plugin today and found it interesting for me, but I want to ask you, is it possible for you to make some changes in your plugin ? If you can make these changes I am willing to Pay and purchase the Pro version. Thanks
    Please contact me with my email: [email protected]

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Hi,

    Sorry we do not have PRO version for this plugin only free version is there, and we are not available for custom development as of now.

    Thread Starter azadbakhsh

    (@azadbakhsh)

    Hi,

    I do not need a lot of changes. So, Please consider my suggestions as below:
    Please check the below photo:
    https://s4.uupload.ir/files/capture1111_jtjy.jpg

    It will be better, if we can hide the select deliver location button and show the visitor country at the end of “Shipping methods available for your location: United Kingdom

    But the country name was clickable and when the customer clicks on the country, a pop up opens and they can change the country.

    Also, if the Shipping method section was full width, it was better and more stylish.

    • This reply was modified 3 years, 3 months ago by azadbakhsh.
    • This reply was modified 3 years, 3 months ago by azadbakhsh.
    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    You can show the country name in the message https://imgur.com/a/cVkvYHR

    but your other requirement cant be done of making the form open by clicking on country

    you can style the display by CSS

    here is CSS that will make the shipping method box fill width
    (Add the below CSS in your site Appearance > Customizer > Additional CSS )
    #pisol-ppscw-alert-container {
    display: block;
    }

    Thread Starter azadbakhsh

    (@azadbakhsh)

    Hi,

    Thank you very much.
    Can you Please give me another CSS code for hiding “Select delivery location” Button. Thanks

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    You can add this (but then user will not be able to change the country)

    .button.pisol-shipping-calculator-button{
    display:none;
    }

    Thread Starter azadbakhsh

    (@azadbakhsh)

    Thank you. But this CSS is not working. Check the below link:
    https://s2.uupload.ir/files/capture2_2rj1.jpg

    • This reply was modified 3 years, 3 months ago by azadbakhsh.
    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Please send the link of the product page were we can see the issue

    Thread Starter azadbakhsh

    (@azadbakhsh)

    https://shopipersia.com/product/handmade-wool-carpet-h1369/

    I added your CSS code but not working and button still showing

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    The CSS is proper for more safety replace it with this new

    .button.pisol-shipping-calculator-button{
    display:none !important;
    }

    and make sure the CSS loads on your website as right now we checked the site but css was not loading there

    Thread Starter azadbakhsh

    (@azadbakhsh)

    Thank you.
    I removed the button because it was not mobile friendly.
    Also, Please improve the speed of your plugin. The loading time of my website decreased because 30 KB has been added to the volume of my product page. It is too much for this plugin !!!!

    I love your plugin and I hope you can improve it.
    For example, adding a country flag is a good option !
    And the customers don’t need to add States, City or Postal code to calculate the shipping cost. For example, my website calculates the shipping cost based on the country, not the city.
    So, customers want to check how much the shipping rate is for their country and they can add their full address in the checkout page, not on the product page.

    • This reply was modified 3 years, 3 months ago by azadbakhsh.
    Thread Starter azadbakhsh

    (@azadbakhsh)

    Please check the below link:
    https://s4.uupload.ir/files/ajax_8c.jpg

    When I activate your plugin, it calls admin-ajax.php and its loading time is high !

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    The ajax request of our plugin is not a static content loading event it requires some processing so it will take that much of time as 1s to 2s

    and it depend on your site speed as well, we checked the amount of time taken by the Add to cart event that is done through ajax on your site and it shows 2s to 3s for Add to cart

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Suggestions’ is closed to new replies.