2 quick questions

  • Posts: 16
  • Thank you received: 1
12 years 1 month ago #67457

Hello again.

I have two questions.

One, is there a way before I take my site live to sync up / alter the invoice numbers so I do not have to change my book keeping very much when I switch to my Hikashop shop? I basically used 4 digits that go in a sequence and I'd like to set the shop to give me order numbers in the 4000~ range if at all possible. I'm thinking maybe that's something in the database I can explore, but if there's a quicker way to do this within Hikashop's View library or such I'd like to do that.

Two, is it possible to set the "Use Prices Per Product" in the Custom Shipping module to not add the price on a singular item? For example if someone buys 1 chair the shipping would be 14.50 and then if they bought 2 chairs it'd be 19.50? Rather than the 19.50 being the total for shipping with just the one item in cart?
I feel like it's possible, but I can't find anywhere to alter this.

Hope everyone is having a good week as well.

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
12 years 1 month ago #67594

Hi,

1. I think that you'll just have to :
- Open your phpmyadmin (a tool provided by your hosting company in order to administer your database)
- Select your database
- Increase the auto_increment value of the hikashop_order table by running a query like this :

ALTER TABLE jos_hikashop_order auto_increment = 4000;
Note that if you use another table prefix than jos_ you need to change it to your table prefix in the query.

2. I think that you can do that by setting 2 shipping price for your product through the shipping tab of your product page :
- the first one will be 14.50
- the second one 19.50

Hope this will help you.

Last edit: 12 years 1 month ago by Mohamed Thelji.
The following user(s) said Thank You: WebBurn

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 1
12 years 1 month ago #67793

One more question.

Is there a way to edit how many credit card numbers shows up on the shop-side email? The number of digits showing up in invoices seems a bit odd to me.

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
12 years 1 month ago #67799

I don't really understand your question so can you explain it to me :) ?

Last edit: 12 years 1 month ago by Mohamed Thelji.

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 1
12 years 1 month ago #67810

Of course.

When a customer places an order I receive an email that an order has been placed and I see the last 7 digits of the customer's credit card number. Can I adjust that to 4 or 5 digits instead of so many? I didn't see where to do so in the Language portion of HikaShop's system tab.
Is it something I can adjust in display / views?

Please Log in or Create an account to join the conversation.

  • Posts: 82818
  • Thank you received: 13362
  • MODERATOR
12 years 1 month ago #67921

You can't adjust that.
Half is in the invoice, half is in the email, for security reasons.

The following user(s) said Thank You: WebBurn

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 1
12 years 1 month ago #68260

I see.

Please Log in or Create an account to join the conversation.

Time to create page: 0.075 seconds
Powered by Kunena Forum