News:

AbanteCart v1.4.3 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Sam_78

#16
General Support / Re: Add class to image uploaded
May 03, 2023, 12:01:47 PM
Yes, so what file creates this <img> tag?  I need to add a class to it.   When we add media and hit save it creates <img src="resources/image/18/80/5.jpg" style="width: 300px;" />  I need to add a class="img-responsive"   Can you tell me what file ?
#17
General Support / Re: Add class to image uploaded
May 01, 2023, 10:34:58 AM
any suggestions?
#18
General Support / Add class to image uploaded
April 24, 2023, 07:36:21 PM
Hi on product page admin side if we add media (image) into product_description text_editor it takes full size on product page (storefront) is it possible to add a class to it? Not in html but via visual section as soon as they add media that class gets assigned
#19
General Support / incomplete order email template
April 20, 2023, 12:47:02 AM
Hi I went to sales -> Abandoned Orders  and there are two options automatic emailing and email selected. Where is the template that will be used for sending this email   How can I customize it   I am using v 1.3.1
#20
General Support / Extension for donation
February 22, 2023, 10:55:24 AM
Hi, I am looking for an extension which is similar to  https://marketplace.abantecart.com/donation  but instead of product it will be on checkout where customer can round off their total with few custom options like Donate: $1, $2, $5, $10 or ROUND-UP   

#21
General Support / Automated email
January 22, 2023, 10:22:35 PM
Hello,

One of customer is getting automated emails with "subject": "Product with ID #283 is out of Stock."  Can you tell me when is it triggering or where is setting for this? for AbanteCart Version 1.3.1

Thanks
#22
General Support / Re: Language not displaying
December 15, 2022, 04:44:56 PM
I tried doing that but still no luck.  Even hardcoding is not working. Strange thing is just the name part is not working rest everything is fine

'name'    => 'Select Type'

is also not working
#23
General Support / Language not displaying
December 05, 2022, 11:37:07 PM
Hi I am trying to add a radio button on \storefront\controller\pages\account\subscriber.php Line #138

$this->data['form']['newsletter_type'] = $form->getFieldHtml(array(
            'type'    => 'radio',
            'name'    => $this->language->get('text_newsletter_type'); // tried  'label'    => $this->language->get('text_newsletter_type'); // 'name'    => 'Newsletter Type:', // nothing displays label
            'value'   => '1',
            'options' => array(
                '1' => 'Digital',
                '0' => 'Print',
            ),
        ));


added this to storefront\language\english\account\newsletter.xml

   <definition>
      <key>text_newsletter_type</key>
      <value><![CDATA[Newsletter Type:]]></value>
   </definition>

on the form I am not able to get label to display, options are displaying. I don't mind hardcoding this word in subscriber.php but I need a label for those radio button.  I did clear browser cache and system cache
Can someone point my mistake? or help me how to fix it
#24
General Support / No Credit Card fees on selected products
September 30, 2022, 09:21:17 AM
Hi,  is there any extension that accomplishes what we want to do?

We would like to waive Credit Card fees for certain products only.  Is it possible ?
#25
Hi  I fixed it. Made couple of changes in this file  jquery.onebyone.min.js
#26
I am not using fallback image. it's actual one by one slider. Swipe works, prev and next buttons works but onClick <a> is not working
#27
They all are plain images already. 
#28
General Support / Main banner click not working on Phone
September 21, 2022, 12:23:18 PM
Hi,  I have plain image banners and the clicks are not working. Swipe is changing banner to next one but when we click on it nothing happens. Is there any solution to this?
#29
Did you backup your site before updating?  if yes, you can restore it
#30
Hi,

I have my function right above this line  https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/controller/pages/checkout/success.php#L172  it does work for other payment method but paypal standard redirects to success page and it doesn't work. If you think I need to use it inside this function $this->extensions->hk_UpdateData($this, __FUNCTION__); it won't be called anyways.

Forum Rules Code of conduct
AbanteCart.com 2010 -