Jump to content

romy1103

Members
  • Posts

    24
  • Joined

  • Last visited

1 Follower

Profile Information

  • First Name
    Ramesh
  • Last Name
    Yadav

Recent Profile Visitors

120 profile views

romy1103's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Excellent valkor - Your solution did help after commenting the below code from paymentmodule.php /*Hook::exec('actionValidateOrder', array( 'cart' => $this->context->cart, 'order' => $order, 'customer' => $this->context->customer, 'currency' => $this->context->currency, 'orderStatus' => $order_status ));*/ My order confirmation load time was reduced from 60secs to 25 secs Thanks lot!
  2. Hi Johntiller Thats already enabled! But the issue is different here. I am a looking for variable to track transaction values
  3. Hi Gabdara, Thank you for your response. I already have the tracking id installed. But I want to add the enhanced ecommerce tracking which includes the dynamic value like the item purchased like product name, price etc to appear in Analytics itself.
  4. Hello People! I need your attention to get this solved. Searched everywhere but couldn't found solution to this. Below is the Ecommerce Tracking code for analytics, the below code tracks the dynamic values like product pricing and shows directly in Analytics. My issue here is firstly Can somebody tell me 1. Where should I place the below code? (which page) 2. which variables to use to get all the values I need. Any help will be highly appreciated. <html> <head> <title>Receipt for your clothing purchase from Acme Clothing</title> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXX-X']); _gaq.push(['_trackPageview']); _gaq.push(['_addTrans', '1234', // transaction ID - required 'Acme Clothing', // affiliation or store name '11.99', // total - required '1.29', // tax '5', // shipping 'San Jose', // city 'California', // state or province 'USA' // country ]); // add item might be called for every item in the shopping cart // where your ecommerce engine loops through each item in the cart and // prints out _addItem for each _gaq.push(['_addItem', '1234', // transaction ID - required 'DD44', // SKU/code - required 'T-Shirt', // product name 'Green Medium', // category or variation '11.99', // unit price - required '1' // quantity - required ]); _gaq.push(['_trackTrans']); //submits transaction to the Analytics servers (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body> Thank you for your order. You will receive an email containing all your order details. </body> </html> Thanks!
  5. Hello Everyone! My website computercaredubai (dot) ae/ index(dot)php shows ugly urls. Product page e:g computercaredubai (dot)ae/index(dot)php?id_product=54&controller=product When I activate the friendly url options in BO the search and pagination doesn't works along with new account creation shows Technical Error However the same set of files are working fine when hosted on another server ccintserver com/ prestashop/ We have installed Smart Seo (BASEO) module on ccintserver but when we install the same module on computercaredubai (dot)ae we get the error like search, pagination and account creating stops working Could this a server issue or what we are unable to find. Our website is computercaredubai(dot) ae/ index (dot)php live with ugly urls we need to fix this issues asap coz we are loosing on seo a lot here. Awaiting for some help desperately. Thanks in advance! Awaiting for some help desperately. Thanks in advance!
  6. Here's the browser console error https://www.dropbox.com/s/1lasjunqcoypv2k/Screenshot%202015-04-29%2012.25.43.png?dl=0 Is it the server issue? The same was working fine when we tested on local/different server but the issue started once we move to another server
  7. While creating account (on one-page-checkout) or login we get the below error. Looked everywhere but couldn't find a solution to this. Did any one find the solution on this issue? TECHNICAL ERROR: unable to send login informations Details: Error thrown: [object Object] Text status: error Here's the screen shot - https://www.dropbox.com/s/0aaiswo5ac3yqek/Screenshot%202015-04-29%2011.51.39.png?dl=0
  8. We have encountered a very strange issues here tried searching all over but couldn't find a topic/solution on this. Friendly URLs and Scheme urls options are missing from BO Preferences - SEO & URLS link option is missing. here's the screenshot - https://www.dropbox.com/s/0qsk0529fqavio9/Screenshot%202015-04-28%2023.36.08.png?dl=0
  9. Hello There, I am trying to add custom form in one of my cams page after adding the below form code in cms page and the mail script below in cmscontroller.php but getting error continuously. form code in cms page: <form action="" method="post"> <div><label>NAME</label> <div><input id="name" style="width: 220px; height: 28px;" name="name" type="text" /></div> </div> <br /> <div><label>Email</label> <div><input id="email" style="width: 220px; height: 28px;" name="email" type="text" /></div> </div> <br /> <div><label>Phone No (Optional)</label> <div><input id="phone_number" style="width: 220px; height: 28px;" name="subject" type="text" /></div> </div> <br /> <div><label>Message</label> <div><textarea id="message" style="width: 340px; height: 100px;" cols="25" name="message" rows="6"></textarea></div> </div> <br /> <div><input class="button" name="customcontact" type="submit" value="Submit" /></div> </form> Mail Script in cmscontroller.php if (isset($_POST[‘customcontact'])) { $name = $_POST['name']; $email = $_POST['email']; $phonenumber = $_POST[‘phone_number’]; $message = $_POST['message']; $formcontent="From: $name \n Email: $email \n Message: $message"; $recipient = “[email protected]”; $subject = "Quick Contact Form"; $mailheader = "From: $email \r\n"; mail($recipient, $subject, $formcontent, $mailheader) or die("Error"); header(“Location: http://ccintserver.com / prestashop”) ; } I cannot figure out where the problem is. Any help will be highly appreciated Thanks!
  10. Hi There, I am trying to add statin drop down inks in top menu along with other categories link but couldn't do so. My website ccintserver .com/ prestashop I tried adding them in Top Horizontal Menu Module but it doesn't helps please check here - www.evernote. com/shard/s132/sh/012f4d49-f8d3-4321-99d5-23e7f0a1b895/2dd93d7abb4436256ed0bdac61cce8ee Any help will be appreciated thanks!
  11. I get one more issue now while adding products I get the below pop and this comes frequently every few mins? Could you please help on this Please www. evernote. com/shard/s132/sh/68e405d6-e1ac-4279-9bc3-335066c98fef/4120320b51939df649cc5c34ec730ebc
×
×
  • Create New...