Zen Cart Logo
Forums / All Other Contributions/Addons / Stock by Attribute v4.0 addon for v1.3.5-1.3.9

Stock by Attribute v4.0 addon for v1.3.5-1.3.9

Views: 658,559

Results 2,461 to 2,480 of 3,609
18 Jan 2016, 8:37 PM
#2461
michael_rebreathe avatar

michael_rebreathe

New Zenner

Join Date:
Jul 2015
Posts:
43
Plugin Contributions:
0

Stock by Attribute v4.0 addon for v1.3.5-1.3.9

mc12345678:

Thanks for doing all the leg work, I did kind of think it wouldn't quite be as easy as I described, but I still think it can be... More to follow on that. :) glad that the issue was resolved and shared with others...

As to the customid on the multiple attributes, I actually thought I hadn't included it yet, but am wrong based on the commenting out of the code above... Need an if statement surrounding that line to evaulate against the same constant that was added in the other file where it was presented in three rows of the file... Also need to incorporate a prefix/suffix to the model# as well to expand on user modification options...

Thanks again!!!
I'm always willing to help when I can. We're all trying

Keep in mind our intent in this: We want the customid to show on packing slips and invoices but not in the dropdowns. We don't really care either way if it shows up in the shopping cart. Current settings are all or nothing.

Total tangent, but I'm hoping it is as simple as I think it is: The "from" name in all of our Zen Cart emails is "Sales," since the source email address is [email protected]. That's obviously going to be flagged as spam in 1.2 nanoseconds. Most applications that generate email will allow addresses like "Our Company[email protected]." Nowhere in any of the Zen Cart documentation I have found clarifies whether or not Zen Cart can accept this format for email addresses. Searching the term "email" in the forum returns so many threads it'll take me forever to trudge through them. Tools => Send Email doesn't pull the email address automatically, so is (presumably) useless for testing, and the one thing we don't have configured on our sandbox server is email...

18 Jan 2016, 8:47 PM
#2462
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

michael_rebreathe:

I'm always willing to help when I can. We're all trying

** Keep in mind our intent in this: We want the customid to show on packing slips and invoices but not in the dropdowns. We don't really care either way if it shows up in the shopping cart. Current settings are all or nothing.
**
Total tangent, but I'm hoping it is as simple as I think it is: The "from" name in all of our Zen Cart emails is "Sales," since the source email address is [email protected]. That's obviously going to be flagged as spam in 1.2 nanoseconds. Most applications that generate email will allow addresses like "Our Company[email protected]." Nowhere in any of the Zen Cart documentation I have found clarifies whether or not Zen Cart can accept this format for email addresses. Searching the term "email" in the forum returns so many threads it'll take me forever to trudge through them. Tools => Send Email doesn't pull the email address automatically, so is (presumably) useless for testing, and the one thing we don't have configured on our sandbox server is email...

Then you must have missed this post or not downloaded since then..

Ummm, the email thing? Have you taken a look in the admin at the description for: Configuration->E-mail Options->Send Copy of Order Confirmation Emails To... They all follow that format, just don't all say so. :) Also, it doesn't necessarily make sense for an email to come from multiple addresses, but at least the Name <email> format is consistent.

Send Copy of Order Confirmation Emails To
Send COPIES of order confirmation emails to the following email addresses, in this format: Name 1 email@address1, Name 2 email@address2

18 Jan 2016, 9:02 PM
#2463
michael_rebreathe avatar

michael_rebreathe

New Zenner

Join Date:
Jul 2015
Posts:
43
Plugin Contributions:
0

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

mc12345678:

Then you must have missed this post or not downloaded since then..

Ummm, the email thing? Have you taken a look in the admin at the description for: Configuration->E-mail Options->Send Copy of Order Confirmation Emails To... They all follow that format, just don't all say so. :) Also, it doesn't necessarily make sense for an email to come from multiple addresses, but at least the Name <email> format is consistent.

No, I hadn't looked at those because they deal with TO email addresses, not FROM email addresses.
Thanks for the quick reply!

18 Jan 2016, 9:06 PM
#2464
michael_rebreathe avatar

michael_rebreathe

New Zenner

Join Date:
Jul 2015
Posts:
43
Plugin Contributions:
0

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

mc12345678:

Then you must have missed this post or not downloaded since then..

This was just a friendly reminder of what we were looking for, which we already implemented. You mentioned you were considering a bit of a rework to when customids may be desired, and ours is just one scenario. :cool:

18 Jan 2016, 9:15 PM
#2465
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

michael_rebreathe:

This was just a friendly reminder of what we were looking for, which we already implemented. You mentioned you were considering a bit of a rework to when customids may be desired, and ours is just one scenario. :cool:

Well, other places where customid is displayed is somewhat similar. The customid is "determined" and then applied/presented as a "separate" action. There was another that indicated having the customid in the dropdown was "inconvenient" so it made sense for it to be hidden or possible to be hidden by admin control... Seemed like though that the post was to indicate that it wasn't possible on the store in question. In fact one of the other recent posts still included a comment that the customid was temporarily commented out which led me to think/believe that the above post hadn't been noticed still...

One of the things being done to "simplify" the customid part is to have the customid determined in one set of code instead of a group of code that is copied into many different places... I've seen that it is/can be created differently and that doesn't lend itself to consistent presentation... It's on the list for doing, but trying to clean up things in a little bigger approach and to address some of the remaining functionality desired for it to apply to larger "groups"... In fact right now trying to incorporate some of what was determined in the last page and to see if it can be taken a little further while still "simple" for expandability and multi-location application.

18 Jan 2016, 9:36 PM
#2466
michael_rebreathe avatar

michael_rebreathe

New Zenner

Join Date:
Jul 2015
Posts:
43
Plugin Contributions:
0

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

mc12345678:

Well, other places where customid is displayed is somewhat similar. The customid is "determined" and then applied/presented as a "separate" action. There was another that indicated having the customid in the dropdown was "inconvenient" so it made sense for it to be hidden or possible to be hidden by admin control... Seemed like though that the post was to indicate that it wasn't possible on the store in question. In fact one of the other recent posts still included a comment that the customid was temporarily commented out which led me to think/believe that the above post hadn't been noticed still...

One of the things being done to "simplify" the customid part is to have the customid determined in one set of code instead of a group of code that is copied into many different places... I've seen that it is/can be created differently and that doesn't lend itself to consistent presentation... It's on the list for doing, but trying to clean up things in a little bigger approach and to address some of the remaining functionality desired for it to apply to larger "groups"... In fact right now trying to incorporate some of what was determined in the last page and to see if it can be taken a little further while still "simple" for expandability and multi-location application.

I made the choice to not update with your most recent update because the issues I'm addressing with you are actually on the smaller-scale side of what our management wants tackled (like adding blog and forum functions, with recent blog posts displaying in Zen Cart, which mgmt should take a week or so). I'm always wary of just pushing an update without sandbox testing, and I'm struggling to keep the live site updates and sandbox development isolated and organized.

19 Feb 2016, 8:20 PM
#2467
lorrie_syms avatar

lorrie_syms

New Zenner

Join Date:
Sep 2014
Location:
Nanaimo, British Columbia, Canada
Posts:
5
Plugin Contributions:
0

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

Hi,
I am using the latest ZC version.

I have renamed the necessary folders, and uploaded everything via FileZilla. When I try to run the install file, I get this error -

The website encountered an error while retrieving http://www.chads420.com/MY_Domain/MY_ADMIN/stock_by_attr_install.php. It may be down for maintenance or configured incorrectly.

Any suggestions? Currently my site admin is completely inaccessible. I have a good backup- but would really like to see this plug-in work

Thanks for any help!

LS

19 Feb 2016, 8:27 PM
#2468
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

Lorrie Syms:

Hi,
I am using the latest ZC version.

I have renamed the necessary folders, and uploaded everything via FileZilla. When I try to run the install file, I get this error -

The website encountered an error while retrieving http://www.chads420.com/MY_Domain/MY_ADMIN/stock_by_attr_install.php. It may be down for maintenance or configured incorrectly.

Any suggestions? Currently my site admin is completely inaccessible. I have a good backup- but would really like to see this plug-in work

Thanks for any help!

LS

From whence did you download the copy of SBA? (Sorry, got artsy all of a sudden.)

19 Feb 2016, 8:27 PM
#2469
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

Lorrie Syms:

Hi,
I am using the latest ZC version.

I have renamed the necessary folders, and uploaded everything via FileZilla. When I try to run the install file, I get this error -

The website encountered an error while retrieving http://www.chads420.com/MY_Domain/MY_ADMIN/stock_by_attr_install.php. It may be down for maintenance or configured incorrectly.

Any suggestions? Currently my site admin is completely inaccessible. I have a good backup- but would really like to see this plug-in work

Thanks for any help!

LS

You're supposed to replace MY_Domain/MY_ADMIN with your site values. These are placeholders.

You admin being inaccessible may or may not be related. Check your /logss/ folder for an error message.

19 Feb 2016, 8:31 PM
#2470
lorrie_syms avatar

lorrie_syms

New Zenner

Join Date:
Sep 2014
Location:
Nanaimo, British Columbia, Canada
Posts:
5
Plugin Contributions:
0

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

jeking:

You're supposed to replace MY_Domain/MY_ADMIN with your site values. These are placeholders.

You admin being inaccessible may or may not be related. Check your /logss/ folder for an error message.

I did replace those when I entered my URL - just replaced with generic for my post - actual URL - http://www.chads420.com/shop/zgtb5coy7ikatfec/stock_by_attr_install.php - comes up with the error posted earlier

19 Feb 2016, 8:32 PM
#2471
lorrie_syms avatar

lorrie_syms

New Zenner

Join Date:
Sep 2014
Location:
Nanaimo, British Columbia, Canada
Posts:
5
Plugin Contributions:
0

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

mc12345678:

From whence did you download the copy of SBA? (Sorry, got artsy all of a sudden.)

I downloaded it from the ZC plugin repository. Is there a better download?

19 Feb 2016, 8:39 PM
#2472
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

Lorrie Syms:

I downloaded it from the ZC plugin repository. Is there a better download?

This one? https://www.zen-cart.com/downloads.php?do=file&id=202

This is for Zen Cart 1.5.1. You said you're using the latest version which would be 1.5.4.

Was your admin working prior to installing this plugin?

19 Feb 2016, 8:47 PM
#2473
lorrie_syms avatar

lorrie_syms

New Zenner

Join Date:
Sep 2014
Location:
Nanaimo, British Columbia, Canada
Posts:
5
Plugin Contributions:
0

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

jeking:

This one? https://www.zen-cart.com/downloads.php?do=file&id=202

This is for Zen Cart 1.5.1. You said you're using the latest version which would be 1.5.4.

Was your admin working prior to installing this plugin?

Yes...it was working fine before uploading the files. It works fine if I restore my backup. I just can't figure out which file is causing the problem.

Could it be my Zen Cart is not compatible?

19 Feb 2016, 8:51 PM
#2474
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

Lorrie Syms:

Could it be my Zen Cart is not compatible?

Almost certainly. The version of this plugin for ZC 1.5.4 is available on github.com. Search the thread and you'll find it. Be aware it is under development so use are your own risk. That being said, many are using it on live sites, just be aware of the risk.

19 Feb 2016, 9:07 PM
#2475
lorrie_syms avatar

lorrie_syms

New Zenner

Join Date:
Sep 2014
Location:
Nanaimo, British Columbia, Canada
Posts:
5
Plugin Contributions:
0

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

jeking:

Almost certainly. The version of this plugin for ZC 1.5.4 is available on github.com. Search the thread and you'll find it. Be aware it is under development so use are your own risk. That being said, many are using it on live sites, just be aware of the risk.

Thanks JEKing. I'll check it out...isn't it all at our own risk???

19 Feb 2016, 9:11 PM
#2476
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

Lorrie Syms:

isn't it all at our own risk???

Yes, pretty much. Just wanted to avoid any misunderstanding. There is a difference between plugins available here in the forums and those posted outside of the forums.

19 Feb 2016, 9:14 PM
#2477
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

Lorrie Syms:

Thanks JEKing. I'll check it out...isn't it all at our own risk???

jeking:

Yes, pretty much. Just wanted to avoid any misunderstanding. There is a difference between plugins available here in the forums and those posted outside of the forums.

"Fortunately" the current version on github at least had a basis from the 1.5.1 version posted on this site. :)

23 Mar 2016, 3:41 PM
#2478
soxophoneplayer avatar

soxophoneplayer

Totally Zenned

Join Date:
Feb 2008
Posts:
534
Plugin Contributions:
0

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

zc 1.5.5 with responsive sheffield blue

I must have mixed up my downloads from github - installed what I thought was latest update on 3_21_2016 and installed that. With a little fiddling it worked. Reading about SbyA on a separate zc post made me look again at github and I found the z.c. 1.5.5 folder for SbyA. I went through and merged the changes. Site (test) still seems to be functioning correctly.

In my earlier merging I had difficulty with includes/modules/pages/shopping cart/header.php so I tried the SbyA version from my zc 1.5.4 livesite - and I noted today that it says SbyA 1.5.5 on the top of the file. When I went to merge in the most recent github file downloaded this morning, it says SbyA 1.5.4 at the top. I'm confused ;-) The files are very different.

I actually tried both files and each seems to work and I don't notice anything different in the appearance of my cart, or in the admin configs.

Am I correct in assuming I should go with the most recent github 1.5.5 folder download even though the versions appear to suggest otherwise.

23 Mar 2016, 4:08 PM
#2479
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

soxophoneplayer:

zc 1.5.5 with responsive sheffield blue

I must have mixed up my downloads from github - installed what I thought was latest update on 3_21_2016 and installed that. With a little fiddling it worked. Reading about SbyA on a separate zc post made me look again at github and I found the z.c. 1.5.5 folder for SbyA. I went through and merged the changes. Site (test) still seems to be functioning correctly.

In my earlier merging I had difficulty with includes/modules/pages/shopping cart/header.php so I tried the SbyA version from my zc 1.5.4 livesite - and I noted today that it says SbyA 1.5.5 on the top of the file. When I went to merge in the most recent github file downloaded this morning, it says SbyA 1.5.4 at the top. I'm confused ;-) The files are very different.

I actually tried both files and each seems to work and I don't notice anything different in the appearance of my cart, or in the admin configs.

Am I correct in assuming I should go with the most recent github 1.5.5 folder download even though the versions appear to suggest otherwise.

If I may put it this way, 1) the change to that file for SBA is minor, 2) the 1.5.5 files included there were from one point in the beta process (headers not updated), 3) a final comparison remains to be performed, 4) if at all able to forgive me, I've got several different major applications on which I work and am trying to get/keep them up-to-date...

23 Mar 2016, 4:39 PM
#2480
soxophoneplayer avatar

soxophoneplayer

Totally Zenned

Join Date:
Feb 2008
Posts:
534
Plugin Contributions:
0

Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

mc12345678:

If I may put it this way, 1) the change to that file for SBA is minor, 2) the 1.5.5 files included there were from one point in the beta process (headers not updated), 3) a final comparison remains to be performed, 4) if at all able to forgive me, I've got several different major applications on which I work and am trying to get/keep them up-to-date... Thanks. I realize its a work in progress ;o) Just wasn't sure if I'd gone down the rabbit hole....