Jump to content

Tariq2009

Member
  • Posts

    56
  • Joined

  • Last visited

Posts posted by Tariq2009

  1. 33 minutes ago, Dirty Butter said:

    Are you selling tangible items or digital?

    i am selling items but i need to disable some required fields option as the country that i am targeting to sell when they signup or try to order they get confused with postcode and some other fields so if i disable some required fields will make it easy and simple to register for customers thanks 

  2. 23 hours ago, Dirty Butter said:

    See if content.checkout.confirm in the Foundation templates folder has what you need.

    PS Please add your setup info to your signature in your Account Settings.

    hi the field i like to change into not required are below in image with arrows pointing at them what code i need to remove to disable required fields option thanks 

    required.jpg

  3. 
    This program makes use of the Zend Scripting Language Engine:
    Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
        with the ionCube PHP Loader v4.5.3, Copyright (c) 2002-2014, by ionCube Ltd., and
        with Zend Guard Loader v3.3, Copyright (c) 1998-2013, by Zend Technologies
    

    i am still getting blank page what is next to fix this issue thanks

  4. Please review the type of account you have with your hosting provider:

    * Shared Server

    * Virtual Private Server (VPS)

    * Dedicated Server

    and

    * Managed or Unmanaged

     

    If Shared, then it is the hosting company's responsibility to get ionCube installed and activated for your account's PHP. In that green response above, it is implied that ionCube did get installed. The next step is to add certain configuration statements in PHP's php.ini file for your account. The hosting company seems to not have done that part.

     

    If VPS or Dedicated, then if they manage it, they can assist. If they do not manage it, then everything is up to you.

    yes it is shared server by justhost can you please assist with next step is to add certain configuration statements in PHP's php.ini

  5. The ionCube Loader version 4.6.1 for PHP 5.4 is already installed and encoded files should run without problems.

     

    now in setup its still giving me this message 

     

    The following errors were detected:
    • Ioncube Loader is required to use CubeCart 5. This can be configured after setup is complete.
    Compatibility Check
    5.4.28PHP 5.2.3+
    5.5.37MySQL 4.1+
    InstalledGD Image Library
    InstalledcURL
    Not InstalledIonCube PHP Loader

     

    and still blank page after upgrade thanks

  6. Ok I upgraded the 5.2.11 and i have tried all the option on the forum changing cubecart.class.php  editing 

    $content = $GLOBALS['smarty']->fetch('templates/content.homepage.php');
    

    to 

    'content'    => $home['doc_content']
    

    and also removed 

      $old_sessionid = $this->getId();
      session_regenerate_id(true);
            
      //Use the instance because the global might be gone already
      Database::getInstance()->update('CubeCart_sessions', array('session_id'    => session_id()), array('session_id' => $old_sessionid), false);
            
      // Increase session length on each page load. NOT IE however as we all know it is a wingy PITA
      if($this->_http_user_agent()=='IEX') {
        $this->set_cookie(session_name(),session_id(),time()+$this->_session_timeout);
    

    I have manually installed ioncube and deleted the folder after it created the php.ini file so any help to solve this issue thanks 

  7. I am new to Cubecart, this being my first attempt at a Cubecart store.

    I have a Site document page that I created that shows the sample images of a children's book and play sample songs.

    I created the page and when viewed from the site doc application it works fine. But the music player does not work then the page is accessed through a link on the site.

    URL when accessing the page from with in Cubecart Admin by clicking on the page title [Peek in side the Book] (the music player works on this URL)

    http://biz54.inmotionhosting.com/~buildi16...Doc&docId=6

    All the links on the website that link to the Peek inside the book page are:

    http://biz54.inmotionhosting.com/~buildi16...e-book/i_6.html (music player does not work on this URL)

    Should I be using the first link on my site to link to this page?

    The code for the Javascript audio player is below:

    <td align="center"><script language="JavaScript" src="../audio/audio-player.js"></script> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; <object height="24" width="170" type="application/x-shockwave-flash" data="../audio/player.swf" id="audioplayer1">

    <param name="movie" value="../audio/player.swf" />

    <param name="FlashVars" value="playerID=1&amp;soundFile=../audio/Aaudiosample.mp3" />

    <param name="quality" value="high" />

    <param name="menu" value="false" /> </object></td>

    Hi can you please tell me what flash player script u using thanks

  8. Hi I tried to install the code below but i cant fine the codes that jbdancer said in view_order.php so i dont know where to replace them .Thanks

    ***Step 1.
    
    
    
    
    
    Open view_order.php
    
    
    
    
    
    Find ->
    
    
    
    echo"<br><br><b>$la_tracking_number</b><br>$tracking_no<br></td>
    
    
    
    
    
    
    
    Replace with -->
    
    
    
    echo"<br><br><b>$la_tracking_number</b><br><a href=\"http://afis.postoffice.co.uk:8080/RoyalMail/RMGTT?ITEMIN=$tracking_no&DATEIN=$ship_date\">$tracking_no</a><br><br></td>
    
    
    
    
    
    
    
    
    
    ***Step 2.
    
    
    
    Still in view_order.php
    
    
    
    
    
    Find ->
    
    
    
        	$ship_service=$row["ship_service"];
    
        	$tracking_no=$row["tracking_no"];
    
        	$customer_comments=$row["customer_comments"];
    
        	$customer_comments = stripslashes($customer_comments);
    
    
    
    Replace with -->
    
    
    
      
    
        	$ship_service=$row["ship_service"];
    
        	$ship_date=$row["ship_date"];
    
        	$tracking_no=$row["tracking_no"];
    
        	$customer_comments=$row["customer_comments"];
    
        	$customer_comments = stripslashes($customer_comments);

  9. Hi guys  i have installed instock it is great mod and working great but i want some change in it and need some help . we have 1 in our inventory is showing out of product table and under it can i make it show inside the table and beside the product code.Hope i have explained well there Thanks

    problem has been resolved !

    i need help to we have 1 in our inventory to show beside product code Thanks

×
×
  • Create New...