- Posts: 107
- Thank you received: 0
questions ?
Hummm .. not easy for that post-code thing ... I'm wondering If I couldn't check the postcode throught javascript and add a coupon or define another shipping method that way ... I'll have to think about it....
but thanks for such a quick answer
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It's actually:
SHIPPING_MIN_PRICE="Prix minimum"
SHIPPING_MIN_PRICE="Prix maximum"
Where it should be:
SHIPPING_MIN_PRICE="Prix minimum"
SHIPPING_MAX_PRICE="Prix maximum"
You can go in the config under the tab languages to fix it.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
So I created a zone for an all country (as a test)
I defined : minimum price and maximum price and I defined a shipping price.
the setting is activated. plugin is published but I don't have any shipping during the payment ... did I forget something ?
Another thing ... (the only payment I've got is paypal) when I ckick on "next" I have to actually click twice on next .. the first time it sends me on the checkout page (the same)
any ideas ?
Please Log in or Create an account to join the conversation.
You shouldn't have to click twice on next unless you changed the checkout workflow option in the config. Did you ?
Please Log in or Create an account to join the conversation.
Nop didn't change a thing in "the checkout workflow options" ...
I'll firts look a the wieght thing .. maybe both problems were linked ... I agree one of them wasn't a problem just my mistake
Please Log in or Create an account to join the conversation.
Another question :
- I set up 2 shipping for now : 1 for the all country and 1 for the state ...
but I f a create a user living in this state ... It still show both shipping process ... is it normal ? I know this state is part of france so it makes sense .. but is there a way to exclude this state from the country for shipping process ?
Please Log in or Create an account to join the conversation.
Another question .. still about my postcodes ..
Is there a way to get the chosen delivery postcode ...
else ... the adress is show as name <br/> adress <br/> postcode city <br/> in which file is that made up ? I'd prefer to have separate divs to be able to get the post code ... if there is no other way for now ...
Please Log in or Create an account to join the conversation.
The address template can be modified via the menu Display->Views. Search for the file address_template on the front end and edit it.
Please Log in or Create an account to join the conversation.
thank you
Please Log in or Create an account to join the conversation.
When a user got different adresses, it does interact with the shipping process, so I guess it does check in the database (jos_hikashop_address) in which state this adress is located.
So I was wondering if during this process I could try to add exceptions with postcodes where shipping should be free...
I'm not asking for modifications just for my case ... but I'm trying to solve my problem and find a way to do .. So which files should I be looking for to look at this process ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Another question : In the cart at the end .. when you've got a product with characteristics ... it does display all the characteristics (and that's good) but it doesn't display it the way I'd like to ... I explain myself
I've characteristics id and I'd like them to be shown id 1 / id 2 / id 3 / id 4 for now it does show them in alphabetical order ... ho can I change that ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
something else I'm looking for now .. is how to make the post code as required in the registring process ... ?
Please Log in or Create an account to join the conversation.
knowing that when we look at the product and choose the characteristics, they're sorted out the right way
(I'd add that in the congifuration / display tab the option selected is "Id"
Would it be possible to add a message when a user created an account ?
Please Log in or Create an account to join the conversation.
We uploaded a new version of HikaShop which sort the characteristics before adding the value to the name of the product. Could you download the new version from our website and update ?
You should see a message when you register on hikashop. If you don't then, you should look at that:
www.hikashop.com/fr/support/documentatio...tibility-issues.html
Please Log in or Create an account to join the conversation.
I didn't think to look in the custom fields .. I get a bit lost ith all these menus ... but I get there
I allready have the "message" thing in my template ... because it's working for other things ... I'll update and I look into that
Please Log in or Create an account to join the conversation.