Jump to content

naturalsigns

Member
  • Posts

    23
  • Joined

  • Last visited

Posts posted by naturalsigns

  1. Thanks Brian,

    On 4/6/2023 at 10:13 PM, bsmither said:

    Comparing the script shown above with the script used by GA, it seems the two are very similar.

    As such, adopting the GA plugin to create a new Microsoft Analytics (MSA) plugin should be straightforward. (Renaming a few things, and swapping out the javascript, essentially.)

    If you need help with the code changes, we can work through it.

    I did attempt this by downloading the extension https://www.cubecart.com/extensions/plugins/google-adwords-tracker and then tweaking names, but i got in a bit of a mess as there seems to be a lot of variables in the GA module  (class.gui.javascripts.php was the final straw), as a non-coder I had zero confidence i could get it to work. 

    So i'm ashamed to say i have now abandoned that and will look to paste into one of the template files (or easier still abandon MS ads and move to google🙂).

    Thanks again for your suggestion, its appreciated!

  2. I know Cubecart has good analytics and conversion tracking for Google, but I was wondering if anyone uses Microsoft advertising ? (shows ads on  Bing, AOL, and Yahoo etc).

    I have been using ads for a while but not the conversion tracking.  The code I have been given is below ('#######' is my tracking ID).

    <script>
        (function(w,d,t,r,u)
        {
            var f,n,i;
            w[u]=w[u]||[],f=function()
            {
                var o={ti:"########", enableAutoSpaTracking: true};
                o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")
            },
            n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function()
            {
                var s=this.readyState;
                s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)
            },
            i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)
        })
        (window,document,"script","//bat.bing.com/bat.js","uetq");
    </script>

    It states to add this to every page of the website, for which I know there is a smart way of doing it .... but alas I'm on here asking for guidance (using the foundation skin).

    Thanks, Rob  

    Fore reference Universal Event Tracking [UET] background can be seen here https://help.ads.microsoft.com/#apex/ads/en/help:app51201/1/en-US/#ext:vnext_uettag 

  3. Cracked it!,  thanks for all the help.

    I disabled all the extensions, it worked.  Re-added them all one by one and it was Google Adwords v1.0.0 causing the issue.  Deleted the module and updated with v1.0.1 from the marketplace and all back to normal.  I must admit not great at updating modules (hopefully the improvements introduced in V6.1 will help prompt me!).

    Thanks again for everyone's help and suggestions, Ta, Rob

  4. Upgrade was via the upgrade tool, just redone the "Force Upgrade" to see if that made any difference (nope).  No errors in maintenance section.

    Looked at error log and can see..

    Quote

    naturalsigns.co.uk [Wed Nov 02 14:34:35 2016] [error] [client 74.120.183.246:49151] AH02811: script not found or unable to stat: /home/sites/#[DOMAIN HIDDEN#].co.uk/public_html/admin.php

    (which should now show a revised admin name), possibly related?

  5. I've just upgraded from 6.0.9 to 6.1.1, store ADMIN is fine but store FRONT is blank.  No errors in Admin error log.

    I have looked through the forum and found the method of creating an error log using ini-custom.ini.php that produced the below log.

    Following it through it looks like an issue validating extensions (the rouge extension was something i had to remove immediately on install as it bricked my store (this was back in June), to be fair i think i was running a low PHP issue so not developers fault (now running PHP 5.5).  I was warned that this crude removal might cause some entries in the error log.

    Is this likely to be related to having no store front on upgrade?, or am i on the wrong track.  Running an old mySQL version (5.0.1) is that another possible issue?

    Quote

    [02-Nov-2016 12:34:30 Europe/London] PHP Warning:  array_keys() expects parameter 1 to be array, boolean given in /home/sites/#HIDDEN#.co.uk/public_html/admin_#HIDDEN#/sources/dashboard.index.inc.php on line 311
    [02-Nov-2016 12:34:31 Europe/London] PHP Notice:  Error: Hook 'enhanced_order_entry/hooks/admin.navigation.php' was not found in /home/sites/#HIDDEN#.co.uk/public_html/classes/hookloader.class.php on line 288
    [02-Nov-2016 12:34:31 Europe/London] PHP Notice:  Error: Hook 'enhanced_order_entry/hooks/admin.head_js.php' was not found in /home/sites/#HIDDEN#.co.uk/public_html/classes/hookloader.class.php on line 288

     

  6. Thanks Ian, yep upgrading now. Indeed ccss is the security suite!, looking at the code snippets its a rouge 'google entry' as attached (now deleted).

    Thanks for the advice at checking payment fields all looks ok...touch wood. 

    Rob

    code snippet.jpg

  7. I had the exact same issue, (same time, same error).  I reset the password to get in.  I visited the staff access log and see a rouge ID as below. Gulp... not good!, then viewed admin activity and see a code snippet has been added by the same IP (also attached).  Ohh dear.

    I have a few sites and most are on the latest version, but this one is on 6.0.7 as i've done a fair few tweaks and was dredding the upgrade (stupid really as i know one of the upgrades was a security fix).

    I've looked on the manage hooks and see an entry "ccss" that i don't recognise (as attached)

    Any thoughts on best fix, just backup and try and upgrade?...disable rouge hooks?, or is there a better way?

    Image1.jpg

    Image2.jpg

    manage hooks.jpg

  8. Thanks for the replies.  

    I run a zencart site (that i want to move to cubecart) that has this feature.  A summary of how this works is:-

    • It has "file" as an available "product option" (similar to radio button / single line text / dropdpwn box etc).
    • When a product listing page has the "file" option, if a product is added to the basket it creates an entry as shown in the attached picture (on the admin side).  
    • The system renames the file with a consecutive number prefix (e.g. #01 - Test File).  It saves this on a tab, customer > uploads (shows files from all customers).  If the customer completes checkout this will be cross-reference with the order number.
    • The site owner can click the download link to access the file.
    • The customer invoice simply states the uploaded file name.

    For me I run a laser cutting website and want people to be able to upload files to cut.  But this could also work for stickers//photo printing/custom t-shirts etc to pass artwork.

    More info on the Zencart method is visible here... https://www.zen-cart.com/downloads.php?do=file&id=1133

    Rob

    File upload.jpg

    Customer invoice.jpg

  9. On 4/29/2015 at 8:22 AM, havenswift-hosting said:

    We are currently working on a V5 / V6 plugin to allow store customers to upload files so please contact us via our website for details

    Ian

    I would also be interested in this plugin, i cannot see it on the havenswift website (or on the cc extensions website), did it ever get developed?  I want to be able to upload a customer file on the product listing page (ideally to work similar to the product options, e.g. Part X requires, radio button, text box, upload file).

    Thanks, Rob

  10. When the customer chooses protx/sagepay and then it redirects to the payment page, the following error comes up:

    Status: MALFORMED

    Status Detail: 3107 : The BillingSurname field is required.

    Does anyone know how to fix this as im at a loss. Cheers.

  11. Im having some trouble with some box spcaing on my new site www.naturalsigns.co.uk. For some reason im not getting the margin between the category and popular products box. Is there a different bit of code that controls this rather than the 'margin-bottom' under boxContentLeft/boxContentRight in style.css?

  12. Is there a quick way of adding a custom text box on each product page? Ive made a site selling wooden house signs and i need the customer to be able to tell me what text they would like on their sign. Ive seen a couple of mods available to buy, but wondering if there was a simple bit of code i can add to achieve this? Thanks.

×
×
  • Create New...