Automatic Related Products

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Guest's Avatar
    Guest replied
    Help Installing Empressa



    Do you restart apache?




    Roberto Buccino
    IT Developer
    ______________________________
    Alfa Centauro Custom System
    Copahue 3480 Melipal
    (02944) 44 11 88 / 15 60 3287
    ______________________________
    San Carlos de Bariloche - Rio Negro
    Patagonia - Argentina=20
    <A HREF ="http://www.paralelo42.com">http://www.paralelo42.com</A>


    El Martes 01 Marzo 2005 17:37, Jonathan Coulter escribi=F3:
    > Hello,
    >
    > Maybe someone can help ... I am trying to set up my dedicated server to=
    run
    > Empressa v4.14 and when I try to run the test program diag.mvc I get a =
    404
    > not found error. BTW ... Merchant will NOT be run ... at least right n=
    ow.
    > I want it set up so that any domain I add automatically has mivavm
    > installed.
    >
    > Here is what I have in my httpd.conf file:
    >
    > =09SetEnv MvCONFIG_DIR_MIVA /home/miva_user/httpdocs
    > =09SetEnv MvCONFIG_DIR_DATA /home/miva_user/mivadata
    > =09SetEnv MvCONFIG_DIR_BUILTIN /miva_user/local/miva/lib/builtins
    > =09SetEnv MvCONFIG_DIR_CA /home/miva_user/httpdocs/certs
    > =09SetEnv MvCONFIG_SSL_OPENSSL /usr/lib/libssl.so
    > =09SetEnv MvCONFIG_SSL_CRYPTO /usr/lib/libcrypto.so
    > =09AddType application/x-miva-compiled .mvc
    > =09Action application/x-miva-compiled /cgi-bin/mivavm
    >
    > The httpd.conf file had the following preset:
    > =09ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
    > =09<Directory "/var/www/cgi-bin">
    > =09 AllowOverride None
    > =09 Options None
    > =09 Order allow,deny
    > =09 Allow from all
    > =09</Directory>
    >
    > My global cgi-bin is /var/www/cgi-bin and I've placed "mivavm" and
    > "libmivaconfig.so" there.
    >
    > My test domain has the following root, amoung other directores:
    >
    > =09cgi-bin/
    > =09httpdocs/
    > =09mivadata/
    >
    > I have CHMODd the "mivavm" file as instructed. Although MIVA's docs do=
    n't
    > say so, I rebooted the server.
    >
    > I'm not setting up Virtual Hosts.
    >
    > URL to the test file: <A HREF ="http://www.cw-clients.com/diag.mvc">http://www.cw-clients.com/diag.mvc</A>
    >
    > Ok ... what did I miss? Me wee brain is beginning to hurt.
    >
    > Thanks!
    > Jon Coulter
    >
    >
    >

    Leave a comment:


  • Guest's Avatar
    Guest replied
    Help Installing Empressa



    The problem (the missing document) is not diag.mvc, but Empresa (mivavm) -
    it apparently is not in the expected location (cgi-bin/mivavm). Just try it
    by clicking here:

    <A HREF ="http://www.cw-clients.com/cgi-bin/mivavm">http://www.cw-clients.com/cgi-bin/mivavm</A>

    It meant that the file is either not there, or that the ScriptAlias
    declaration for the specific domain points somewhere else

    Ivo





    -----Original Message-----
    From: Jonathan Coulter

    Yes, index.html is in the same directory. I presume that's a no-no?

    Jon

    -----Original Message-----
    From: Tom [mailto:[email protected]]
    Sent: Tuesday, March 01, 2005 8:22 PM
    To: Jonathan Coulter; Miva Users
    Subject: RE: [meu] Help Installing Empressa


    What directory is your index.html located in?

    Is diag.mvc in the same directory?

    Thanks,
    Tom

    > -----Original Message-----
    > From: [email protected] [mailto:[email protected]]On
    > Behalf Of Jonathan Coulter
    > Sent: Tuesday, March 01, 2005 2:37 PM
    > To: Miva Users
    > Subject: [meu] Help Installing Empressa
    >
    >
    > Hello,
    >
    > Maybe someone can help ... I am trying to set up my dedicated server to
    run
    > Empressa v4.14 and when I try to run the test program diag.mvc I get a 404
    > not found error. BTW ... Merchant will NOT be run ... at least right now.
    > I want it set up so that any domain I add automatically has mivavm
    > installed.
    >
    > Here is what I have in my httpd.conf file:
    >
    > SetEnv MvCONFIG_DIR_MIVA /home/miva_user/httpdocs
    > SetEnv MvCONFIG_DIR_DATA /home/miva_user/mivadata
    > SetEnv MvCONFIG_DIR_BUILTIN /miva_user/local/miva/lib/builtins
    > SetEnv MvCONFIG_DIR_CA /home/miva_user/httpdocs/certs
    > SetEnv MvCONFIG_SSL_OPENSSL /usr/lib/libssl.so
    > SetEnv MvCONFIG_SSL_CRYPTO /usr/lib/libcrypto.so
    > AddType application/x-miva-compiled .mvc
    > Action application/x-miva-compiled /cgi-bin/mivavm
    >
    > The httpd.conf file had the following preset:
    > ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
    > <Directory "/var/www/cgi-bin">
    > AllowOverride None
    > Options None
    > Order allow,deny
    > Allow from all
    > </Directory>
    >
    > My global cgi-bin is /var/www/cgi-bin and I've placed "mivavm" and
    > "libmivaconfig.so" there.
    >
    > My test domain has the following root, amoung other directores:
    >
    > cgi-bin/
    > httpdocs/
    > mivadata/
    >
    > I have CHMODd the "mivavm" file as instructed. Although MIVA's docs don't
    > say so, I rebooted the server.
    >
    > I'm not setting up Virtual Hosts.
    >
    > URL to the test file: <A HREF ="http://www.cw-clients.com/diag.mvc">http://www.cw-clients.com/diag.mvc</A>
    >
    > Ok ... what did I miss? Me wee brain is beginning to hurt.
    >
    > Thanks!
    > Jon Coulter


    Leave a comment:


  • Guest's Avatar
    Guest replied
    Help Installing Empressa



    Yes, index.html is in the same directory. I presume that's a no-no?

    Jon

    -----Original Message-----
    From: Tom [mailto:[email protected]]
    Sent: Tuesday, March 01, 2005 8:22 PM
    To: Jonathan Coulter; Miva Users
    Subject: RE: [meu] Help Installing Empressa


    What directory is your index.html located in?

    Is diag.mvc in the same directory?

    Thanks,
    Tom

    > -----Original Message-----
    > From: [email protected] [mailto:[email protected]]On
    > Behalf Of Jonathan Coulter
    > Sent: Tuesday, March 01, 2005 2:37 PM
    > To: Miva Users
    > Subject: [meu] Help Installing Empressa
    >
    >
    > Hello,
    >
    > Maybe someone can help ... I am trying to set up my dedicated server to
    run
    > Empressa v4.14 and when I try to run the test program diag.mvc I get a 404
    > not found error. BTW ... Merchant will NOT be run ... at least right now.
    > I want it set up so that any domain I add automatically has mivavm
    > installed.
    >
    > Here is what I have in my httpd.conf file:
    >
    > SetEnv MvCONFIG_DIR_MIVA /home/miva_user/httpdocs
    > SetEnv MvCONFIG_DIR_DATA /home/miva_user/mivadata
    > SetEnv MvCONFIG_DIR_BUILTIN /miva_user/local/miva/lib/builtins
    > SetEnv MvCONFIG_DIR_CA /home/miva_user/httpdocs/certs
    > SetEnv MvCONFIG_SSL_OPENSSL /usr/lib/libssl.so
    > SetEnv MvCONFIG_SSL_CRYPTO /usr/lib/libcrypto.so
    > AddType application/x-miva-compiled .mvc
    > Action application/x-miva-compiled /cgi-bin/mivavm
    >
    > The httpd.conf file had the following preset:
    > ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
    > <Directory "/var/www/cgi-bin">
    > AllowOverride None
    > Options None
    > Order allow,deny
    > Allow from all
    > </Directory>
    >
    > My global cgi-bin is /var/www/cgi-bin and I've placed "mivavm" and
    > "libmivaconfig.so" there.
    >
    > My test domain has the following root, amoung other directores:
    >
    > cgi-bin/
    > httpdocs/
    > mivadata/
    >
    > I have CHMODd the "mivavm" file as instructed. Although MIVA's docs don't
    > say so, I rebooted the server.
    >
    > I'm not setting up Virtual Hosts.
    >
    > URL to the test file: <A HREF ="http://www.cw-clients.com/diag.mvc">http://www.cw-clients.com/diag.mvc</A>
    >
    > Ok ... what did I miss? Me wee brain is beginning to hurt.
    >
    > Thanks!
    > Jon Coulter
    >
    >
    >

    Leave a comment:


  • Guest's Avatar
    Guest replied
    Help Installing Empressa



    What directory is your index.html located in?

    Is diag.mvc in the same directory?

    Thanks,
    Tom

    > -----Original Message-----
    > From: [email protected] [mailto:[email protected]]On
    > Behalf Of Jonathan Coulter
    > Sent: Tuesday, March 01, 2005 2:37 PM
    > To: Miva Users
    > Subject: [meu] Help Installing Empressa
    >
    >
    > Hello,
    >
    > Maybe someone can help ... I am trying to set up my dedicated server to run
    > Empressa v4.14 and when I try to run the test program diag.mvc I get a 404
    > not found error. BTW ... Merchant will NOT be run ... at least right now.
    > I want it set up so that any domain I add automatically has mivavm
    > installed.
    >
    > Here is what I have in my httpd.conf file:
    >
    > SetEnv MvCONFIG_DIR_MIVA /home/miva_user/httpdocs
    > SetEnv MvCONFIG_DIR_DATA /home/miva_user/mivadata
    > SetEnv MvCONFIG_DIR_BUILTIN /miva_user/local/miva/lib/builtins
    > SetEnv MvCONFIG_DIR_CA /home/miva_user/httpdocs/certs
    > SetEnv MvCONFIG_SSL_OPENSSL /usr/lib/libssl.so
    > SetEnv MvCONFIG_SSL_CRYPTO /usr/lib/libcrypto.so
    > AddType application/x-miva-compiled .mvc
    > Action application/x-miva-compiled /cgi-bin/mivavm
    >
    > The httpd.conf file had the following preset:
    > ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
    > <Directory "/var/www/cgi-bin">
    > AllowOverride None
    > Options None
    > Order allow,deny
    > Allow from all
    > </Directory>
    >
    > My global cgi-bin is /var/www/cgi-bin and I've placed "mivavm" and
    > "libmivaconfig.so" there.
    >
    > My test domain has the following root, amoung other directores:
    >
    > cgi-bin/
    > httpdocs/
    > mivadata/
    >
    > I have CHMODd the "mivavm" file as instructed. Although MIVA's docs don't
    > say so, I rebooted the server.
    >
    > I'm not setting up Virtual Hosts.
    >
    > URL to the test file: <A HREF ="http://www.cw-clients.com/diag.mvc">http://www.cw-clients.com/diag.mvc</A>
    >
    > Ok ... what did I miss? Me wee brain is beginning to hurt.
    >
    > Thanks!
    > Jon Coulter
    >
    >
    >

    Leave a comment:


  • Guest's Avatar
    Guest replied
    Help Installing Empressa



    Hello,

    Maybe someone can help ... I am trying to set up my dedicated server to run
    Empressa v4.14 and when I try to run the test program diag.mvc I get a 404
    not found error. BTW ... Merchant will NOT be run ... at least right now.
    I want it set up so that any domain I add automatically has mivavm
    installed.

    Here is what I have in my httpd.conf file:

    SetEnv MvCONFIG_DIR_MIVA /home/miva_user/httpdocs
    SetEnv MvCONFIG_DIR_DATA /home/miva_user/mivadata
    SetEnv MvCONFIG_DIR_BUILTIN /miva_user/local/miva/lib/builtins
    SetEnv MvCONFIG_DIR_CA /home/miva_user/httpdocs/certs
    SetEnv MvCONFIG_SSL_OPENSSL /usr/lib/libssl.so
    SetEnv MvCONFIG_SSL_CRYPTO /usr/lib/libcrypto.so
    AddType application/x-miva-compiled .mvc
    Action application/x-miva-compiled /cgi-bin/mivavm

    The httpd.conf file had the following preset:
    ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
    <Directory "/var/www/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>

    My global cgi-bin is /var/www/cgi-bin and I've placed "mivavm" and
    "libmivaconfig.so" there.

    My test domain has the following root, amoung other directores:

    cgi-bin/
    httpdocs/
    mivadata/

    I have CHMODd the "mivavm" file as instructed. Although MIVA's docs don't
    say so, I rebooted the server.

    I'm not setting up Virtual Hosts.

    URL to the test file: <A HREF ="http://www.cw-clients.com/diag.mvc">http://www.cw-clients.com/diag.mvc</A>

    Ok ... what did I miss? Me wee brain is beginning to hurt.

    Thanks!
    Jon Coulter



    Leave a comment:


  • Guest's Avatar
    Guest replied
    Automatic Related Products



    Dear All,

    Sorry, this should have gone to the Merchant Users List not this one.

    Thank you,

    Nerd Boy

    1-573-292-1136
    <A HREF ="http://www.nerdboyinc.com">http://www.nerdboyinc.com</A>
    <A HREF ="http://www.nbicentral.com">http://www.nbicentral.com</A>
    <A HREF ="http://www.crosstowntraffic.net">http://www.crosstowntraffic.net</A>
    Your alternative source for Miva Merchant Modules

    For Customer Service and Support:

    or send email to: [email protected]

    <A HREF ="http://www.nerdboyproductions.com">http://www.nerdboyproductions.com</A>
    <A HREF ="http://www.asmallurl.com">http://www.asmallurl.com</A>
    <A HREF ="http://www.nbiracing.com">http://www.nbiracing.com</A>
    <A HREF ="http://www.yourlottosite.com">http://www.yourlottosite.com</A>

    ----- Original Message -----
    From: "Nerd Boy Help Desk" <[email protected]>
    To: "Miva Users" <[email protected]>; <[email protected]>
    Sent: Tuesday, March 01, 2005 1:52 PM
    Subject: [meu] Automatic Related Products


    > Dear All,
    >
    > Awhile ago someone asked for a Module that was similar or exactly like
    > this module I just completed.
    >
    > The module does the following:
    >
    > Allows you to put in a Related Product for each Product in your Product
    > List (separate database). When a shopper puts a Product in their Basket,
    > the Module checks to see if there is a Related Product assigned for this
    > Product.
    >
    > If there is no Related Product for the chosen Product the Module does
    > nothing. If there is an assigned Related Product for the selected Product
    > then the system puts the selected Product in the Basket and then takes the
    > shopper directly to the Related Product Page.
    >
    > This Module can be used in those cases where a Product had been chosen
    > and by choosing the Product the shopper automatically qualifies for
    > another Product. Such as they buy a Camera and because they chose that
    > Camera they qualify to buy and Extended Warranty. When the shopper picks
    > the Camera the Module adds it to the basket, then takes the shopper
    > directly to the Extended Warranty Product.
    >
    > This Module will be packaged and ready for sale tomorrow. If you were
    > looking for a Module like this let me know and I will contact you when it
    > is ready.
    >
    > It works with OUI or MMUI. OUI is NOT required and NO modifications to
    > MMUI are required.
    >
    > Thank you,
    >
    > Nerd Boy
    >
    > 1-573-292-1136
    > <A HREF ="http://www.nerdboyinc.com">http://www.nerdboyinc.com</A>
    > <A HREF ="http://www.nbicentral.com">http://www.nbicentral.com</A>
    > <A HREF ="http://www.crosstowntraffic.net">http://www.crosstowntraffic.net</A>
    > Your alternative source for Miva Merchant Modules
    >
    > For Customer Service and Support:
    > http://support.nerdboyinc.com
    > or send email to: [email protected]
    >
    > <A HREF ="http://www.nerdboyproductions.com">http://www.nerdboyproductions.com</A>
    > <A HREF ="http://www.asmallurl.com">http://www.asmallurl.com</A>
    > <A HREF ="http://www.nbiracing.com">http://www.nbiracing.com</A>
    > <A HREF ="http://www.yourlottosite.com">http://www.yourlottosite.com</A>
    >
    > ----- Original Message -----
    > From: "Jeff - Sourcestudios.com" <[email protected]>
    > To: <[email protected]>
    > Sent: Tuesday, March 01, 2005 1:27 PM
    > Subject: RE: [mru] OpenDesigner & Error Code: MER-DTB-00039
    >
    >
    >> Hey Marc,
    >> have you had any success on determining this error?
    >>
    >> Jeff
    >>
    >>
    >>
    >> ----- Original Message -----
    >> From: Sausage Source - Miva List <[email protected]>
    >> To: <>
    >> Sent: 2/28/05 9:39 PM
    >> Subject: Re: [mru] OpenDesigner & Error Code: MER-DTB-00039
    >>
    >> I just installed OpenDesigner a minute or two ago and received the same
    >> error. I should have the answer shortly from my host.
    >> Marc
    >>
    >> At 11:06 AM 2/28/2005, you wrote:>running MM 4.20, and Empressa 4.14,
    >> OpenDesigner 4.83>>I installed OpenDesigner and installed the OpenObjects
    >> (2.0).>Clicked the button to test Miva engine config. and got the
    >> following
    >> error:>Error Code: MER-DTB-00039>Description: Module '' not
    >> found>>This is running on a brand-new store. Everything else on the site
    >> seems to>be working ok.>>Has anyone seen this error before?

    Leave a comment:


  • Guest's Avatar
    Guest started a topic Automatic Related Products

    Automatic Related Products



    Dear All,

    Awhile ago someone asked for a Module that was similar or exactly like
    this module I just completed.

    The module does the following:

    Allows you to put in a Related Product for each Product in your Product
    List (separate database). When a shopper puts a Product in their Basket,
    the Module checks to see if there is a Related Product assigned for this
    Product.

    If there is no Related Product for the chosen Product the Module does
    nothing. If there is an assigned Related Product for the selected Product
    then the system puts the selected Product in the Basket and then takes the
    shopper directly to the Related Product Page.

    This Module can be used in those cases where a Product had been chosen
    and by choosing the Product the shopper automatically qualifies for another
    Product. Such as they buy a Camera and because they chose that Camera they
    qualify to buy and Extended Warranty. When the shopper picks the Camera the
    Module adds it to the basket, then takes the shopper directly to the
    Extended Warranty Product.

    This Module will be packaged and ready for sale tomorrow. If you were
    looking for a Module like this let me know and I will contact you when it is
    ready.

    It works with OUI or MMUI. OUI is NOT required and NO modifications to
    MMUI are required.

    Thank you,

    Nerd Boy

    1-573-292-1136
    <A HREF ="http://www.nerdboyinc.com">http://www.nerdboyinc.com</A>
    <A HREF ="http://www.nbicentral.com">http://www.nbicentral.com</A>
    <A HREF ="http://www.crosstowntraffic.net">http://www.crosstowntraffic.net</A>
    Your alternative source for Miva Merchant Modules

    For Customer Service and Support:

    or send email to: [email protected]

    <A HREF ="http://www.nerdboyproductions.com">http://www.nerdboyproductions.com</A>
    <A HREF ="http://www.asmallurl.com">http://www.asmallurl.com</A>
    <A HREF ="http://www.nbiracing.com">http://www.nbiracing.com</A>
    <A HREF ="http://www.yourlottosite.com">http://www.yourlottosite.com</A>

    ----- Original Message -----
    From: "Jeff - Sourcestudios.com" <[email protected]>
    To: <[email protected]>
    Sent: Tuesday, March 01, 2005 1:27 PM
    Subject: RE: [mru] OpenDesigner & Error Code: MER-DTB-00039


    > Hey Marc,
    > have you had any success on determining this error?
    >
    > Jeff
    >
    >
    >
    > ----- Original Message -----
    > From: Sausage Source - Miva List <[email protected]>
    > To: <>
    > Sent: 2/28/05 9:39 PM
    > Subject: Re: [mru] OpenDesigner & Error Code: MER-DTB-00039
    >
    > I just installed OpenDesigner a minute or two ago and received the same
    > error. I should have the answer shortly from my host.
    > Marc
    >
    > At 11:06 AM 2/28/2005, you wrote:>running MM 4.20, and Empressa 4.14,
    > OpenDesigner 4.83>>I installed OpenDesigner and installed the OpenObjects
    > (2.0).>Clicked the button to test Miva engine config. and got the
    > following
    > error:>Error Code: MER-DTB-00039>Description: Module '' not
    > found>>This is running on a brand-new store. Everything else on the site
    > seems to>be working ok.>>Has anyone seen this error before?
Working...
X