Show Posts


Messages - Sam_78

Pages: 1 2 [3] 4 5 ... 18
31
General Support / turn OFF products with no image
« on: May 25, 2022, 10:10:06 PM »
Hello, can someone tell me if there is any easy way to turn off a product if there is no image. We have a team of people who puts product another person adds image to it and in latest product block it appears without image so it there a small code edit that I can do to achieve this? I can also hide the product if there is no image I am looking for an easy solution

Thanks

32
General Support / Re: Bitcoin extension
« on: May 12, 2022, 09:53:32 AM »
Can anyone help me?  I need bitcoin payment extension that works in USA

33
General Support / Bitcoin extension
« on: May 10, 2022, 06:47:56 PM »
Hello,

is there any Bitcoin payment extension for USA ? I bought this one https://marketplace.abantecart.com/bitcoinpay_payment  but it doesn't allow US people to create account. I need any extension that allows US accounts so I can accept Bitcoin on my website

34
General Support / Getting value of 'call_to_order' on product page
« on: March 12, 2022, 12:52:11 PM »
Hello,
I am using AbanteCart Version 1.3.0 and in \storefront\view\default\template\pages\product\product.tpl  I am not getting value for $product_info['call_to_order']  infact  if I do var_dump($product_info) all I get is array(1) { ["blurb"]=> string(0) "" }   Can someone guide me how can I pass all the values into product_info because I also see in product.tpl there are other values used which are not working $product_info['free_shipping'] && $product_info['shipping_price']

if I do var_dump($product_info); after this https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/controller/pages/product/product.php#L924  I am getting all the values correctly but not in \view\default\template\pages\product\product.tpl.

Thanks


35
General Support / Make Telephone required
« on: March 01, 2022, 04:04:59 PM »
Hi I need to make Telephone required field on edit page url = index.php?rt=account/edit
How can I make it so that it shows astrick(*) next to it and is compulsory

 

36
General Support / Re: Paypal Standard add fees
« on: March 01, 2022, 09:34:11 AM »
Thank you sir, I will get this extension

37
General Support / Paypal Standard add fees
« on: February 28, 2022, 10:56:59 AM »
Hello I am using AbanteCart 1.3.0 and I have a question about standard paypal extension.
Right now the extension is working fine but is there a way I can add 4% to all the paypal transactions so customer would pay that fees.


38
General Support / Re: PHP and mySql version for 1.2.11
« on: February 01, 2022, 02:32:46 PM »
Any help?

39
General Support / PHP and mySql version for 1.2.11
« on: January 31, 2022, 09:12:03 AM »
Hello,

I am using AbanteCart Version 1.2.11 and our hosting wants to upgrade php and MySql. We have lots of custom code so I can't simply upgrade abanteCart.
My question is have someone tried 1.2.11 with PHP 7.4 and mySQL 5.7 ? if not than what was the latest version y'all tried?

Thanks

40
General Support / Re: Validate Zip code
« on: November 08, 2021, 09:38:36 AM »
Hi Abolabo, how do I call this function? Can I just use this function instead  public function validateRegistrationData( $data ) {

and add the lines

 if(mb_strlen($that->request->post['postcode'])>5){
     $that->error['postcode] = 'Your error text here';
   }


Because I see validation in this function that are already being used like:

if ((mb_strlen($data['city']) < 3) || (mb_strlen($data['city']) > 128)) {
         $this->error['city'] = $this->language->get('error_city');
      }





41
General Support / Validate Zip code
« on: November 05, 2021, 11:05:02 AM »
Hello,

On customer registration form I need only 5 digit numeric value from customer but customers are able to put some big random email address in that field. Is there any validation from backend side that can stop this? I have added this code on submit click but still I don't understand how are they able to enter it.

Code: [Select]
$('#AccountFrm_postcode').attr('maxlength', '5');
$("#AccountFrm_postcode").on("keypress keyup blur",function (event) {   
    $(this).val($(this).val().replace(/[^\d].+/, ""));
    if ((event.which < 48 || event.which > 57)) {
    event.preventDefault();
    }
});
var zipCode = $('#AccountFrm_postcode').val();
if(zipCode.length < 5){
alert("Please enter 5 digit Zip Code");
event.preventDefault();
$('#AccountFrm_postcode').focus();
}

42
General Support / Re: Free product with purchase
« on: October 27, 2021, 04:57:35 PM »
Hello, thanks for you reply. I have checked this extension but it applies promotion to the entire cart and doesn't have the flexibility to add on selected products. Is there a way we can test this extension before buying. I do see some screenshots but I need to play with it a little and see what all it can do.

43
General Support / Free product with purchase
« on: October 26, 2021, 04:46:31 PM »
Hi, is there any setting or extension that can help me.

Scenario 1 : If customer adds product A to cart then product B should be automatically added at $0.00.
Scenario 2 : If customer adds Products C to cart than Product D should be added to cart at 50% off.
Scenario 3 : If customer adds Product E to cart than prices of Product F, G and H should be reduced by 25% but customer needs to add them manually. I can create a new block for these Product F, G and H but I don't know how I will be able to take them there once they add Product E.

Can someone help or guide me in right direction.

Thanks

44
General Support / Extension : JSON-LD for Structured Data
« on: September 27, 2021, 02:56:35 PM »
Hi, is there any extension that creates JSON structured Data like this

https://developers.google.com/search/docs/advanced/structured-data/generate-structured-data-with-javascript#custom-javascript

We have product pages and few content pages so it should be dynamic.

45
There is an error in console that explains the issue

Access to font at 'https://www.theresamatherfantasyshop.com/dir/storefront/view/default/fonts/fontawesome-webfont.woff2?v=4.7.0' from origin 'https://theresamatherfantasyshop.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

You have "www" in your url that's why you are having this issue

Pages: 1 2 [3] 4 5 ... 18

Powered by SMFPacks Social Login Mod