

Christopher Short
Member-
Posts
394 -
Joined
-
Last visited
Everything posted by Christopher Short
-
Is Cubecart compatible with any ePOS systems?
Christopher Short replied to RossF1984's topic in Technical Help
Im us based, though I am sure they can make it work in the UK. You should open a chat with them to confirm as I dont know requirements you need. -
Is Cubecart compatible with any ePOS systems?
Christopher Short replied to RossF1984's topic in Technical Help
QuickBooks pos is the one I use. https://quickbooks.intuit.com/desktop/point-of-sale/ -
There is a table in the database labeled subscriber
-
They all have id numbers greater than zero...and mostly Russian ip addresses. Well, when I went to the subscribers tab, most of the people have a 0 for id, but I recognize a bunch of the addresses. I guess I need to purge the list completely and let people resubscribe. Isn't there supposed to be a remove me link in the emails by the way?.
-
I sent a newsletter out today, and have over 2000 bounces. One person emailed me, pissed, because they never signed up. When I looked in the db at their email address, they have over 50 signups, all from different IP address. Is there a way to fix these type of registrations?
-
Is Cubecart compatible with any ePOS systems?
Christopher Short replied to RossF1984's topic in Technical Help
I use QuickBooks pos and have an integration that @Noodleman did to keep the website synced for inventory. It has been working for several years now. -
Paypal checkout intermittent problems
Christopher Short replied to vidmarc's topic in Technical Help
Request Sent (cURL) - https://api.paypal.com/v2/checkout/orders/ Error:cURL Error (22): The requested URL returned error: 400 Bad Request Response received (400 - Bad Request -
Paypal checkout intermittent problems
Christopher Short replied to vidmarc's topic in Technical Help
I had a customer tonight get undefined while paying with a visa. It is in red letters under the paypal credit banner on chrome, about the pay by card box. The process button updates to show please wait but never goes through. -
Paypal checkout intermittent problems
Christopher Short replied to vidmarc's topic in Technical Help
Can anyone help recreate this issue and post it here? -
Paypal checkout intermittent problems
Christopher Short replied to vidmarc's topic in Technical Help
Just had a 2nd customer today not order because they had no payment buttons on ie. -
Paypal checkout intermittent problems
Christopher Short replied to vidmarc's topic in Technical Help
same versions for me -
Paypal checkout intermittent problems
Christopher Short replied to vidmarc's topic in Technical Help
I actually have had several customers with the same issues, always on firefox or ie. -
Invalid argument supplied for foreach() in ****/classes/catalogue.class.php on line 258: foreach ($products as $product) { Invalid argument supplied for foreach() in ****/modules/plugins/extended_leadtimes/hooks/class.catalogue.category_product_list_return.php on line 15: foreach($productList as $key => $val){
-
not that I see. Not sure where to find them if I did.
-
php 5.6, not windows. I believe it is red hat linux
-
So I should have waited longer then I just spent a couple hours comparing code to make sure I moved my custom stuff over.
-
So after the upgrade, I have a blank homepage. Where should I be looking to start the debug on that? I have loaded my old skin in the mean time.
-
Thanks
-
In the templates/content.product.php file, at line 216 you see: {if isset($PRODUCT.discounts)} <p>(<a href="#quantity_discounts">{$LANG.catalogue.bulk_discount}</a>)</p> {/if} {if ($CTRL_ALLOW_PURCHASE) && (!$CATALOGUE_MODE)} <div class="row collapse"> {if $PRODUCT.available <= 0} <div class="small-12 columns"> <input type="submit" value="{$LANG.common.unavailable}" class="button small disabled expand marg-top" disabled> </div> {else} I have custom code here... Then there is: <div class="medium-2 columns show-for-medium-up"> <input type="text" name="quantity" value="1" class="quantity required text-center"> <input type="hidden" name="add" value="{$PRODUCT.product_id}"> <input type="hidden" name="leadtime_overlay" value="1"> </div> <div class="small-12 medium-10 columns"> <button type="submit" value="{$LANG.catalogue.add_to_basket}" class="button postfix">{$LANG.catalogue.add_to_basket}</button> </div> {/if} </div> Can you help me figure out where to put my custom code in 6.2.0?
-
I think I fixed my issues....I hope.
-
Thanks.
-
Where does the recaptcha take place? Is it only during account creation, or during checkout as well? I can't seem to replicate it and I have 2 people said it is failing for them.
-
I'm just not following...I can't seem to find the code again and since its just an extra click, I'll open a support ticket on it. thanks for your help.
-
Nope. Just in product edit page, only ebay and SEO
-
I'm not seeing that. Where would I locate it? This?