Search found 148 matches

by Portman
Wed Apr 01, 2026 11:25 pm
Forum: Community Help & Support
Topic: Session help with 1.0.8.20
Replies: 1
Views: 620

Session help with 1.0.8.20

Hi, I am working on an up to date site in phoenix, but I am currently running 1.0.8.20 on my live site (I have decided to do a new site using current version rather than running applying each update as there are too many mods on my site to make this viable) I have just been informed by my webhost th...
by Portman
Thu Oct 16, 2025 10:53 pm
Forum: Community Help & Support
Topic: Security issue with my site
Replies: 4
Views: 415

Re: Security issue with my site

The issue was that a customer shared the entire URL (with session id) of a product with a group of people (I think on social media) and when they clicked on it they were logged into the original customers account. I then tested it with my own accounts and discovered that this is a potential problem....
by Portman
Thu Oct 16, 2025 4:11 am
Forum: Community Help & Support
Topic: Security issue with my site
Replies: 4
Views: 415

Security issue with my site

Hi, I noticed on my site if I share a link with someone and stay logged in when they open the link they also are logged into my account, if I am logged out, then so are they when they click the link - I checked the security settings on my site (admin/tools/security checks) and noticed that allow_url...
by Portman
Tue Sep 02, 2025 5:43 am
Forum: Community Help & Support
Topic: Loading Tax rates into hooks-sitwide
Replies: 11
Views: 1877

Re: Loading Tax rates into hooks-sitwide

thanks for your patience raiwa ... I have double checked my tax rates etc and they all seem correct to me - so I am going to do a clean install of everything and see if I canm get it working from there - maybe without wholesale pro installed - there is a chance I have messed up some code somewhere e...
by Portman
Mon Sep 01, 2025 11:17 am
Forum: Community Help & Support
Topic: Loading Tax rates into hooks-sitwide
Replies: 11
Views: 1877

Re: Loading Tax rates into hooks-sitwide

Thanks @raiwa

I have applied the update and am still having the same problems... I will drop the code I am working on in a private message
by Portman
Mon Sep 01, 2025 7:54 am
Forum: Community Help & Support
Topic: Loading Tax rates into hooks-sitwide
Replies: 11
Views: 1877

Re: Loading Tax rates into hooks-sitwide

Hey raiwa ; Sorry, thats what I am trying to say... I am using your addon but I cant get it to work... I already use it for Australian GST - which just has a static +GST under each each price. So I am trying to make it so the static +GST work for australian customers, using TAX_BELOW_PRICE_EXCLUDING...
by Portman
Mon Sep 01, 2025 4:18 am
Forum: Community Help & Support
Topic: Loading Tax rates into hooks-sitwide
Replies: 11
Views: 1877

Re: Loading Tax rates into hooks-sitwide

Thanks raiwa , That is exacly what I am working on .... the problem is when I use $products_tax I get the tax rate showing up on the order confirmation page - but on thecards on the index page, shopping cart and on the product info page - $product_tax is empty... All I get is "+0% T&D"...
by Portman
Sat Aug 30, 2025 6:53 am
Forum: Community Help & Support
Topic: Loading Tax rates into hooks-sitwide
Replies: 11
Views: 1877

Re: Loading Tax rates into hooks-sitwide

OK.... here is an example of what I want to do ; https://creativeabundance.com.au/resources/example.jpg https://creativeabundance.com.au/resources/example2.jpg My site is set up so that people can only see prices if they are logged in as an aproved wholesaler so I know their country to see this info...
by Portman
Fri Aug 29, 2025 7:19 am
Forum: Community Help & Support
Topic: Loading Tax rates into hooks-sitwide
Replies: 11
Views: 1877

Loading Tax rates into hooks-sitwide

Hi, I want to load the tax_rate for a product for US customers for a hook I am trying to make… this is to show the tax (tariff) rate before being applied to order total. I was trying to look for an example of this in existing code but couldn’t find one…. Could someone point me in the right direction...
by Portman
Thu Aug 28, 2025 5:08 am
Forum: Community Help & Support
Topic: Rethinking easy Tarrif fix
Replies: 8
Views: 445

Re: Rethinking easy Tarrif fix

Thanks ecartz ... I think I get it now.... So if I have 3 different 'tax' rates for US Tarrifs... say 0%, 10%,and 15% ... I set up 3 Differnt Tax Classes... Class 1 - AU rate 10% - US Rate 0% (or nothing for this one) Class 2 - AU Rate 10% - US Rate 10% Class 3 - AU Rate 10% - US Rate 15% then set t...