Yellow are you still supporting this? Are you on holidays? I just want to know if there are any plans of making this compatible with stock with attributes?
Thanks for a great mod, pity I can't use it for the majority of my store.
I will upgrade this module around June, and will see if I can provide support for attributes.
Regards
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
IM having a problem with the the message box on the form is up to high can someone help on how i fix this, im going crazy trying.
Can be seen here: http://dealz-r-us.com/index.php?main...&products_id=5
Hello Yellow,
Is there a zip file for the latest version of Request Stock?
I 've looked at this link and dont know how to download and save tese files in php?
Tahnks,
Is it possible we could get an update for version 1.3.8? I would very much like to use this module.
![]()
Doing a search using your editing tools for key wording will get you started....
As luck would have it, I was just looking for the same answer.... so here it is.
As it turns out for this, my search ended at one file which did it all for product lists. The file is /includes/functions/functions_general.php you need to leave it in place and not take it into the override system. I have modified this mod for my own use, so I may be off on some of the basic wording.
Around line 1148 make the following edits.... (use notepad++ if you wont line numbers)
Change this..
to this...Code:if ($_GET['main_page'] == zen_get_info_page($product_id)) { $return_button = zen_image_button(BUTTON_IMAGE_SOLD_OUT, BUTTON_SOLD_OUT_ALT); } else { $return_button = zen_image_button(BUTTON_IMAGE_SOLD_OUT_SMALL, BUTTON_SOLD_OUT_SMALL_ALT); }
It's just the last line that needs changing. Make sure that BUTTON_IMAGE_REQUEST_RESTOCK is what you used for the button system. This just replaces the image, I tried entering code here but the product ID is not here so it didn't work for me. On my product information page is where the coding takes place for me. I fix it so it shows up under the sold out image... I also do other things here for restock that's not part of this mod so I can't show you everything.Code:if ($_GET['main_page'] == zen_get_info_page($product_id)) { $return_button = zen_image_button(BUTTON_IMAGE_SOLD_OUT, BUTTON_SOLD_OUT_ALT); } else { $return_button = zen_image_button(BUTTON_IMAGE_REQUEST_RESTOCK, BUTTON_REQUEST_RESTOCK_ALT); }
CAUTION This seems to be a core file... be careful of your edits. MAKE BACKUPS!
I'm still editing so this is not up on my live sites.
yellow1912 -- You mentioned that you would be making updates... will they be on admin side or catalog. I'd like to have more control of the admin before I upload. I'd like the ability to delete requests and email one or many if an item ends up being removed and not restocked. I'll try my luck with it if you have other plans.
Dave
Always forward thinking... Lost my mind!
Hello,
I am new to Zencart and recently installed request restock. It seems to be working fine except the initial email that goes out looks like this:
$EMAIL_GREETING
$EMAIL_WELCOME
Restock Summary:
Have any question? Please contact us
$PRODUCTS_DETAIL
Any specific advice on how to remedy would be greatly appreciated.
I'm having a problem with the back button. When you are about to send a request but then decide to click the back button, then suddenly it goes to the sitemap instead of going back to the product page? Does anyone have a solution to this?
Regards,
GM