Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

andes1

Pioneers
  • Posts

    175
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by andes1

  1. Superb mobile contribution by the way!!

     

    I really believe this contrib would be complete if there were back buttons. Especially a parent categories back button that takes the user back to the parent category (right now we have to always click the mobile_catalogue.php link at the top of page).

     

    I have been jibby jabbying the code but to no avail. Every time I try to install a back button it will take me back to the mobile_index.php page.

     

    Anyone here agree back buttons would be a nice addition?

     

    Have a great evening everyone.

     

    the idea is a clean interface not cluttered, so the back button of your browser is plenty enouhgt... in dec ill start again to work in this addon

  2. It's not that easy for me. Can you show me your complete index.php file? I got manufacturer 1, 2 and 3. The code itself seems ok. But I can only show one manufacturer at the time in the product listing. Not all together.

     

    hello

     

    first this is for 2.2 version of oscommerce.

    second, do the same steps in order to create manufacturers 3,4,5 etc

  3. Hello long time....some people are getting troubles loggin off from the store.

     

    First remember this:

     

    logoff.php - first change yourdomain.com to your websites domain. Make sure you have the '.' before it.

     

    FIND:

     

    $cart->reset();

     

    ADD AFTER:

     

    //Facebook Connect

    include 'includes/classes/facebook.php';

    include_once "fbconnect.php";

    setcookie('fbs_'.$facebook->getAppId(), '', time()-100, '/', '.yourdomain.com');

     

    Second if the customer wants to logoff completely, he has to do it, from FB and from your store.

    find the first </table></td>

     

    add before that

    <tr>

    <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

    </tr>

    <tr>

    <td class="main"><?php echo TEXT_MAIN; ?></td>

    </tr>

    <tr>

    <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

    </tr>

    <tr>

    <td class="main"><?php echo TEXT_FB; ?></td> <?php //FACEBOOK LOGOFF LITERATURE AND BUTTON ?>

    </tr>

    <tr>

    <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

    </tr>

    <tr>

    <td><a target="_blank" href="http://m.facebook.com/logout.php" onclick="FB.Connect.logout(function() { reload(); }); return false;" ><img id="fb_logout_image" src="http://static.ak.fbcdn.net/images/fbconnect/logout-buttons/logout_small.gif" alt="Connect"/></a> </td>

    </tr>

     

     

    EASY!

  4. Does anyone know a fix or work around for the login.php loop? The problem occur if the user decides to change their email on the store account and is different from their Facebook email, while still logged into their Facebook and click to login on the store, then you'll get this loop and you will never be directed to the create account page. Any ideas?

     

    andes1...do you have this problem? if you have fixed it, please post solution. thanks.

     

    no i did not have this problem, maybe because is so rare a customer who wants to change his email address... i think about a contribution to allow the customer to delete his account and create a new one. http://addons.oscommerce.com/info/4799

  5. Hi, I cant find any contribution that will allow me to define very localised areas to my shop and add different fees for each one. I plan on running most of the deliveries so much like a florist it is distance specific not so much national or international. I am in South Africa so this need to be fully customisable. Does anyone know of anything as I cant seem to find this.

     

    hey i have a rich uncle in Nigeria... well.. he says so, I dont know him!

     

    but very rich! and as you know family is family!

  6. We have updated the Alpha version of our Business Management Plugin for osCommerce with some essential fixes.

     

    Link to the front end: http://www.xprojectx.com/demo/

    Link to the back end: http://www.xprojectx.com/demo/admin/

     

    Please note: the demo is not available for download and is hosted on one of the staging servers. Beta version will be available for download and will be submitted into the Add ons / Contributions section of osCommerce.com.

     

    Please submit all comments and questions into http://www.oscommerce.com/forums/topic/368198-business-management-plugin-for-oscommerce/

     

    Kind regards,

    Vadym

     

    is gonna be free?

  7. Internet Explorer problem!

    Hi,

    I did integrate Facebook Connect, everythis did work great. Unfortunately it did start to experience problems with Internet Explorer. I does work perfect with Firefox, but with IE, when Im inlogged at Facebook, it does only update the login site constantly with no success to login. This is also making it impossible to login normally, because when Im start typing my to login the normal way, the site is updating after a few seconds when it is trying to login via Facebook.

     

    It seems that it is getting connection but it does not transfer the correct info via API back to the webshop?

     

    With Firefox, everything works great...it did also work for a couple a week ago with IE. Nothing is changed inte the code or in the settings in the Facebook application,,so it is strange that it just stop working with IE.

     

    Thankful for any help!

     

    BR

    Andreas

     

    ill check it monday.. maybe is the doc type or the css

  8. i have a problem when user is already logged to their FB account, as soon as they hit the log in, they are automatically signed in without option to log into normal account.

    that is the idea, keep it simple to the customer. so he does not have to fill field again in order to log in.

     

    also if the user is not logged in, then it automatically bring user to create account page, may be they don't want that?

    that is the idea also, i.e if a customer wants to make an order in regular oscommerce vanilla standar etc, he has to have or create an account.

    so in this case facebook connect offers the possibility to create an account or log in ussing his facebook info... is not rocket concept!

     

    have you seen the video? the link is in its forum support.

  9. Try what? The contribution consists of general information on becoming a FB developer and creating an iframe, and two paragraphs on how to upload the entire OSCommerce shop, alter includes/configure.php and redirect the output of the submit button to external site. No files, no working demo.

     

    Good luck with that submit button, or buy button, sending parameters to your externally located OSCommerce shop without first generating a product query string in the OSCommerce index page on FB.

     

    Please demonstrate a working buy-button on your link above, or another FB/OSCommerce page and I'll take this seriously enough to spend the time 'trying this'. Or even a working 'add to cart' button.

     

    If you can't demonstate that button you are asking people to spend a lot of time installing an iframe that displays products, and does little more, on a FB page, that you appear to be labeling a FB/OSCommerce integration.

    dont cry!!! use this app with facebook connect for oscommerce... is free! look for it on the addons secction.

     

    perfect combination

  10. it would mean logout.php doesnt work.

     

    logout works good, give the customer the choice to finish his FB session if he wants.

     

    when a customer logout from your store, that does not mean that he wants to finish his FB activities; for that reason is good to give him this choice on logout page...

     

    a simple link to FB CAN DO THAT!

     

    watch this video

     

     

×
×
  • Create New...