• Resolved ayushg0403

    (@ayushg0403)


    Screenshot: https://ibb.co/zhdkL2B

    Hello, I need help with a few things:

    1) How to add margin below ‘SELECT DELIVERY LOCATION’ button as it is too close to ‘Compare’ and ‘Add to wishlist’ buttons

    2) I’d like to cut the ‘No shipping location available for your area’ button (as shown in the screenshot. So I want to remove the extra grey part after the text

    3) How can I change the text colour and button colours of them?

    4) How to show the estimated delivery date next to the calculated shipping cost?

    Thank you

    • This topic was modified 4 years, 2 months ago by ayushg0403.
    • This topic was modified 4 years, 2 months ago by ayushg0403.
    • This topic was modified 4 years, 2 months ago by ayushg0403.
    • This topic was modified 4 years, 2 months ago by ayushg0403.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Hi,

    you can do this changes using CSS

    to add margin below the calculate button add the below css

    
    .pisol-shipping-calculator-button{
    margin-bottom:20px;
    }
    

    To cut the width of the message add this css

    
    .pisol-ppscw-alert-container{
    display:inline-block;
    }
    

    To change the color of the message

    
    .pisol-ppscw-alert{
    background-color:#f00;
    color:#fff;
    }
    

    Regarding showing estiamte date, right now there is no option for that but very soon we will integrate this plugin with our estimate date plugin

    Thread Starter ayushg0403

    (@ayushg0403)

    Hi,

    Thank you for your quick response!

    This is what I’m getting after applying your code:

    https://ibb.co/JjHytQW

    The 1st and 3rd code work perfectly well, however, the code to cut the width of the message doesn’t seem to work as shown in the screenshot.

    Also, could you provide the code to change the colour of the shipping calculator button and ‘UPDATE ADDRESS’ button and their respective text colours as well?
    I’ll also like to add a border and shadow around each.

    Regarding the estimated date, that’s great! I’ll be eagerly waiting for the integration.
    Is there a code that you could provide to make a make-shift display of these estimated dates with their costs or shipping methods?
    It doesn’t matter where or how they are displayed. The ultimate goal is that the buyer should know the estimated delivery date as per the cost or shipping method

    Thank you

    • This reply was modified 4 years, 2 months ago by ayushg0403.
    • This reply was modified 4 years, 2 months ago by ayushg0403.
    Thread Starter ayushg0403

    (@ayushg0403)

    Hi, sorry I forget to add this:

    How to reduce the sizes of the buttons and texts associated with your plugin?
    How to Change the text in:
    1)’SELECT DELIVERY LOCATION’
    2)’No shipping method available for your area’
    3)’Insert your location to get the shipping method’
    4)’UPDATE ADDRESS’.
    My aim is to make ‘UPDATE ADDRESS’ and ‘SELECT DELIVERY LOCATION’ in lowercase and add
    ‘Sorry,’ at the beginning of ‘3)’ and ‘Please’ at the beginning of ‘4)’.

    I know all these customizations sound small, but they are crucial in maintaining a polite environment in the shop.

    Thank you

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Hi,
    You can change text from plugin setting, and other text you can change using loco translator plugin

    and the colow changes you can do with CSS code we do not have setting for making those changes

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Will be releasing a new version today what will give you option to change the color from within plugin setting

    Thread Starter ayushg0403

    (@ayushg0403)

    Thank you so much!

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Thanks for your review we are making this as resolved

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Customizations that everyone would like to know’ is closed to new replies.