Jump to content

Mike101za

Member
  • Posts

    41
  • Joined

  • Last visited

Posts posted by Mike101za

  1. Hi,

    In the page to register the clients address, Is it possible to change the below:

    Town/City
    CountryAfghanistanAlbaniaAlgeriaAmerican SamoaAndorraAngolaAnguillaAntarcticaAntigua and BarbudaArgentinaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBosnia and HerzegovinaBotswanaBouvet IslandBrazilBritish Indian Ocean TerritoryBrunei DarussalamBulgariaBurkina FasoBurundiCambodiaCameroonCanadaCape VerdeCayman IslandsCentral African RepublicChadChileChinaChristmas IslandCocos (Keeling) IslandsColombiaComorosCongoCongo, the Democratic Republic of theCook IslandsCosta RicaCote D'IvoireCroatiaCubaCyprusCzech RepublicDenmarkDjiboutiDominicaDominican RepublicEcuadorEgyptEl SalvadorEquatorial GuineaEritreaEstoniaEthiopiaFalkland Islands (Malvinas)Faroe IslandsFijiFinlandFranceFrench GuianaFrench PolynesiaFrench Southern TerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHeard Island and Mcdonald IslandsHoly See (Vatican City State)HondurasHong KongHungaryIcelandIndiaIndonesiaIran, Islamic Republic ofIraqIrelandIsle of ManIsraelItalyJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKorea, Democratic People's Republic ofKorea, Republic ofKuwaitKyrgyzstanLao People's Democratic RepublicLatviaLebanonLesothoLibyan Arab JamahiriyaLiechtensteinLithuaniaLuxembourgMacaoMacedonia, the Former Yugoslav Republic ofMadagascarMalawiMalaysiaMaldivesMaliMaltaMarshall IslandsMartiniqueMauritaniaMauritiusMayotteMexicoMicronesia, Federated States ofMoldova, Republic ofMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsNetherlands AntillesNew CaledoniaNew ZealandNicaraguaNigerNigeriaNiueNorfolk IslandNorthern Mariana IslandsNorwayOmanPakistanPalauPalestinian Territory, OccupiedPanamaPapua New GuineaParaguayPeruPhilippinesPitcairnPolandPortugalPuerto RicoQatarReunionRomaniaRussian FederationRwandaSaint HelenaSaint Kitts and NevisSaint LuciaSaint Pierre and MiquelonSaint Vincent and the GrenadinesSamoaSan MarinoSao Tome and PrincipeSaudi ArabiaSenegalSerbiaSeychellesSierra LeoneSingaporeSlovakiaSloveniaSolomon IslandsSomaliaSouth AfricaSouth Georgia and the South Sandwich IslandsSpainSri LankaSudanSurinameSvalbard and Jan MayenSwazilandSwedenSwitzerlandSyrian Arab RepublicTaiwanTajikistanTanzania, United Republic ofThailandTimor-LesteTogoTokelauTongaTrinidad and TobagoTunisiaTurkeyTurkmenistanTurks and Caicos IslandsTuvaluUgandaUkraineUnited Arab EmiratesUnited KingdomUnited StatesUnited States Minor Outlying IslandsUruguayUzbekistanVanuatuVenezuelaViet NamVirgin Islands, BritishVirgin Islands, U.s.Wallis and FutunaWestern SaharaYemenZambiaZimbabwe
    County-- Please Select --Eastern ProvinceFree StateGautengKwa-Zulu NatalSouth AfricaWestern Cape
    Postcode
     
    Change to
     
    Town/City     Durban
    Country         South Africa (Still able to choose country)
    Province/State/County  As stated (but can choose from one of the zones setup for the country
    Postcode
     
    Thank you
    Mike
  2. I have checked.

    What happens is, I install Cubecart from the setup dir. Once install is complete,

    You get the complete setup screen with a link to the admin page and a link to the cart.

    The cart link works, the admin link works, but when I attempt to login with the credentials as specified during setup,

    the screen just pops back to the logon screen.

    Thank you

    Mike

  3. Hi,

     

    I have installed WAMPSERVER 3.1.0 with Cubecart 6.1.14

    After install, I cannot logon as ADMIN. System is running on LOCALHOST.

    The website works.

    I clicked on forgot password, enetered the details and got the following error message:

    incorrect details, please try again.

    Is there a config error in PHP somewhere?

    Thank ypu

    Mike

     

     

  4. On 3/18/2018 at 7:05 PM, bsmither said:

    Without a plugin, I do not see a way to differentiate "Out of Stock" (and not getting any more any time soon), versus "Currently out of stock" (and expecting more in a few days).

    So, based on your supplier's responsiveness, you might consider changing the 'out_of_stock' phrase to "Coming Soon!" and hiding those products that will take a few months to restock.

    Thank you

    Mike

  5. On 3/15/2018 at 6:05 AM, bsmither said:

    There is no specific CSS selector for this specific state of a product's availability. So, we will need to change the language string for it.

    In admin, Languages, click to edit the language(s) you are using. Choose Catalogue from the drop-down. Then scroll to the key 'out_of_stock'.

    
    Change to:
    
    <span style="color:red;">This product is currently out of stock</span>

    Or you can change the template.

    
    In element.product.call_to_action.php
    
    (in other versions of Foundation and other skins, the code in this file might be found in content.product.php)
    
    Find:
    
    <p class="buy_button"><strong>{$LANG.catalogue.out_of_stock}</strong></p>
    
    Change to:
    
    <p class="buy_button"><span style="font-weight:bold;color:red;">{$LANG.catalogue.out_of_stock}</span></p>

     

    Thank you

    Mike

  6. Thank you BSmither,

     

    I do not wish to change anything on the layout of the boxes. I would like to make all the product display boxes the same size in Crosshatch.

    I only have a height change when the description length changes.

    Is there no CSS file for this?

    Thank you

    Mike

     

  7. Hi,

    I am using Crosshatch skin.

    Depending on the Product description, the height of the box changes.

    Is the any way to standardize the size of the product boxes to eliminate the size discrepancy?

    It must also be in Sub and sub sub categories if possible.

    Thank you

    Mike

     

  8. Okay, I have changed the setting as per other threads and switched off " force order completed emails" saved, switched it on again, changed the password and saved.

    Now I get the following:

    Sorry, but the email does not look like a valid email address

    and the usual "check email config" in the line below.

  9. Hi,

    I have the following issue. The email to the GC recipient is not sent.

    Everything goes through, however when I go in as admin and set the order to " order complete" I get a red line stating the following:

    Failed to send gift card by email. Please check email configuration.

    All emails work except for the this one.

    Any help please?

  10. Hi,

    I enable the GC under settings. Complete the detail.

    GC then appears as a drop down menu on the store page.

    I select it and complete the fields. add it to the basket which it does.

    Go to Checkout and checkout.

    Invoice is displayed for printing.

    As Admin I then go to Orders.

    Select the order number and change from Pending to Processing.

    I then hit save and I get the error.

    Mike

     

     

  11. Hi,

    Yes, it has been added.

    Version 6.1.13

    No other error. Looked at email log and nothing there neither. Only the email relating to the purchase.

    As per the config, message only appears when I Process the order. Seems email with gift cert sent then.

    Mike

  12. Hi,

    I have setup the email in Cubecart, saved and tested. All works fine including when orders are placed.

    However I have added giftcard. When I go to accept and set to processing I get the following:

    Failed to send giftcard by email. Please check email configuration. (in Red bar)

    Order successfully updated. (in Blue bar)

    Any help please?

    Thank you

    Mike

     

  13. 1 hour ago, bsmither said:

    Welcome Mike101za! Glad to see you made it to the forums.

    There could be an issue with how PHP has been installed, or one or more of its settings. Is your site being hosted by a hosting company?

    Generally, a CSRF warning happens when the "security token" in the POSTed data does not match what CubeCart thinks it should be. So, either:

    * you had more than one window open, POSTed a form from the first window, switched to the other window, and POSTed the form from that window (or browser tab).

    * for some reason, the "security token", which is always the last form element in the POSTed collection of variables, gets lost or discarded by the time PHP gives that data collection to the script. Your browser may be not including it (never seen that happen, but with Chrome, who knows), the web server may have an extraordinarily low amount of bytes it will allow in the POST payload, PHP may have a weirdly low limit for the quantity of POST data, or something else.

    Hi,

    Yes it is being hosted.

    Does this mean I cannot use Cubecart?

    Mike

     

×
×
  • Create New...