Loading

Author Topic: [NEW PLUGIN] Offer Button version 1.0 released  (Read 5979 times)

cosmicx

  • Jr. Member
  • **
  • Posts: 59
Re: [NEW PLUGIN] Offer Button version 1.0 released
« Reply #165 on: February 09, 2012, 10:53:41 am »

@trains58554

what else am i missing? still does not work, i already inserted this code: <?php offer_button(); ?>

in item.php of the modern theme

just below

<p class="contact_button">

========================

UPDATE:

i got if fixed already.

the seller must enable first, the button.
« Last Edit: February 09, 2012, 11:30:10 am by cosmicx »

tijo972

  • Newbie
  • *
  • Posts: 17
Re: [NEW PLUGIN] Offer Button version 1.0 released
« Reply #166 on: February 16, 2012, 03:28:40 am »
 :)
hello I train a little problem with the plugin, you can not submit my offer. I offer the button on my ad, then everything is ok. disappointed when I click it I opened the box to my offer and then when I click submit nothing happens. the box still display the submit button n'à area not working. do you know where is the problem? thank you.

kostas

  • Newbie
  • *
  • Posts: 4
    • Email
Re: [NEW PLUGIN] Offer Button version 1.0 released
« Reply #167 on: February 17, 2012, 07:01:37 pm »
Hey train,

I have the same problem here...

I add the offer button in modern theme in Items page but..

When i click to submit an offer nothing happens

I tried all your suggestions but still not working
 
In other themes it is working well but in modern theme not.

trains58554

  • Super Moderator
  • Hero Member
  • *****
  • Posts: 1817
  • The Ghostbuster
Re: [NEW PLUGIN] Offer Button version 1.0 released
« Reply #168 on: February 17, 2012, 07:47:43 pm »
@tijo972 @kostas,

I am thinking there is some sort of js error on your page which is not allowing the offer button to work. Can you try checking it out with firebug or pm me your url and I can check it out.

Thanks

Jay

kostas

  • Newbie
  • *
  • Posts: 4
    • Email
Re: [NEW PLUGIN] Offer Button version 1.0 released
« Reply #169 on: February 18, 2012, 12:28:58 am »
Thank you very much for your interest ...
The Site that I have are still in progress.

The link is:   http://adds.e-bizz.gr


tijo972

  • Newbie
  • *
  • Posts: 17
Re: [NEW PLUGIN] Offer Button version 1.0 released
« Reply #170 on: February 18, 2012, 07:38:10 am »

kcguy

  • Newbie
  • *
  • Posts: 13
    • Email
Re: [NEW PLUGIN] Offer Button version 1.0 released
« Reply #171 on: February 20, 2012, 08:40:08 am »
Hey Trains,

I am having the same issue as the other 2 are. I got it all to work but when the box comes up and I go to submit my offer it does nothing.

I am using google chrome for the browser if that helps you any...

I really  like this feature and hope you can come up with a solution for it....

KEEP UP THE OUTSTANDING WORK!!!! :)

tijo972

  • Newbie
  • *
  • Posts: 17
Re: [NEW PLUGIN] Offer Button version 1.0 released
« Reply #172 on: February 22, 2012, 08:28:26 am »

hello train, then firebug returns me this error:

$.fancybox.showActivity is not a function
(?)
d()
c = Object { originalEvent=Event submit, type="submit", timeStamp=1329887469567, more...}
d()
   

$.fancybox.showActivity();


how to adjust? Thank you for your help

trains58554

  • Super Moderator
  • Hero Member
  • *****
  • Posts: 1817
  • The Ghostbuster
Re: [NEW PLUGIN] Offer Button version 1.0 released
« Reply #173 on: February 22, 2012, 08:30:57 am »
Hi tijo972,

I am not sure why you are getting that error I have been doing some searching as to why that error pops up.

Jay

Gigo

  • Newbie
  • *
  • Posts: 2
    • Email
Re: [NEW PLUGIN] Offer Button version 1.0 released
« Reply #174 on: March 01, 2012, 05:17:42 pm »
Great and very usefully plugin, but can you add support for different language?
Best regards

consultingguy

  • Newbie
  • *
  • Posts: 6
Re: [NEW PLUGIN] Offer Button version 1.0 released
« Reply #175 on: March 05, 2012, 06:36:46 pm »
Great plugin!  I have one bug and one suggestion.

Bug - I seem to be experiencing the issue mortalkiller brought up a few months back.  The Seller receives an email indicating that an Offer has been made on their item.  Once Accepted or Declined the Seller again receives an email (instead of the Buyer) indicating the Status.  I have installed the latest version of the plugin.

Suggestion - When an Offer is Accepted, I think, it would be helpful to have a Contact the Buyer button or link in the chart showing the Offer (in the Sellers view).  Because right now I don't have anyway to contact the Buyer.  Perhaps it could open up to a similar Contact Publisher form to keep it branded (instead of just showing the email address).

Thanks again for all your hard work!

artie11

  • Newbie
  • *
  • Posts: 6
Re: [NEW PLUGIN] Offer Button version 1.0 released
« Reply #176 on: March 14, 2012, 04:00:17 am »
I have what some people reported much earlier...
Button isn't appearing in item.php

item.php
Code: [Select]
<p class="contact_button">
                                <?php if( !osc_item_is_expired () ) { ?>
                                <?php     if(osc_reg_user_can_contact() && osc_is_web_user_logged_in() || !osc_reg_user_can_contact() ) { ?>
                                <strong><a href="#contact"><?php _e('Contact seller''bcute') ; ?></a></strong>
                                <?php     ?>
                                <?php ?>
                                <strong class="share"><a href="<?php echo osc_item_send_friend_url() ; ?>" rel="nofollow"><?php _e('Share''bcute') ; ?></a></strong>
<?php offer_button(); ?>
                            </p>

Resultant HTML
Code: [Select]
<p class="contact_button">
                    <strong><a href="#contact">Contact seller</a></strong>
                   <strong class="share"><a href="http://trade.inalice.com.au/item/send-friend/5" rel="nofollow">Share</a></strong>
</p>

just nothing is output..

Any help would be greatly appreciated

Here's the config page

trains58554

  • Super Moderator
  • Hero Member
  • *****
  • Posts: 1817
  • The Ghostbuster
Re: [NEW PLUGIN] Offer Button version 1.0 released
« Reply #177 on: March 14, 2012, 04:25:08 am »
Hi artie11,

Did you edit the item and check the checkbox to display the offer button?

Jay

artie11

  • Newbie
  • *
  • Posts: 6
Re: [NEW PLUGIN] Offer Button version 1.0 released
« Reply #178 on: March 14, 2012, 09:21:51 am »
I can't find a checkbox per item to allow offers
I'm a pretty nifty php programmer, So if there's a way to debug the pages if you could let me know, I'll figure it out myself

trains58554

  • Super Moderator
  • Hero Member
  • *****
  • Posts: 1817
  • The Ghostbuster
Re: [NEW PLUGIN] Offer Button version 1.0 released
« Reply #179 on: March 14, 2012, 09:45:11 am »
Did you add the offer button code to the item.php file? You can find the code that needs to be inserted into the item.php file on the help page under the offer button menu on the admin side.

Jay