Zen Cart Logo
Forums / All Other Contributions/Addons / Back In Stock Notifications

Back In Stock Notifications

Views: 71,747

Results 141 to 160 of 507
15 Mar 2009, 4:59 PM
#141
leoshell50 avatar

leoshell50

New Zenner

Join Date:
Mar 2009
Posts:
3
Plugin Contributions:
0

Back In Stock Notifications

Subscription Successful!
You have been successfully subscribed to the Back In Stock Notification List for “” and will therefore receive an e-mail from us when it is back in stock!

For security reasons, an e-mail has been sent to you acknowledging your subscription. Please remember that this subscription will not result in you receiving any e-mail from us about anything other than the restocking of this item.

If, for any reason, you would like to unsubscribe from the Back In Stock Notification List for “” you will find details of how to do so in the e-mail that has just been sent to you.

i see Product empty, and not save number product in database.

Help me please.

16 Mar 2009, 1:00 AM
#142
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Back In Stock Notifications

Hi,

leoshell50:

i see Product empty, and not save number product in database.

Help me please.

Not sure where you've gone wrong. Sorry.

All the best...

Conor
Ceon

4 Apr 2009, 6:04 PM
#143
craft_magick avatar

craft_magick

Zen Follower

Join Date:
Nov 2007
Posts:
166
Plugin Contributions:
0

Re: Back In Stock Notifications

lankeeyankee:

Hi Conor,

Thanks for the advice!

I'm now trying to move the notify me button all of the way to the left instead all the way to the right but it appears that the div tag that I wrapped the button in is getting stripped by class.CeonXHTMLHiTemplate.php. What would I need to do to get the button to the left?

Thanks!

Matt

I'm also trying to move the NOTIFY ME button to the left. Any suggestions would be appreciated.

GREAT mod!

4 Apr 2009, 6:27 PM
#144
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Back In Stock Notifications

Hi,

Craft Magick:

I'm also trying to move the NOTIFY ME button to the left. Any suggestions would be appreciated.

Just adjust the template file. Copy it to your template directory.

Copy the file from

includes/templates/template_default/templates/inc.html.back_in_stock_notifications.html

to

includes/templates/YOUR_TEMPLATE/templates/inc.html.back_in_stock_notifications.html

and modify the HTML as you wish.

You'll see most of the buttons are in tags like the following:

<div class="buttonRow forward"><ceon:variable name="continue_button"><input type="submit" /></ceon:variable></div>

The:

<ceon:variable name="continue_button"><input type="submit" /></ceon:variable>

part is what gets replaces with the button, so you just adjust the code around that to place the button wherever you want.

Craft Magick:

GREAT mod!

Thanks! ;)

Enjoy the rest of your weekend!

All the best...

Conor
Ceon

4 Apr 2009, 6:47 PM
#145
craft_magick avatar

craft_magick

Zen Follower

Join Date:
Nov 2007
Posts:
166
Plugin Contributions:
0

Re: Back In Stock Notifications

conor:

Hi,

Just adjust the template file. Copy it to your template directory.

Copy the file from

includes/templates/template_default/templates/inc.html.back_in_stock_notifications.html

to

includes/templates/YOUR_TEMPLATE/templates/inc.html.back_in_stock_notifications.html

and modify the HTML as you wish.

You'll see most of the buttons are in tags like the following:

<div class="buttonRow forward"><ceon:variable name="continue_button"><input type="submit" /></ceon:variable></div> ``` > > The: > > ```html <ceon:variable name="continue_button"><input type="submit" /></ceon:variable> ``` > > part is what gets replaces with the button, so you just adjust the code around that to place the button wherever you want. > > > > Thanks! ;) > > Enjoy the rest of your weekend! > > All the best... > > Conor > [Ceon](http://ceon.net)

Copied file to my templates overrides directory as instructed above and added style="float:left;" to every instance of the inc.html.back_in_stock_notifications.html file as follows:

<ceon:variable name="submit_button"><input type="submit" style="float:left;" /></ceon:variable>
	

but the notify me button is still on the right... did I miss something?

4 Apr 2009, 7:04 PM
#146
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Back In Stock Notifications

Hi,

Craft Magick:

did I miss something?

Yes, you did the complete opposite of what I was saying! :)

You can't modify anything between the ceon:variable tags as they get replaces, you make your modifications outside of that, in this case the ```html

<div class="buttonRow forward"> ``` bit.

If you need any more help please read the documentation that comes with the module, it describes how the templates work.

Enjoy the rest of your weekend!

All the best...

Conor
Ceon

4 Apr 2009, 9:41 PM
#147
craft_magick avatar

craft_magick

Zen Follower

Join Date:
Nov 2007
Posts:
166
Plugin Contributions:
0

Re: Back In Stock Notifications

Thank you for your help. I've tried every combination of 'align' and 'float' that I know of as it relates to HTML in the
inc.html.back_in_stock_notifications.html file to try and get the 'notify me' button to float left instead of right but can't get it...

it's probably just my complete ignorance of 'Ceon:variable tags' and/or 'custom HTML templates' because even the changes I made to the text on the notification form don't ALL show up on the website either.... in the exact same files some of the text changes DO show up and some do NOT...

For anyone else that reads this post someday and to perhaps save you an entire afternoon of obsession here's what I tried that was unsuccessful:

<div class="buttonRow back"><div align="left">

and

<div class="buttonRow forward" align="left">

and

<div align="left">
<div class="buttonRow back">

and

<div style="float:left;">
<div class="buttonRow back">

and

<div class="buttonRow back" style="float:left;">

and even looked at tpl_products_display.php but don't know enough about php to even know if anything can be done here

$submit_button = zen_image_submit(BUTTON_IMAGE_NOTIFY_ME, BUTTON_NOTIFY_ME_ALT,
    'name="notify_me"');
  $back_in_stock_notification_form->setVariable('submit_button', $submit_button);
  

So after obsessing all afternoon on this and considering what a GREAT MOD this is I've decided to live with the existing text and layout since the trade off is definitely worth it.

If anyone someday reads this post and comes up with a solution to get the 'notify me' button to align to the left please post the solution here since I'm subscribed to this thread and it would be very helpful to know how to do it.

Anyway, thank you again for trying to help a novice and for such a wonderful mod.

Have a beautiful weekend.

5 Apr 2009, 12:30 AM
#148
tim_ware avatar

tim_ware

New Zenner

Join Date:
Dec 2007
Posts:
25
Plugin Contributions:
0

Re: Back In Stock Notifications

Craft Magick..

To align the button left:

in the file inc.html.back_in_stock_notifications.html look for this part in the code..

<!-- ceon-begin-part PRODUCT_INFO_BACK_IN_STOCK_NOTIFICATION_FORM -->

within that section of code around line 92 adjust this bit:

<div class="buttonRow forward"><ceon:variable name="submit_button"><input type="submit" /></ceon:variable></div>

to

<div class="buttonRow back"><ceon:variable name="submit_button"><input type="submit" /></ceon:variable></div>

BTW.. I tried to Copy the file from

includes/templates/template_default/templates/inc.html.back_in_stock_notifications.html

to

includes/templates/YOUR_TEMPLATE/templates/inc.html.back_in_stock_notifications.html

and it didn't work.. so I had to edit the file in the template_default

Hope this helps :)

Thanks for the great mod ceon... :clap:

5 Apr 2009, 11:05 AM
#149
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Back In Stock Notifications

Hi,

Oh dear.. I'm very sorry about this.

Changing it to

<div class="buttonRow back"><ceon:variable name="submit_button"><input type="submit" /></ceon:variable></div>
```is all you needed to do.

What went wrong was my initial advice about copying the file to your template directory.

I've just realised that the module loads the file from 

includes/templates/template_default/templates/inc.html.back_in_stock_notifications.html

directly.. the module doesn't use the template override system!

So sorry about that.. I've wasted a lot of your time! :(

When I next upgrade the module I'll make it use the template override system.

Sorry once again.

At least now you'll be able to get it to work! Just apply your changes to the above file and not the override file I mistakenly told you to apply it to.

All the best...

Conor
8 Apr 2009, 5:07 AM
#150
datvtran avatar

datvtran

New Zenner

Join Date:
Mar 2009
Posts:
20
Plugin Contributions:
0

Re: Back In Stock Notifications

Hi Conor,

First of all awesome application. I notice I had a little problem after installing this application. This is what I got when clicked on one of the manufacturers.

1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-0, 0' at line 7
in:
[select p.products_image, pd.products_name, m.manufacturers_name, p.products_quantity, p.products_id, p.products_type, p.master_categories_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, pd.products_description, IF(s.status = 1, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status = 1, s.specials_new_products_price, p.products_price) as final_price, p.products_sort_order, p.product_is_call, p.product_is_always_free_shipping, p.products_qty_box_status from products p left join specials s on p.products_id = s.products_id, products_description pd, manufacturers m where p.products_status = 1 and pd.products_id = p.products_id and pd.language_id = '1' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_id = '2' order by p.products_sort_order, pd.products_name limit -0, 0]

Would you please tell me what I did wrong.

Thank you in advance.
Dat

8 Apr 2009, 7:15 AM
#151
craft_magick avatar

craft_magick

Zen Follower

Join Date:
Nov 2007
Posts:
166
Plugin Contributions:
0

Re: Back In Stock Notifications

conor:

Hi,

Oh dear.. I'm very sorry about this.

Changing it to

<div class="buttonRow back"><ceon:variable name="submit_button"><input type="submit" /></ceon:variable></div> ```is all you needed to do. > > What went wrong was my initial advice about copying the file to your template directory. > > I've just realised that the module loads the file from > > includes/templates/template_default/templates/inc.html.back_in_stock_notifications.html > > directly.. the module doesn't use the template override system! > > So sorry about that.. I've wasted a lot of your time! :( > > When I next upgrade the module I'll make it use the template override system. > > Sorry once again. > > At least now you'll be able to get it to work! Just apply your changes to the above file and not the override file I mistakenly told you to apply it to. > > All the best... > > Conor

Thank you so very much, Conor. Worked like a charm... and the module override (or lack thereof) certainly explains why many of my attempted changes weren't appearing on the website!

Great mod and thanks again for all your help.

Zencart ROCKS :clap:

8 Apr 2009, 9:49 AM
#152
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Back In Stock Notifications

Hi,

datvtran:

First of all awesome application. I notice I had a little problem after installing this application. This is what I got when clicked on one of the manufacturers.

I'm afraid that's nothing to do with this module. You've probably only noticed this problem after installing Back In Stock Notifications but the problem was there already.

BISN doesn't affect any manufacturer-related functionality of Zen Cart at all!

Try posting a new thread in the forum with a much more detailed explanation of what you are doing and what you expect to happen and hopefully someone can help you!

All the best...

Conor
Ceon

8 Apr 2009, 1:25 PM
#153
datvtran avatar

datvtran

New Zenner

Join Date:
Mar 2009
Posts:
20
Plugin Contributions:
0

Re: Back In Stock Notifications

Hi Conor

Thank you for the quick reply. I will looking into this and see what I did wrong.

Thanks,
Dat

8 Apr 2009, 1:42 PM
#154
hugeone avatar

hugeone

New Zenner

Join Date:
Aug 2008
Posts:
4
Plugin Contributions:
0

Re: Back In Stock Notifications

Can I have the back in stock notification option display in the shoping cart page instead? See, I don't use the zen-cart's products display page, but rather home made pages linked to zen-cart's shopping cart.

See here:
https://www.truerc.net/canada

-Hugo

8 Apr 2009, 2:07 PM
#155
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Back In Stock Notifications

Hi,

HugeOne:

Can I have the back in stock notification option display in the shoping cart page instead? See, I don't use the zen-cart's products display page, but rather home made pages linked to zen-cart's shopping cart.

That would be possible but you'd have to have the functionality custom coded for your site, there are no plans to introduce such functionality into the shopping cart page.

All the best...

Conor
Ceon

10 Apr 2009, 3:06 AM
#156
leoshell50 avatar

leoshell50

New Zenner

Join Date:
Mar 2009
Posts:
3
Plugin Contributions:
0

Re: Back In Stock Notifications

conor:

Hi,

Not sure where you've gone wrong. Sorry.

All the best...

Conor
Ceon

I use SEO URL, work this module with SEO?

10 Apr 2009, 8:30 AM
#157
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Back In Stock Notifications

Hi,

leoshell50:

I use SEO URL, work this module with SEO?

I don't see why not.

10 Apr 2009, 8:39 AM
#158
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Back In Stock Notifications

conor:

I don't see why not.

I suppose it's possible that the SEO module is breaking the links, I just don't know as I didn't write that SEO module.

All the best...

Conor
Ceon

11 Apr 2009, 4:47 AM
#159
hugeone avatar

hugeone

New Zenner

Join Date:
Aug 2008
Posts:
4
Plugin Contributions:
0

Re: Back In Stock Notifications

I installed your module, everything work, except that I get an 500 internal server error when clicking on the "notify me " button. Beside that everything work as it should. Emails are sent and notify list is filled.

Now I need to have it display in the shopping cart, look quite complicated...

Z-C: 1.3.7.1
Database: MySQL 4.1.22-max-log
HTTP Server: Apache
PHP Version: 4.3.11 (Zend: 1.3.0)
Server OS: Linux 2.4.21-53.ELsmp

https://www.truerc.net/canada

11 Apr 2009, 5:36 AM
#160
craft_magick avatar

craft_magick

Zen Follower

Join Date:
Nov 2007
Posts:
166
Plugin Contributions:
0

Re: Back In Stock Notifications

leoshell50:

I use SEO URL, work this module with SEO?

Hi leoshell,
I'm using **Simple **SEO URL mod and the BIS notification mod works fine with it on my site. If you are having trouble with BIS and think it may be related to SEO URL then you may want to switch to Simple SEO. Just a thought...

BTW, I'm running zen version 1.3.8a

Best of luck to you...