Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
Pompidompie
Thats oke :smile:
That means still would like a better (easier to understand) explanation than what I provided before, correct?
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Oh I'm sorry, yes.
All these terms, it's abracadabra to me. I try to follow, but i constanly lose it half way into the sentence.:blush:
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Is SBA compatible with with v1.5.4 Zen?
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
Kevin205
Is SBA compatible with with v1.5.4 Zen?
Please, if at all possible, read back a few pages... This question has been asked and answered many times already.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
mc12345678
Please, if at all possible, read back a few pages... This question has been asked and answered many times already.
Thank you for the reply.
Before posting I searched this thread for 1.4.5, and didn't come up with anything. That's why I posted.
I'm sorry and thank you.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
Kevin205
Thank you for the reply.
Before posting I searched this thread for 1.4.5, and didn't come up with anything. That's why I posted.
I'm sorry and thank you.
Quote:
Originally Posted by
Kevin205
I meant 1.5.4 not 1.4.5
No problem. Just attempted the same search and as the case for such searches, no data returned, in fact not even a response indicating that couldn't find the search terms. That type of word search does not work on the forum.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Hi,
I have got SBA running on 1.5.4.
Does anyone have SBA running on v 1.5.4 together with Direct Bank Deposit (Aust) add-on Payment module?
https://www.zen-cart.com/showthread....t-Bank-Deposit
The file includes/classes/order.php is modified by both mods and from my (limited )understanding needs to be merged. Just wondering if there would be any incompatibilities?
thanks!
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
edvon
Hi,
I have got SBA running on 1.5.4.
Does anyone have SBA running on v 1.5.4 together with Direct Bank Deposit (Aust) add-on Payment module?
https://www.zen-cart.com/showthread....t-Bank-Deposit
The file includes/classes/order.php is modified by both mods and from my (limited )understanding needs to be merged. Just wondering if there would be any incompatibilities?
thanks!
That file is often modified by plugins. Merge it correctly and you'll be fine.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
jeking
That file is often modified by plugins. Merge it correctly and you'll be fine.
I would agree. This plugin modifies two lines of code in the file. The first collects information not collected in the base code after generation of the order's attribute_id, the second to pass that information on to an observer.